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

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

Issue 103093004: Remove PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/extensions/dev/ppb_ext_alarms_dev.idl » ('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 3a374fb47e5cbc5a02c4f0895360bf7e2e60c222..26d4f0c5c269e215c68ca18e68b5e00aebe8c15a 100644
--- a/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_cpp/library.dsc
@@ -87,12 +87,7 @@
'widget_dev.cc',
'var_resource_dev.cc',
- # ppapi/cpp/extensions
- 'event_base.cc',
-
# ppapi/cpp/extensions/dev
- 'alarms_dev.cc',
- 'events_dev.cc',
'socket_dev.cc',
# ppapi/utility/graphics
@@ -198,7 +193,6 @@
{
'FILES': [
'dict_field.h',
- 'event_base.h',
'ext_output_traits.h',
'from_var_converter.h',
'optional.h',
@@ -208,8 +202,6 @@
},
{
'FILES': [
- 'alarms_dev.h',
- 'events_dev.h',
'socket_dev.h',
],
'DEST': 'include/ppapi/cpp/extensions/dev',
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/extensions/dev/ppb_ext_alarms_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698