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

Unified Diff: build/common.gypi

Issue 12288013: Add PNaCl PPAPI browser tests via pre-translation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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/test/ppapi/ppapi_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3d71a2c7c0ca486cc044789b026020f8b30d8332..e41327f74670445d5ae5313ea6f6fa5cc680d388 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -984,6 +984,9 @@
# Native Client is enabled by default.
'disable_nacl%': 0,
+ # Portable Native Client is enabled by default.
+ 'disable_pnacl%': 0,
+
# Whether to build full debug version for Debug configuration on Android.
# Compared to full debug version, the default Debug configuration on Android
# has no full v8 debug, has size optimization and linker gc section, so that
« no previous file with comments | « no previous file | chrome/test/ppapi/ppapi_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698