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

Unified Diff: ppapi/ppapi.gyp

Issue 5190004: This accomplishes a few things:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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: ppapi/ppapi.gyp
===================================================================
--- ppapi/ppapi.gyp (revision 66783)
+++ ppapi/ppapi.gyp (working copy)
@@ -478,6 +478,21 @@
'product_extension': 'plugin',
}],
],
+# TODO(dmichael): Figure out what is wrong with the script on Windows and add
+# it as an automated action.
+# 'actions': [
+# {
+# 'action_name': 'generate_ppapi_include_tests',
+# 'inputs': [],
+# 'outputs': [
+# 'tests/test_c_includes.c',
+# 'tests/test_cc_includes.cc',
+# ],
+# 'action': [
+# '<!@(python generate_ppapi_include_tests.py)',
+# ],
+# },
+# ],
},
{
'target_name': 'ppapi_proxy',

Powered by Google App Engine
This is Rietveld 408576698