diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 20:32:49 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 20:32:49 +0000 |
commit | 52049d5cfde95de013f8f333f940fef4ecd31533 (patch) | |
tree | 715525307b3414a95024ce0604eaaa309b9ed045 /build | |
parent | 2364851709cd912141f02815922875d8b42ab584 (diff) | |
download | chromium_src-52049d5cfde95de013f8f333f940fef4ecd31533.zip chromium_src-52049d5cfde95de013f8f333f940fef4ecd31533.tar.gz chromium_src-52049d5cfde95de013f8f333f940fef4ecd31533.tar.bz2 |
Add AS to scons_import_variables and scons_propagate_variables.
Review URL: http://codereview.chromium.org/99292
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 5ab5edc..74aff35 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -229,11 +229,13 @@ ], }, 'scons_import_variables': [ + 'AS', 'CC', 'CXX', 'LINK', ], 'scons_propagate_variables': [ + 'AS', 'CC', 'CCACHE_DIR', 'CXX', |