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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 1161563002: Remove unused in-process pepper APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('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) 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'thunk/ppb_network_proxy_api.h', 237 'thunk/ppb_network_proxy_api.h',
238 'thunk/ppb_network_proxy_thunk.cc', 238 'thunk/ppb_network_proxy_thunk.cc',
239 'thunk/ppb_output_protection_api.h', 239 'thunk/ppb_output_protection_api.h',
240 'thunk/ppb_output_protection_private_thunk.cc', 240 'thunk/ppb_output_protection_private_thunk.cc',
241 'thunk/ppb_pdf_api.h', 241 'thunk/ppb_pdf_api.h',
242 'thunk/ppb_pdf_thunk.cc', 242 'thunk/ppb_pdf_thunk.cc',
243 'thunk/ppb_platform_verification_api.h', 243 'thunk/ppb_platform_verification_api.h',
244 'thunk/ppb_platform_verification_private_thunk.cc', 244 'thunk/ppb_platform_verification_private_thunk.cc',
245 'thunk/ppb_printing_api.h', 245 'thunk/ppb_printing_api.h',
246 'thunk/ppb_printing_dev_thunk.cc', 246 'thunk/ppb_printing_dev_thunk.cc',
247 'thunk/ppb_scrollbar_api.h',
248 'thunk/ppb_scrollbar_thunk.cc',
249 'thunk/ppb_tcp_server_socket_private_api.h', 247 'thunk/ppb_tcp_server_socket_private_api.h',
250 'thunk/ppb_tcp_server_socket_private_thunk.cc', 248 'thunk/ppb_tcp_server_socket_private_thunk.cc',
251 'thunk/ppb_tcp_socket_api.h', 249 'thunk/ppb_tcp_socket_api.h',
252 'thunk/ppb_tcp_socket_private_api.h', 250 'thunk/ppb_tcp_socket_private_api.h',
253 'thunk/ppb_tcp_socket_private_thunk.cc', 251 'thunk/ppb_tcp_socket_private_thunk.cc',
254 'thunk/ppb_tcp_socket_thunk.cc', 252 'thunk/ppb_tcp_socket_thunk.cc',
255 'thunk/ppb_text_input_thunk.cc', 253 'thunk/ppb_text_input_thunk.cc',
256 'thunk/ppb_truetype_font_api.h', 254 'thunk/ppb_truetype_font_api.h',
257 'thunk/ppb_truetype_font_dev_thunk.cc', 255 'thunk/ppb_truetype_font_dev_thunk.cc',
258 'thunk/ppb_truetype_font_singleton_api.h', 256 'thunk/ppb_truetype_font_singleton_api.h',
(...skipping 25 matching lines...) Expand all
284 'thunk/ppb_video_encoder_thunk.cc', 282 'thunk/ppb_video_encoder_thunk.cc',
285 'thunk/ppb_video_frame_api.h', 283 'thunk/ppb_video_frame_api.h',
286 'thunk/ppb_video_frame_thunk.cc', 284 'thunk/ppb_video_frame_thunk.cc',
287 'thunk/ppb_video_source_private_api.h', 285 'thunk/ppb_video_source_private_api.h',
288 'thunk/ppb_video_source_private_thunk.cc', 286 'thunk/ppb_video_source_private_thunk.cc',
289 'thunk/ppb_view_api.h', 287 'thunk/ppb_view_api.h',
290 'thunk/ppb_view_dev_thunk.cc', 288 'thunk/ppb_view_dev_thunk.cc',
291 'thunk/ppb_view_thunk.cc', 289 'thunk/ppb_view_thunk.cc',
292 'thunk/ppb_websocket_api.h', 290 'thunk/ppb_websocket_api.h',
293 'thunk/ppb_websocket_thunk.cc', 291 'thunk/ppb_websocket_thunk.cc',
294 'thunk/ppb_widget_api.h',
295 'thunk/ppb_widget_dev_thunk.cc',
296 'thunk/ppb_x509_certificate_private_api.h', 292 'thunk/ppb_x509_certificate_private_api.h',
297 'thunk/ppb_x509_certificate_private_thunk.cc', 293 'thunk/ppb_x509_certificate_private_thunk.cc',
298 'thunk/ppb_zoom_dev_thunk.cc',
299 'thunk/thunk.h', 294 'thunk/thunk.h',
300 ], 295 ],
301 'defines': [ 296 'defines': [
302 'PPAPI_SHARED_IMPLEMENTATION', 297 'PPAPI_SHARED_IMPLEMENTATION',
303 'PPAPI_THUNK_IMPLEMENTATION', 298 'PPAPI_THUNK_IMPLEMENTATION',
304 ], 299 ],
305 'include_dirs': [ 300 'include_dirs': [
306 '..', 301 '..',
307 ], 302 ],
308 'target_conditions': [ 303 'target_conditions': [
(...skipping 18 matching lines...) Expand all
327 'thunk/ppb_flash_file_modulelocal_thunk.cc', 322 'thunk/ppb_flash_file_modulelocal_thunk.cc',
328 'thunk/ppb_flash_font_file_thunk.cc', 323 'thunk/ppb_flash_font_file_thunk.cc',
329 'thunk/ppb_flash_fullscreen_thunk.cc', 324 'thunk/ppb_flash_fullscreen_thunk.cc',
330 'thunk/ppb_flash_menu_thunk.cc', 325 'thunk/ppb_flash_menu_thunk.cc',
331 'thunk/ppb_flash_message_loop_thunk.cc', 326 'thunk/ppb_flash_message_loop_thunk.cc',
332 'thunk/ppb_flash_message_loop_thunk.cc', 327 'thunk/ppb_flash_message_loop_thunk.cc',
333 'thunk/ppb_flash_thunk.cc', 328 'thunk/ppb_flash_thunk.cc',
334 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', 329 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
335 'thunk/ppb_pdf_thunk.cc', 330 'thunk/ppb_pdf_thunk.cc',
336 'thunk/ppb_platform_verification_private_thunk.cc', 331 'thunk/ppb_platform_verification_private_thunk.cc',
337 'thunk/ppb_scrollbar_thunk.cc',
338 'thunk/ppb_transport_thunk.cc', 332 'thunk/ppb_transport_thunk.cc',
339 'thunk/ppb_url_util_thunk.cc', 333 'thunk/ppb_url_util_thunk.cc',
340 'thunk/ppb_video_capture_thunk.cc', 334 'thunk/ppb_video_capture_thunk.cc',
341 'thunk/ppb_video_decoder_dev_thunk.cc', 335 'thunk/ppb_video_decoder_dev_thunk.cc',
342 ], 336 ],
343 }], 337 }],
344 # We exclude a few more things for nacl_win64, to avoid pulling in 338 # We exclude a few more things for nacl_win64, to avoid pulling in
345 # more dependencies. 339 # more dependencies.
346 ['>(nacl_win64_target)==1', { 340 ['>(nacl_win64_target)==1', {
347 'sources!': [ 341 'sources!': [
348 'shared_impl/ppb_audio_shared.cc', 342 'shared_impl/ppb_audio_shared.cc',
349 'shared_impl/ppb_graphics_3d_shared.cc', 343 'shared_impl/ppb_graphics_3d_shared.cc',
350 'shared_impl/ppb_opengles2_shared.cc', 344 'shared_impl/ppb_opengles2_shared.cc',
351 'shared_impl/private/net_address_private_impl.cc', 345 'shared_impl/private/net_address_private_impl.cc',
352 'shared_impl/private/ppb_host_resolver_shared.cc', 346 'shared_impl/private/ppb_host_resolver_shared.cc',
353 'thunk/ppb_graphics_3d_thunk.cc', 347 'thunk/ppb_graphics_3d_thunk.cc',
354 'thunk/ppb_host_resolver_private_thunk.cc', 348 'thunk/ppb_host_resolver_private_thunk.cc',
355 'thunk/ppb_tcp_server_socket_private_thunk.cc', 349 'thunk/ppb_tcp_server_socket_private_thunk.cc',
356 'thunk/ppb_tcp_socket_private_thunk.cc', 350 'thunk/ppb_tcp_socket_private_thunk.cc',
357 'thunk/ppb_udp_socket_private_thunk.cc', 351 'thunk/ppb_udp_socket_private_thunk.cc',
358 'thunk/ppb_x509_certificate_private_thunk.cc', 352 'thunk/ppb_x509_certificate_private_thunk.cc',
359 ], 353 ],
360 }], 354 }],
361 ], 355 ],
362 }], 356 }],
363 ], 357 ],
364 }, 358 },
365 } 359 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698