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

Unified Diff: build/common.gypi

Issue 7312008: Porting ppapi_tests framework to postMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable Scrollbar test on Mac for now, merge Created 9 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 | « no previous file | chrome/test/ui/ppapi_uitest.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 00a94d95fcd650814fe438d982f465be9963b6a1..c2c56ccef5684537ed4f207f3b6e77580781ad2e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -348,6 +348,11 @@
# but that doesn't work as we'd like.
'msvs_debug_link_incremental%': '2',
+ # TODO(dmichael): eliminate this when possible.
+ # This flag, when 0, makes ppapi build without synchronous scripting
+ # support in public interfaces. This is a temporary transitional option.
+ 'pepper_scripting%': 1,
+
# Needed for some of the largest modules.
'msvs_debug_link_nonincremental%': '1',
@@ -718,6 +723,10 @@
['enable_flapper_hacks==1', {
'defines': ['ENABLE_FLAPPER_HACKS=1'],
}],
+ ['pepper_scripting==0', {
+ 'defines': ['PPAPI_INSTANCE_REMOVE_SCRIPTING',
+ 'PPAPI_VAR_REMOVE_SCRIPTING'],
+ }],
['fastbuild!=0', {
'conditions': [
# For Windows, we don't genererate debug information.
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698