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

Unified Diff: native_client_sdk/src/tools/common.mk

Issue 19079002: Enable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: IOS flag name Created 7 years, 5 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 | « native_client_sdk/src/build_tools/test_projects.py ('k') | ppapi/native_client/chrome_main.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/tools/common.mk
diff --git a/native_client_sdk/src/tools/common.mk b/native_client_sdk/src/tools/common.mk
index 6ffc8cbfbd4aae43fc1c94cd779a9cd0453f7ecc..91d123da57443520fc28f8df4dfb2dff7e52496b 100644
--- a/native_client_sdk/src/tools/common.mk
+++ b/native_client_sdk/src/tools/common.mk
@@ -431,7 +431,7 @@ RUN_PY := python $(NACL_SDK_ROOT)/tools/run.py
CHROME_ENV ?=
# Additional arguments to pass to Chrome.
-CHROME_ARGS += --enable-nacl --enable-pnacl --no-first-run
+CHROME_ARGS += --enable-nacl --no-first-run
CHROME_ARGS += --user-data-dir=$(CURDIR)/user-data-dir
« no previous file with comments | « native_client_sdk/src/build_tools/test_projects.py ('k') | ppapi/native_client/chrome_main.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698