summaryrefslogtreecommitdiffstats
path: root/google_update
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 19:34:31 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 19:34:31 +0000
commit6fbfff588336c50ee0b86ed1164bad1c618be862 (patch)
treeb4b355933d054a345e25c7a4ed9907d732a60214 /google_update
parent64cd3c333c5524da0cf4620035797500f6d42655 (diff)
downloadchromium_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.scons3
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',
+ ],
)