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

Side by Side Diff: ppapi/ppapi_proxy_untrusted.gyp

Issue 9836131: Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/ppapi_proxy.gypi ('k') | ppapi/ppapi_shared.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 # This GYP file defines untrusted (NaCl) targets. All targets in this 5 # This GYP file defines untrusted (NaCl) targets. All targets in this
6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid 6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid
7 # requiring NaCl sources for building. 7 # requiring NaCl sources for building.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'thunk/ppb_file_chooser_thunk.cc', 299 'thunk/ppb_file_chooser_thunk.cc',
300 'thunk/ppb_file_io_thunk.cc', 300 'thunk/ppb_file_io_thunk.cc',
301 'thunk/ppb_file_io_trusted_thunk.cc', 301 'thunk/ppb_file_io_trusted_thunk.cc',
302 'thunk/ppb_file_ref_thunk.cc', 302 'thunk/ppb_file_ref_thunk.cc',
303 'thunk/ppb_file_system_thunk.cc', 303 'thunk/ppb_file_system_thunk.cc',
304 'thunk/ppb_find_thunk.cc', 304 'thunk/ppb_find_thunk.cc',
305 'thunk/ppb_flash_clipboard_thunk.cc', 305 'thunk/ppb_flash_clipboard_thunk.cc',
306 'thunk/ppb_flash_fullscreen_thunk.cc', 306 'thunk/ppb_flash_fullscreen_thunk.cc',
307 'thunk/ppb_flash_menu_thunk.cc', 307 'thunk/ppb_flash_menu_thunk.cc',
308 'thunk/ppb_flash_message_loop_thunk.cc', 308 'thunk/ppb_flash_message_loop_thunk.cc',
309 'thunk/ppb_flash_net_connector_thunk.cc',
310 'thunk/ppb_fullscreen_thunk.cc', 309 'thunk/ppb_fullscreen_thunk.cc',
311 'thunk/ppb_gamepad_thunk.cc', 310 'thunk/ppb_gamepad_thunk.cc',
312 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', 311 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc',
313 'thunk/ppb_graphics_2d_thunk.cc', 312 'thunk/ppb_graphics_2d_thunk.cc',
314 'thunk/ppb_graphics_3d_thunk.cc', 313 'thunk/ppb_graphics_3d_thunk.cc',
315 'thunk/ppb_graphics_3d_trusted_thunk.cc', 314 'thunk/ppb_graphics_3d_trusted_thunk.cc',
316 # 'thunk/ppb_image_data_thunk.cc', 315 # 'thunk/ppb_image_data_thunk.cc',
317 # 'thunk/ppb_image_data_trusted_thunk.cc', 316 # 'thunk/ppb_image_data_trusted_thunk.cc',
318 'thunk/ppb_instance_thunk.cc', 317 'thunk/ppb_instance_thunk.cc',
319 'thunk/ppb_layer_compositor_thunk.cc', 318 'thunk/ppb_layer_compositor_thunk.cc',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 '../third_party/source/i18n//wintzimpl.cpp', 722 '../third_party/source/i18n//wintzimpl.cpp',
724 '../third_party/source/i18n//zonemeta.cpp', 723 '../third_party/source/i18n//zonemeta.cpp',
725 '../third_party/source/i18n//zrule.cpp', 724 '../third_party/source/i18n//zrule.cpp',
726 '../third_party/source/i18n//zstrfmt.cpp', 725 '../third_party/source/i18n//zstrfmt.cpp',
727 '../third_party/source/i18n//ztrans.cpp', 726 '../third_party/source/i18n//ztrans.cpp',
728 ], 727 ],
729 }, 728 },
730 }, 729 },
731 ], 730 ],
732 } 731 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698