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

Unified Diff: build/SConscript.main

Issue 39080: Move the main entry point *.scons files in the key remaining components... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | chrome/chrome.scons » ('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 10838)
+++ build/SConscript.main (working copy)
@@ -192,12 +192,12 @@
sconscript_map = dict(
base = '$BASE_DIR/base_main${_GYP}.scons',
breakpad = '$BREAKPAD_DIR/SConscript',
- chrome = '$CHROME_DIR/chrome.scons',
+ chrome = '$CHROME_DIR/chrome_main${_GYP}.scons',
gears = '$GEARS_DIR/SConscript',
google_update = '$GOOGLE_UPDATE_DIR/SConscript',
googleurl = '$GOOGLEURL_DIR/googleurl.scons',
media = '$MEDIA_DIR/media.scons',
- net = '$NET_DIR/net.scons',
+ net = '$NET_DIR/net_main${_GYP}.scons',
printing = '$PRINTING_DIR/printing.scons',
rlz = '$RLZ_DIR/SConscript',
sandbox = '$SANDBOX_DIR/sandbox.scons',
@@ -219,7 +219,7 @@
],
tools = '$GTK_CLIP_DUMP_DIR/gcd.scons',
v8 = '$OBJ_ROOT/build/SConscript.v8',
- webkit = '$WEBKIT_DIR/webkit.scons',
+ webkit = '$WEBKIT_DIR/webkit_main${_GYP}.scons',
)
if root_env.get('_GYP'):
@@ -641,7 +641,7 @@
'$BREAKPAD_DIR/SConscript',
'$BSDIFF_DIR/bsdiff.scons',
'$BSPATCH_DIR/bspatch.scons',
- '$CHROME_DIR/chrome.scons',
+ '$CHROME_DIR/chrome_main${_GYP}.scons',
'$GOOGLE_UPDATE_DIR/SConscript',
'$LIBJPEG_DIR/libjpeg.scons',
'$LIBXML_DIR/libxml.scons',
« no previous file with comments | « no previous file | chrome/chrome.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698