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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 1161563002: Remove unused in-process pepper APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | pdf/out_of_process_instance.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'SEARCH': [ 2 'SEARCH': [
3 '../../../../ppapi/cpp', 3 '../../../../ppapi/cpp',
4 '../../../../ppapi/cpp/dev', 4 '../../../../ppapi/cpp/dev',
5 '../../../../ppapi/utility', 5 '../../../../ppapi/utility',
6 '../../../../ppapi/utility/graphics', 6 '../../../../ppapi/utility/graphics',
7 '../../../../ppapi/utility/threading', 7 '../../../../ppapi/utility/threading',
8 '../../../../ppapi/utility/websocket', 8 '../../../../ppapi/utility/websocket',
9 ], 9 ],
10 'TARGETS': [ 10 'TARGETS': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'view.cc', 62 'view.cc',
63 'websocket.cc', 63 'websocket.cc',
64 64
65 # ppapi/cpp/dev 65 # ppapi/cpp/dev
66 'cursor_control_dev.cc', 66 'cursor_control_dev.cc',
67 'file_chooser_dev.cc', 67 'file_chooser_dev.cc',
68 'font_dev.cc', 68 'font_dev.cc',
69 'memory_dev.cc', 69 'memory_dev.cc',
70 'printing_dev.cc', 70 'printing_dev.cc',
71 'scriptable_object_deprecated.cc', 71 'scriptable_object_deprecated.cc',
72 'selection_dev.cc',
73 'truetype_font_dev.cc', 72 'truetype_font_dev.cc',
74 'view_dev.cc', 73 'view_dev.cc',
75 'zoom_dev.cc',
76 74
77 # ppapi/utility/graphics 75 # ppapi/utility/graphics
78 'paint_aggregator.cc', 76 'paint_aggregator.cc',
79 'paint_manager.cc', 77 'paint_manager.cc',
80 78
81 # ppapi/utility/websocket 79 # ppapi/utility/websocket
82 'websocket_api.cc', 80 'websocket_api.cc',
83 81
84 # ppapi/utility/threading 82 # ppapi/utility/threading
85 'lock.cc', 83 'lock.cc',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'DEST': 'include/ppapi/cpp', 149 'DEST': 'include/ppapi/cpp',
152 }, 150 },
153 { 151 {
154 'FILES': [ 152 'FILES': [
155 'cursor_control_dev.h', 153 'cursor_control_dev.h',
156 'file_chooser_dev.h', 154 'file_chooser_dev.h',
157 'font_dev.h', 155 'font_dev.h',
158 'memory_dev.h', 156 'memory_dev.h',
159 'printing_dev.h', 157 'printing_dev.h',
160 'scriptable_object_deprecated.h', 158 'scriptable_object_deprecated.h',
161 'selection_dev.h',
162 'truetype_font_dev.h', 159 'truetype_font_dev.h',
163 'video_capture_client_dev.h', 160 'video_capture_client_dev.h',
164 'video_decoder_client_dev.h', 161 'video_decoder_client_dev.h',
165 'view_dev.h', 162 'view_dev.h',
166 'widget_client_dev.h',
167 'zoom_dev.h',
168 ], 163 ],
169 'DEST': 'include/ppapi/cpp/dev', 164 'DEST': 'include/ppapi/cpp/dev',
170 }, 165 },
171 { 166 {
172 'FILES': [ 167 'FILES': [
173 'completion_callback_factory.h', 168 'completion_callback_factory.h',
174 'completion_callback_factory_thread_traits.h', 169 'completion_callback_factory_thread_traits.h',
175 ], 170 ],
176 'DEST': 'include/ppapi/utility', 171 'DEST': 'include/ppapi/utility',
177 }, 172 },
(...skipping 22 matching lines...) Expand all
200 'lock.h', 195 'lock.h',
201 'simple_thread.h', 196 'simple_thread.h',
202 ], 197 ],
203 'DEST': 'include/ppapi/utility/threading', 198 'DEST': 'include/ppapi/utility/threading',
204 }, 199 },
205 ], 200 ],
206 'DEST': 'src', 201 'DEST': 'src',
207 'NAME': 'ppapi_cpp', 202 'NAME': 'ppapi_cpp',
208 } 203 }
209 204
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | pdf/out_of_process_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698