diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 00:14:49 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-14 00:14:49 +0000 |
commit | ffa01d24592aeb5dcc36415f3710eab7e6f657e8 (patch) | |
tree | b6715c68f03d5bfcda4802f552835a376cd5c46a /build/gyp_chromium | |
parent | ac6d065e384987867f592054d054d06f15fa1658 (diff) | |
download | chromium_src-ffa01d24592aeb5dcc36415f3710eab7e6f657e8.zip chromium_src-ffa01d24592aeb5dcc36415f3710eab7e6f657e8.tar.gz chromium_src-ffa01d24592aeb5dcc36415f3710eab7e6f657e8.tar.bz2 |
android: Set gcc_version in build/common.gypi instead of in envsetup.
BUG=330631
R=torne@chromium.org
Review URL: https://codereview.chromium.org/136073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-x | build/gyp_chromium | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 3c804eb..d2d9462 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -137,7 +137,6 @@ def GetArgsStringForGN(supplemental_files): # mac_strip_release=1 http://crbug.com/330301 # linux_dump_symbols=0 http://crbug.com/330300 # host_os=linux Probably can skip, GN knows the host OS. - # gcc_version=46 Hopefully we can skip this and fix whatever uses it. # order_text_section=<path> http://crbug.com/330299 # chromium_win_pch=0 http://crbug.com/297678 # clang_use_chrome_plugins=1 http://crbug.com/330298 |