Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3161)

Unified Diff: build/SConscript.main

Issue 4046: Update Linux / SCons build for SDCH. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 2490)
+++ build/SConscript.main (working copy)
@@ -51,6 +51,7 @@
NET_DIR = '#/$BUILD_TYPE/net',
RLZ_DIR = '#/$BUILD_TYPE/rlz',
SANDBOX_DIR = '#/$BUILD_TYPE/sandbox',
+ SDCH_DIR = '#/$BUILD_TYPE/sdch',
SKIA_DIR = '#/$BUILD_TYPE/skia',
TESTING_DIR = '#/$BUILD_TYPE/testing',
THIRD_PARTY_DIR = '#/$BUILD_TYPE/third_party',
@@ -478,6 +479,9 @@
if LoadComponent('sandbox'):
sconscripts.append('$SANDBOX_DIR/src/SConscript')
+if LoadComponent('sdch'):
+ sconscripts.append('$SDCH_DIR/SConscript')
+
if LoadComponent('skia'):
sconscripts.append('$SKIA_DIR/SConscript')
« no previous file with comments | « no previous file | net/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698