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

Unified Diff: ppapi/native_client/chrome_main.scons

Issue 22839005: disable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for binji's review Created 7 years, 4 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 | « chrome/test/ppapi/ppapi_test.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/chrome_main.scons
diff --git a/ppapi/native_client/chrome_main.scons b/ppapi/native_client/chrome_main.scons
index 8f41ab027437685fd70fe41d192f98136a36fb5c..2a8f0ba3ca68c89b70c1f2da3c6053d8048e91cd 100644
--- a/ppapi/native_client/chrome_main.scons
+++ b/ppapi/native_client/chrome_main.scons
@@ -463,6 +463,10 @@ def PPAPIBrowserTester(env,
command.extend(['--file', dep_file])
for extension in extensions:
command.extend(['--extension', extension])
+ if env.Bit('bitcode'):
+ # Enable the installed version of pnacl, and point to a custom install
+ # directory for testing purposes.
+ browser_flags.append('--enable-pnacl')
jvoung (off chromium) 2013/08/12 20:04:41 We don't need this anymore, since we ripped out PN
sehr 2013/08/12 20:21:32 Removed. Thanks.
for dest_path, dep_file in map_files:
command.extend(['--map_file', dest_path, dep_file])
for file_ext, mime_type in mime_types:
« no previous file with comments | « chrome/test/ppapi/ppapi_test.cc ('k') | ppapi/native_client/src/trusted/plugin/plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698