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

Unified Diff: webkit/tools/test_shell/SConscript

Issue 10857: Add OPT=1 flag to build optimized on Linux. (Closed)
Patch Set: alles ist gut Created 12 years, 1 month 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 | « third_party/dmg_fp/dmg_fp.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/SConscript
diff --git a/webkit/tools/test_shell/SConscript b/webkit/tools/test_shell/SConscript
index 640e5b2b1c4119aea03bcde910a9cb4a45a2856c..fffe1ae812db5380bebf9110020420f75bc60431 100644
--- a/webkit/tools/test_shell/SConscript
+++ b/webkit/tools/test_shell/SConscript
@@ -7,6 +7,10 @@ Import('env', 'env_res')
env = env.Clone()
env_res = env_res.Clone()
+env.SConscript([
+ '$CHROME_SRC_DIR/build/using_v8.scons',
+], {'env':env})
+
if env['PLATFORM'] == 'win32':
env_res.Append(
CPPPATH = [
@@ -50,7 +54,6 @@ env.Append(
'modp_b64',
'zlib',
'sqlite',
- 'v8_g',
'JavaScriptCore_pcre',
'default_plugin',
],
« no previous file with comments | « third_party/dmg_fp/dmg_fp.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698