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

Unified Diff: ppapi/ppapi.gyp

Issue 5233002: Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ... (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
« no previous file with comments | « ppapi/c/pp_stdint.h ('k') | ppapi/tests/test_c_includes.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ppapi/c/pp_stdint.h ('k') | ppapi/tests/test_c_includes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698