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

Side by Side Diff: native_client_sdk/src/libraries/ppapi/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['win', 'linux', 'mac'], 2 'TOOLS': ['win', 'linux', 'mac'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/c', 5 '../../../../ppapi/c',
6 '../../../../ppapi/c/dev', 6 '../../../../ppapi/c/dev',
7 '../../../../ppapi/c/extensions/dev', 7 '../../../../ppapi/c/extensions/dev',
8 ], 8 ],
9 'TARGETS': [ 9 'TARGETS': [
10 { 10 {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'ppp_video_decoder_dev.h', 130 'ppp_video_decoder_dev.h',
131 'ppp_widget_dev.h', 131 'ppp_widget_dev.h',
132 'ppp_zoom_dev.h', 132 'ppp_zoom_dev.h',
133 'pp_video_capture_dev.h', 133 'pp_video_capture_dev.h',
134 'pp_video_dev.h', 134 'pp_video_dev.h',
135 ], 135 ],
136 'DEST': 'include/ppapi/c/dev', 136 'DEST': 'include/ppapi/c/dev',
137 }, 137 },
138 { 138 {
139 'FILES': [ 139 'FILES': [
140 'ppb_ext_alarms_dev.h',
141 'ppb_ext_events_dev.h',
142 'ppb_ext_socket_dev.h', 140 'ppb_ext_socket_dev.h',
143 ], 141 ],
144 'DEST': 'include/ppapi/c/extensions/dev', 142 'DEST': 'include/ppapi/c/extensions/dev',
145 }, 143 },
146 ], 144 ],
147 'DEST': 'src', 145 'DEST': 'src',
148 'NAME': 'ppapi', 146 'NAME': 'ppapi',
149 } 147 }
150 148
OLDNEW
« no previous file with comments | « content/renderer/pepper/plugin_module.cc ('k') | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698