Linux: Remove some ChromeOS linker flag workarounds now that full ChromeOS builds set the flags explicitly.

BUG=360082

Review URL: https://codereview.chromium.org/242453003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@266970 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thestig@chromium.org 2014-04-29 22:01:49 +00:00
Родитель f6eb5517d2
Коммит ee91d0b771
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -749,9 +749,8 @@
}],
# linux_use_gold_flags: whether to use build flags that rely on gold.
# On by default for x64 Linux. Temporarily off for ChromeOS as
# it failed on a buildbot.
['OS=="linux" and target_arch=="x64" and chromeos==0', {
# On by default for x64 Linux.
['OS=="linux" and target_arch=="x64"', {
'linux_use_gold_flags%': 1,
}, {
'linux_use_gold_flags%': 0,