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

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 66667)
+++ ppapi/ppapi.gyp (working copy)
@@ -91,6 +91,7 @@
'c/dev/ppb_transport_dev.h',
'c/dev/ppb_url_util_dev.h',
'c/dev/ppb_video_decoder_dev.h',
+ 'c/dev/ppb_widget_dev.h',
'c/dev/ppb_zoom_dev.h',
'c/dev/ppp_cursor_control_dev.h',
'c/dev/ppp_find_dev.h',
@@ -135,6 +136,7 @@
'cpp/module.cc',
'cpp/module.h',
'cpp/module_impl.h',
+ 'cpp/non_thread_safe_ref_count.h',
'cpp/paint_aggregator.cc',
'cpp/paint_aggregator.h',
'cpp/paint_manager.cc',
@@ -424,6 +426,7 @@
'tests/test_buffer.cc',
'tests/test_buffer.h',
'tests/test_c_includes.c',
+ 'tests/test_cc_includes.cc',
'tests/test_char_set.cc',
'tests/test_char_set.h',
'tests/test_directory_reader.cc',
@@ -475,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