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

Unified Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 171703003: NaCl SDK: Remove unsupported dev headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort library.dsc Created 6 years, 10 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
index 2722c40709d0e6599634010fe7a21abf9506da38..542f2210438b6eb863968b4d9891002ba5951f17 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -63,33 +63,21 @@
# ppapi/cpp/dev
'alarms_dev.cc',
- 'widget_client_dev.cc',
- 'video_capture_client_dev.cc',
- 'video_decoder_client_dev.cc',
- 'crypto_dev.cc',
- 'selection_dev.cc',
- 'buffer_dev.cc',
- 'url_util_dev.cc',
- 'video_capture_dev.cc',
- 'zoom_dev.cc',
- 'ime_input_event_dev.cc',
- 'text_input_dev.cc',
- 'font_dev.cc',
+ 'cursor_control_dev.cc',
+ 'file_chooser_dev.cc',
'find_dev.cc',
- 'view_dev.cc',
+ 'font_dev.cc',
'memory_dev.cc',
- 'truetype_font_dev.cc',
- 'file_chooser_dev.cc',
- 'video_decoder_dev.cc',
- 'cursor_control_dev.cc',
- 'device_ref_dev.cc',
'printing_dev.cc',
'scriptable_object_deprecated.cc',
- 'audio_input_dev.cc',
- 'scrollbar_dev.cc',
+ 'selection_dev.cc',
'string_wrapper_dev.cc',
- 'graphics_2d_dev.cc',
- 'widget_dev.cc',
+ 'truetype_font_dev.cc',
+ 'video_capture_client_dev.cc',
+ 'video_decoder_client_dev.cc',
+ 'view_dev.cc',
+ 'widget_client_dev.cc',
+ 'zoom_dev.cc',
# ppapi/cpp/extensions/dev
'socket_dev.cc',
@@ -169,36 +157,24 @@
'FILES': [
'alarms_dev.h',
'array_dev.h',
- 'audio_input_dev.h',
- 'buffer_dev.h',
- 'crypto_dev.h',
'cursor_control_dev.h',
- 'device_ref_dev.h',
'file_chooser_dev.h',
'find_dev.h',
'font_dev.h',
- 'graphics_2d_dev.h',
- 'ime_input_event_dev.h',
'may_own_ptr_dev.h',
'memory_dev.h',
'optional_dev.h',
'printing_dev.h',
'scriptable_object_deprecated.h',
- 'scrollbar_dev.h',
'selection_dev.h',
'string_wrapper_dev.h',
'struct_wrapper_output_traits_dev.h',
- 'text_input_dev.h',
'to_c_type_converter_dev.h',
'truetype_font_dev.h',
- 'url_util_dev.h',
'video_capture_client_dev.h',
- 'video_capture_dev.h',
'video_decoder_client_dev.h',
- 'video_decoder_dev.h',
'view_dev.h',
'widget_client_dev.h',
- 'widget_dev.h',
'zoom_dev.h',
],
'DEST': 'include/ppapi/cpp/dev',
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698