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

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

Issue 123933006: Pepper: Remove ResourceArray_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'ppb_file_io_dev.h', 99 'ppb_file_io_dev.h',
100 'ppb_find_dev.h', 100 'ppb_find_dev.h',
101 'ppb_font_dev.h', 101 'ppb_font_dev.h',
102 'ppb_gles_chromium_texture_mapping_dev.h', 102 'ppb_gles_chromium_texture_mapping_dev.h',
103 'ppb_graphics_2d_dev.h', 103 'ppb_graphics_2d_dev.h',
104 'ppb_ime_input_event_dev.h', 104 'ppb_ime_input_event_dev.h',
105 'ppb_keyboard_input_event_dev.h', 105 'ppb_keyboard_input_event_dev.h',
106 'ppb_memory_dev.h', 106 'ppb_memory_dev.h',
107 'ppb_opengles2ext_dev.h', 107 'ppb_opengles2ext_dev.h',
108 'ppb_printing_dev.h', 108 'ppb_printing_dev.h',
109 'ppb_resource_array_dev.h',
110 'ppb_scrollbar_dev.h', 109 'ppb_scrollbar_dev.h',
111 'ppb_text_input_dev.h', 110 'ppb_text_input_dev.h',
112 'ppb_trace_event_dev.h', 111 'ppb_trace_event_dev.h',
113 'ppb_truetype_font_dev.h', 112 'ppb_truetype_font_dev.h',
114 'ppb_url_util_dev.h', 113 'ppb_url_util_dev.h',
115 'ppb_var_deprecated.h', 114 'ppb_var_deprecated.h',
116 'ppb_var_resource_dev.h', 115 'ppb_var_resource_dev.h',
117 'ppb_video_capture_dev.h', 116 'ppb_video_capture_dev.h',
118 'ppb_video_decoder_dev.h', 117 'ppb_video_decoder_dev.h',
119 'ppb_view_dev.h', 118 'ppb_view_dev.h',
(...skipping 22 matching lines...) Expand all
142 'FILES': [ 141 'FILES': [
143 'ppb_ext_socket_dev.h', 142 'ppb_ext_socket_dev.h',
144 ], 143 ],
145 'DEST': 'include/ppapi/c/extensions/dev', 144 'DEST': 'include/ppapi/c/extensions/dev',
146 }, 145 },
147 ], 146 ],
148 'DEST': 'src', 147 'DEST': 'src',
149 'NAME': 'ppapi', 148 'NAME': 'ppapi',
150 } 149 }
151 150
OLDNEW
« no previous file with comments | « content/renderer/pepper/resource_creation_impl.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