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

Unified Diff: build/common.gypi

Issue 1529005: New experimental Pepper device API.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 44555)
+++ build/common.gypi (working copy)
@@ -226,6 +226,9 @@
# arm_neon==0).
'arm_fpu%': 'vfpv3',
+ # Enable new NPDevice API.
+ 'enable_new_npdevice_api%': 0,
+
'conditions': [
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
# This will set gcc_version to XY if you are running gcc X.Y.*.
@@ -1227,6 +1230,13 @@
},
},
}],
+ ['enable_new_npdevice_api==1', {
+ 'target_defaults': {
+ 'defines': [
+ 'ENABLE_NEW_NPDEVICE_API',
+ ],
+ },
+ }],
],
'scons_settings': {
'sconsbuild_dir': '<(DEPTH)/sconsbuild',
« no previous file with comments | « no previous file | chrome/renderer/webplugin_delegate_pepper.h » ('j') | chrome/renderer/webplugin_delegate_pepper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698