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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 9111008: Introduce PPB_ResourceArray_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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
« no previous file with comments | « ppapi/cpp/dev/resource_array_dev.cc ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_shared', 8 'target_name': 'ppapi_shared',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'shared_impl/ppb_graphics_3d_shared.h', 64 'shared_impl/ppb_graphics_3d_shared.h',
65 'shared_impl/ppb_image_data_shared.cc', 65 'shared_impl/ppb_image_data_shared.cc',
66 'shared_impl/ppb_image_data_shared.h', 66 'shared_impl/ppb_image_data_shared.h',
67 'shared_impl/ppb_input_event_shared.cc', 67 'shared_impl/ppb_input_event_shared.cc',
68 'shared_impl/ppb_input_event_shared.h', 68 'shared_impl/ppb_input_event_shared.h',
69 'shared_impl/ppb_instance_shared.cc', 69 'shared_impl/ppb_instance_shared.cc',
70 'shared_impl/ppb_instance_shared.h', 70 'shared_impl/ppb_instance_shared.h',
71 'shared_impl/ppb_memory_shared.cc', 71 'shared_impl/ppb_memory_shared.cc',
72 'shared_impl/ppb_opengles2_shared.cc', 72 'shared_impl/ppb_opengles2_shared.cc',
73 'shared_impl/ppb_opengles2_shared.h', 73 'shared_impl/ppb_opengles2_shared.h',
74 'shared_impl/ppb_resource_array_shared.cc',
75 'shared_impl/ppb_resource_array_shared.h',
74 'shared_impl/ppb_url_request_info_shared.cc', 76 'shared_impl/ppb_url_request_info_shared.cc',
75 'shared_impl/ppb_url_request_info_shared.h', 77 'shared_impl/ppb_url_request_info_shared.h',
76 'shared_impl/ppb_url_util_shared.cc', 78 'shared_impl/ppb_url_util_shared.cc',
77 'shared_impl/ppb_url_util_shared.h', 79 'shared_impl/ppb_url_util_shared.h',
78 'shared_impl/ppb_var_shared.cc', 80 'shared_impl/ppb_var_shared.cc',
79 'shared_impl/ppb_var_shared.h', 81 'shared_impl/ppb_var_shared.h',
80 'shared_impl/ppb_video_decoder_shared.cc', 82 'shared_impl/ppb_video_decoder_shared.cc',
81 'shared_impl/ppb_video_decoder_shared.h', 83 'shared_impl/ppb_video_decoder_shared.h',
82 'shared_impl/ppb_view_shared.cc', 84 'shared_impl/ppb_view_shared.cc',
83 'shared_impl/ppb_view_shared.h', 85 'shared_impl/ppb_view_shared.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'thunk/ppb_image_data_api.h', 167 'thunk/ppb_image_data_api.h',
166 'thunk/ppb_image_data_thunk.cc', 168 'thunk/ppb_image_data_thunk.cc',
167 'thunk/ppb_image_data_trusted_thunk.cc', 169 'thunk/ppb_image_data_trusted_thunk.cc',
168 'thunk/ppb_instance_api.h', 170 'thunk/ppb_instance_api.h',
169 'thunk/ppb_instance_thunk.cc', 171 'thunk/ppb_instance_thunk.cc',
170 'thunk/ppb_layer_compositor_api.h', 172 'thunk/ppb_layer_compositor_api.h',
171 'thunk/ppb_layer_compositor_thunk.cc', 173 'thunk/ppb_layer_compositor_thunk.cc',
172 'thunk/ppb_messaging_thunk.cc', 174 'thunk/ppb_messaging_thunk.cc',
173 'thunk/ppb_mouse_lock_thunk.cc', 175 'thunk/ppb_mouse_lock_thunk.cc',
174 'thunk/ppb_pdf_api.h', 176 'thunk/ppb_pdf_api.h',
177 'thunk/ppb_resource_array_api.h',
178 'thunk/ppb_resource_array_thunk.cc',
175 'thunk/ppb_scrollbar_api.h', 179 'thunk/ppb_scrollbar_api.h',
176 'thunk/ppb_scrollbar_thunk.cc', 180 'thunk/ppb_scrollbar_thunk.cc',
177 'thunk/ppb_tcp_socket_private_api.h', 181 'thunk/ppb_tcp_socket_private_api.h',
178 'thunk/ppb_tcp_socket_private_thunk.cc', 182 'thunk/ppb_tcp_socket_private_thunk.cc',
179 'thunk/ppb_text_input_api.h', 183 'thunk/ppb_text_input_api.h',
180 'thunk/ppb_text_input_thunk.cc', 184 'thunk/ppb_text_input_thunk.cc',
181 'thunk/ppb_transport_api.h', 185 'thunk/ppb_transport_api.h',
182 'thunk/ppb_transport_thunk.cc', 186 'thunk/ppb_transport_thunk.cc',
183 'thunk/ppb_udp_socket_private_api.h', 187 'thunk/ppb_udp_socket_private_api.h',
184 'thunk/ppb_udp_socket_private_thunk.cc', 188 'thunk/ppb_udp_socket_private_thunk.cc',
(...skipping 15 matching lines...) Expand all
200 'thunk/ppb_websocket_api.h', 204 'thunk/ppb_websocket_api.h',
201 'thunk/ppb_websocket_thunk.cc', 205 'thunk/ppb_websocket_thunk.cc',
202 'thunk/ppb_widget_api.h', 206 'thunk/ppb_widget_api.h',
203 'thunk/ppb_widget_thunk.cc', 207 'thunk/ppb_widget_thunk.cc',
204 'thunk/ppb_zoom_thunk.cc', 208 'thunk/ppb_zoom_thunk.cc',
205 'thunk/thunk.h', 209 'thunk/thunk.h',
206 ], 210 ],
207 }, 211 },
208 ], 212 ],
209 } 213 }
OLDNEW
« no previous file with comments | « ppapi/cpp/dev/resource_array_dev.cc ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698