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

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 7038044: First step to remove scripting from PPP_Instance and PPB_Instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 7 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 | « webkit/plugins/ppapi/resource_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 1d66da5379bdf95bdcac122f0ebc7b3e1bdcdd2b..2cbaf6531210d16a939548efffd70e9b477f55c2 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -338,6 +338,11 @@
'chromium_code': 1,
},
'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867',
+ #TODO(dmichael): Remove this #define once all plugins are ported from
+ # PPP_Instance and PPB_Instance scripting functions.
+ 'defines': [
+ 'PPAPI_INSTANCE_REMOVE_SCRIPTING',
+ ],
'dependencies': [
'test_shell_common',
'<(DEPTH)/base/base.gyp:test_support_base',
« no previous file with comments | « webkit/plugins/ppapi/resource_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698