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

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

Issue 116963003: App APIs in Pepper: C++ APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes according to Sam's suggestions. Created 7 years 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 | « no previous file | ppapi/cpp/dev/alarms_dev.h » ('j') | 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 26d4f0c5c269e215c68ca18e68b5e00aebe8c15a..30b5c06e85947d396e001db79dcedfeeb0c7d3a8 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -58,6 +58,7 @@
'websocket.cc',
# ppapi/cpp/dev
+ 'alarms_dev.cc',
'widget_client_dev.cc',
'resource_array_dev.cc',
'video_capture_client_dev.cc',
@@ -83,6 +84,7 @@
'scriptable_object_deprecated.cc',
'audio_input_dev.cc',
'scrollbar_dev.cc',
+ 'string_wrapper_dev.cc',
'graphics_2d_dev.cc',
'widget_dev.cc',
'var_resource_dev.cc',
@@ -159,6 +161,8 @@
},
{
'FILES': [
+ 'alarms_dev.h',
+ 'array_dev.h',
'audio_input_dev.h',
'buffer_dev.h',
'crypto_dev.h',
@@ -169,13 +173,18 @@
'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',
'resource_array_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',
'var_resource_dev.h',
« no previous file with comments | « no previous file | ppapi/cpp/dev/alarms_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698