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

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

Issue 52233002: [PPAPI] Added VarResource_Dev class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Windows compile. Created 7 years, 1 month 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 | « no previous file | ppapi/cpp/dev/var_resource_dev.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 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '../../../../ppapi/cpp', 4 '../../../../ppapi/cpp',
5 '../../../../ppapi/cpp/dev', 5 '../../../../ppapi/cpp/dev',
6 '../../../../ppapi/cpp/extensions', 6 '../../../../ppapi/cpp/extensions',
7 '../../../../ppapi/cpp/extensions/dev', 7 '../../../../ppapi/cpp/extensions/dev',
8 '../../../../ppapi/utility', 8 '../../../../ppapi/utility',
9 '../../../../ppapi/utility/graphics', 9 '../../../../ppapi/utility/graphics',
10 '../../../../ppapi/utility/threading', 10 '../../../../ppapi/utility/threading',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'file_chooser_dev.cc', 78 'file_chooser_dev.cc',
79 'video_decoder_dev.cc', 79 'video_decoder_dev.cc',
80 'cursor_control_dev.cc', 80 'cursor_control_dev.cc',
81 'device_ref_dev.cc', 81 'device_ref_dev.cc',
82 'printing_dev.cc', 82 'printing_dev.cc',
83 'scriptable_object_deprecated.cc', 83 'scriptable_object_deprecated.cc',
84 'audio_input_dev.cc', 84 'audio_input_dev.cc',
85 'scrollbar_dev.cc', 85 'scrollbar_dev.cc',
86 'graphics_2d_dev.cc', 86 'graphics_2d_dev.cc',
87 'widget_dev.cc', 87 'widget_dev.cc',
88 'var_resource_dev.cc',
88 89
89 # ppapi/cpp/extensions 90 # ppapi/cpp/extensions
90 'event_base.cc', 91 'event_base.cc',
91 92
92 # ppapi/cpp/extensions/dev 93 # ppapi/cpp/extensions/dev
93 'alarms_dev.cc', 94 'alarms_dev.cc',
94 'events_dev.cc', 95 'events_dev.cc',
95 'socket_dev.cc', 96 'socket_dev.cc',
96 97
97 # ppapi/utility/graphics 98 # ppapi/utility/graphics
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'ime_input_event_dev.h', 176 'ime_input_event_dev.h',
176 'memory_dev.h', 177 'memory_dev.h',
177 'printing_dev.h', 178 'printing_dev.h',
178 'resource_array_dev.h', 179 'resource_array_dev.h',
179 'scriptable_object_deprecated.h', 180 'scriptable_object_deprecated.h',
180 'scrollbar_dev.h', 181 'scrollbar_dev.h',
181 'selection_dev.h', 182 'selection_dev.h',
182 'text_input_dev.h', 183 'text_input_dev.h',
183 'truetype_font_dev.h', 184 'truetype_font_dev.h',
184 'url_util_dev.h', 185 'url_util_dev.h',
186 'var_resource_dev.h',
185 'video_capture_client_dev.h', 187 'video_capture_client_dev.h',
186 'video_capture_dev.h', 188 'video_capture_dev.h',
187 'video_decoder_client_dev.h', 189 'video_decoder_client_dev.h',
188 'video_decoder_dev.h', 190 'video_decoder_dev.h',
189 'view_dev.h', 191 'view_dev.h',
190 'widget_client_dev.h', 192 'widget_client_dev.h',
191 'widget_dev.h', 193 'widget_dev.h',
192 'zoom_dev.h', 194 'zoom_dev.h',
193 ], 195 ],
194 'DEST': 'include/ppapi/cpp/dev', 196 'DEST': 'include/ppapi/cpp/dev',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'lock.h', 246 'lock.h',
245 'simple_thread.h', 247 'simple_thread.h',
246 ], 248 ],
247 'DEST': 'include/ppapi/utility/threading', 249 'DEST': 'include/ppapi/utility/threading',
248 }, 250 },
249 ], 251 ],
250 'DEST': 'src', 252 'DEST': 'src',
251 'NAME': 'ppapi_cpp', 253 'NAME': 'ppapi_cpp',
252 } 254 }
253 255
OLDNEW
« no previous file with comments | « no previous file | ppapi/cpp/dev/var_resource_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698