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

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

Issue 512703003: Revert of Remove unused PPB_View_Dev (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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') | ppapi/BUILD.gn » ('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 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/utility', 6 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 7 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 8 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 9 '../../../../ppapi/utility/websocket',
10 ], 10 ],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 72 'selection_dev.cc',
73 'truetype_font_dev.cc', 73 'truetype_font_dev.cc',
74 'view_dev.cc',
75 'zoom_dev.cc',
74 76
75 # ppapi/utility/graphics 77 # ppapi/utility/graphics
76 'paint_aggregator.cc', 78 'paint_aggregator.cc',
77 'paint_manager.cc', 79 'paint_manager.cc',
78 80
79 # ppapi/utility/websocket 81 # ppapi/utility/websocket
80 'websocket_api.cc', 82 'websocket_api.cc',
81 83
82 # ppapi/utility/threading 84 # ppapi/utility/threading
83 'lock.cc', 85 'lock.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'cursor_control_dev.h', 153 'cursor_control_dev.h',
152 'file_chooser_dev.h', 154 'file_chooser_dev.h',
153 'font_dev.h', 155 'font_dev.h',
154 'memory_dev.h', 156 'memory_dev.h',
155 'printing_dev.h', 157 'printing_dev.h',
156 'scriptable_object_deprecated.h', 158 'scriptable_object_deprecated.h',
157 'selection_dev.h', 159 'selection_dev.h',
158 'truetype_font_dev.h', 160 'truetype_font_dev.h',
159 'video_capture_client_dev.h', 161 'video_capture_client_dev.h',
160 'video_decoder_client_dev.h', 162 'video_decoder_client_dev.h',
163 'view_dev.h',
161 'widget_client_dev.h', 164 'widget_client_dev.h',
162 'zoom_dev.h', 165 'zoom_dev.h',
163 ], 166 ],
164 'DEST': 'include/ppapi/cpp/dev', 167 'DEST': 'include/ppapi/cpp/dev',
165 }, 168 },
166 { 169 {
167 'FILES': [ 170 'FILES': [
168 'completion_callback_factory.h', 171 'completion_callback_factory.h',
169 'completion_callback_factory_thread_traits.h', 172 'completion_callback_factory_thread_traits.h',
170 ], 173 ],
(...skipping 24 matching lines...) Expand all
195 'lock.h', 198 'lock.h',
196 'simple_thread.h', 199 'simple_thread.h',
197 ], 200 ],
198 'DEST': 'include/ppapi/utility/threading', 201 'DEST': 'include/ppapi/utility/threading',
199 }, 202 },
200 ], 203 ],
201 'DEST': 'src', 204 'DEST': 'src',
202 'NAME': 'ppapi_cpp', 205 'NAME': 'ppapi_cpp',
203 } 206 }
204 207
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698