From 6fbfff588336c50ee0b86ed1164bad1c618be862 Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Tue, 4 Nov 2008 19:34:31 +0000 Subject: 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 --- google_update/using_google_update.scons | 3 +++ 1 file changed, 3 insertions(+) (limited to 'google_update') 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', + ], ) -- cgit v1.1