summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.scons
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 /chrome/chrome.scons
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 'chrome/chrome.scons')
-rw-r--r--chrome/chrome.scons2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.scons b/chrome/chrome.scons
index 9b1cd0b..52c06e4 100644
--- a/chrome/chrome.scons
+++ b/chrome/chrome.scons
@@ -12,6 +12,8 @@ sconscript_files = [
'SConscript',
'browser/browser.scons',
+ 'browser/debugger/debugger.scons',
+ 'test/interactive_ui/interactive_ui_tests.scons',
'test/unit/unit_tests.scons',
'common/common.scons',
'common/ipc_tests.scons',