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

Unified Diff: build/SConscript.v8

Issue 7847: Using $CHROME_SRC_DIR in place of hash/..... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « build/SConscript.main ('k') | build/googleurl_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/SConscript.v8
===================================================================
--- build/SConscript.v8 (revision 3721)
+++ build/SConscript.v8 (working copy)
@@ -13,7 +13,7 @@
env = env.Clone(
V8_MODE = 'release',
- V8_SRC_DIR = '#/../v8',
+ V8_SRC_DIR = '$CHROME_SRC_DIR/v8',
V8_MODE_DIR = '$V8_SRC_DIR/obj/$V8_MODE',
V8_SCONS_COM = 'cd ../v8 && $PYTHON $SCONS $SCONSFLAGS mode=$V8_MODE',
SCONS='../third_party/scons/scons.py',
@@ -49,7 +49,7 @@
if env['PLATFORM'] == 'win32':
v8_scons_targets_off.extend([
- env.File('#/../v8/vc80.pdb')
+ env.File('$CHROME_SRC_DIR/v8/vc80.pdb')
])
v8 = env.Command(v8_scons_targets_off + v8_scons_targets_on,
« no previous file with comments | « build/SConscript.main ('k') | build/googleurl_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698