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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 122383002: [WIP][PPAPI] Implement MediaStreamVideoTrackResource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@io_stream_cl
Patch Set: Update 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
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/ppapi_tests.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_shared_target': 0, 8 'ppapi_shared_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'shared_impl/url_request_info_data.cc', 115 'shared_impl/url_request_info_data.cc',
116 'shared_impl/url_request_info_data.h', 116 'shared_impl/url_request_info_data.h',
117 'shared_impl/url_response_info_data.cc', 117 'shared_impl/url_response_info_data.cc',
118 'shared_impl/url_response_info_data.h', 118 'shared_impl/url_response_info_data.h',
119 'shared_impl/var.cc', 119 'shared_impl/var.cc',
120 'shared_impl/var.h', 120 'shared_impl/var.h',
121 'shared_impl/var_tracker.cc', 121 'shared_impl/var_tracker.cc',
122 'shared_impl/var_tracker.h', 122 'shared_impl/var_tracker.h',
123 'shared_impl/var_value_conversions.cc', 123 'shared_impl/var_value_conversions.cc',
124 'shared_impl/var_value_conversions.h', 124 'shared_impl/var_value_conversions.h',
125 'shared_impl/video_frame.h',
125 # TODO(viettrungluu): Split these out; it won't be used in NaCl. 126 # TODO(viettrungluu): Split these out; it won't be used in NaCl.
126 'shared_impl/private/net_address_private_impl.cc', 127 'shared_impl/private/net_address_private_impl.cc',
127 'shared_impl/private/net_address_private_impl_constants.cc', 128 'shared_impl/private/net_address_private_impl_constants.cc',
128 'shared_impl/private/net_address_private_impl.h', 129 'shared_impl/private/net_address_private_impl.h',
129 130
130 'shared_impl/private/ppb_char_set_shared.cc', 131 'shared_impl/private/ppb_char_set_shared.cc',
131 'shared_impl/private/ppb_char_set_shared.h', 132 'shared_impl/private/ppb_char_set_shared.h',
132 'shared_impl/private/ppb_x509_certificate_private_shared.cc', 133 'shared_impl/private/ppb_x509_certificate_private_shared.cc',
133 'shared_impl/private/ppb_x509_certificate_private_shared.h', 134 'shared_impl/private/ppb_x509_certificate_private_shared.h',
134 135
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'thunk/ppb_host_resolver_private_thunk.cc', 201 'thunk/ppb_host_resolver_private_thunk.cc',
201 'thunk/ppb_image_data_api.h', 202 'thunk/ppb_image_data_api.h',
202 'thunk/ppb_image_data_thunk.cc', 203 'thunk/ppb_image_data_thunk.cc',
203 'thunk/ppb_input_event_api.h', 204 'thunk/ppb_input_event_api.h',
204 'thunk/ppb_input_event_thunk.cc', 205 'thunk/ppb_input_event_thunk.cc',
205 'thunk/ppb_instance_api.h', 206 'thunk/ppb_instance_api.h',
206 'thunk/ppb_instance_private_thunk.cc', 207 'thunk/ppb_instance_private_thunk.cc',
207 'thunk/ppb_instance_thunk.cc', 208 'thunk/ppb_instance_thunk.cc',
208 'thunk/ppb_isolated_file_system_private_api.h', 209 'thunk/ppb_isolated_file_system_private_api.h',
209 'thunk/ppb_isolated_file_system_private_thunk.cc', 210 'thunk/ppb_isolated_file_system_private_thunk.cc',
211 'thunk/ppb_media_stream_video_track_api.h',
212 'thunk/ppb_media_stream_video_track_thunk.cc',
210 'thunk/ppb_message_loop_api.h', 213 'thunk/ppb_message_loop_api.h',
211 'thunk/ppb_messaging_thunk.cc', 214 'thunk/ppb_messaging_thunk.cc',
212 'thunk/ppb_mouse_cursor_thunk.cc', 215 'thunk/ppb_mouse_cursor_thunk.cc',
213 'thunk/ppb_mouse_lock_thunk.cc', 216 'thunk/ppb_mouse_lock_thunk.cc',
214 'thunk/ppb_net_address_api.h', 217 'thunk/ppb_net_address_api.h',
215 'thunk/ppb_net_address_thunk.cc', 218 'thunk/ppb_net_address_thunk.cc',
216 'thunk/ppb_network_list_api.h', 219 'thunk/ppb_network_list_api.h',
217 'thunk/ppb_network_list_thunk.cc', 220 'thunk/ppb_network_list_thunk.cc',
218 'thunk/ppb_network_monitor_api.h', 221 'thunk/ppb_network_monitor_api.h',
219 'thunk/ppb_network_monitor_thunk.cc', 222 'thunk/ppb_network_monitor_thunk.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'thunk/ppb_url_util_thunk.cc', 260 'thunk/ppb_url_util_thunk.cc',
258 'thunk/ppb_var_array_thunk.cc', 261 'thunk/ppb_var_array_thunk.cc',
259 'thunk/ppb_var_dictionary_thunk.cc', 262 'thunk/ppb_var_dictionary_thunk.cc',
260 'thunk/ppb_var_resource_dev_thunk.cc', 263 'thunk/ppb_var_resource_dev_thunk.cc',
261 'thunk/ppb_video_capture_api.h', 264 'thunk/ppb_video_capture_api.h',
262 'thunk/ppb_video_capture_thunk.cc', 265 'thunk/ppb_video_capture_thunk.cc',
263 'thunk/ppb_video_decoder_api.h', 266 'thunk/ppb_video_decoder_api.h',
264 'thunk/ppb_video_decoder_thunk.cc', 267 'thunk/ppb_video_decoder_thunk.cc',
265 'thunk/ppb_video_destination_private_api.h', 268 'thunk/ppb_video_destination_private_api.h',
266 'thunk/ppb_video_destination_private_thunk.cc', 269 'thunk/ppb_video_destination_private_thunk.cc',
270 'thunk/ppb_video_frame_api.h',
271 'thunk/ppb_video_frame_thunk.cc',
267 'thunk/ppb_video_source_private_api.h', 272 'thunk/ppb_video_source_private_api.h',
268 'thunk/ppb_video_source_private_thunk.cc', 273 'thunk/ppb_video_source_private_thunk.cc',
269 'thunk/ppb_view_api.h', 274 'thunk/ppb_view_api.h',
270 'thunk/ppb_view_dev_thunk.cc', 275 'thunk/ppb_view_dev_thunk.cc',
271 'thunk/ppb_view_thunk.cc', 276 'thunk/ppb_view_thunk.cc',
272 'thunk/ppb_websocket_api.h', 277 'thunk/ppb_websocket_api.h',
273 'thunk/ppb_websocket_thunk.cc', 278 'thunk/ppb_websocket_thunk.cc',
274 'thunk/ppb_widget_api.h', 279 'thunk/ppb_widget_api.h',
275 'thunk/ppb_widget_dev_thunk.cc', 280 'thunk/ppb_widget_dev_thunk.cc',
276 'thunk/ppb_x509_certificate_private_api.h', 281 'thunk/ppb_x509_certificate_private_api.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'thunk/ppb_tcp_socket_private_thunk.cc', 342 'thunk/ppb_tcp_socket_private_thunk.cc',
338 'thunk/ppb_udp_socket_private_thunk.cc', 343 'thunk/ppb_udp_socket_private_thunk.cc',
339 'thunk/ppb_x509_certificate_private_thunk.cc', 344 'thunk/ppb_x509_certificate_private_thunk.cc',
340 ], 345 ],
341 }], 346 }],
342 ], 347 ],
343 }], 348 }],
344 ], 349 ],
345 }, 350 },
346 } 351 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698