diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-04 19:34:31 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-04 19:34:31 +0000 |
commit | 6fbfff588336c50ee0b86ed1164bad1c618be862 (patch) | |
tree | b4b355933d054a345e25c7a4ed9907d732a60214 /google_update | |
parent | 64cd3c333c5524da0cf4620035797500f6d42655 (diff) | |
download | chromium_src-6fbfff588336c50ee0b86ed1164bad1c618be862.zip chromium_src-6fbfff588336c50ee0b86ed1164bad1c618be862.tar.gz chromium_src-6fbfff588336c50ee0b86ed1164bad1c618be862.tar.bz2 |
More SCons renaming:
* Rename two SConscript files that needed fixing in response to
environment changes in the calling SConscript hierarchy:
chrome\test\interactive_ui\SConscript => interactive_ui_tests.scons
chrome\browser\debugger\SConscript => debugger.scons
* Add the google_update library to LIBS in the using_google_update.scons file.
Review URL: http://codereview.chromium.org/9309
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_update')
-rw-r--r-- | google_update/using_google_update.scons | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/google_update/using_google_update.scons b/google_update/using_google_update.scons index 1469568..b60669a 100644 --- a/google_update/using_google_update.scons +++ b/google_update/using_google_update.scons @@ -12,4 +12,7 @@ env.Append( CPPPATH = [ '$GOOGLE_UPDATE_DIR', ], + LIBS = [ + 'google_update', + ], ) |