| OLD | NEW |
| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 309 'thunk/ppb_flash_net_connector_thunk.cc', |
| 310 'thunk/ppb_flash_x509_certificate_thunk.cc', |
| 310 'thunk/ppb_fullscreen_thunk.cc', | 311 'thunk/ppb_fullscreen_thunk.cc', |
| 311 'thunk/ppb_gamepad_thunk.cc', | 312 'thunk/ppb_gamepad_thunk.cc', |
| 312 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 313 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
| 313 'thunk/ppb_graphics_2d_thunk.cc', | 314 'thunk/ppb_graphics_2d_thunk.cc', |
| 314 'thunk/ppb_graphics_3d_thunk.cc', | 315 'thunk/ppb_graphics_3d_thunk.cc', |
| 315 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 316 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
| 316 # 'thunk/ppb_image_data_thunk.cc', | 317 # 'thunk/ppb_image_data_thunk.cc', |
| 317 # 'thunk/ppb_image_data_trusted_thunk.cc', | 318 # 'thunk/ppb_image_data_trusted_thunk.cc', |
| 318 'thunk/ppb_instance_thunk.cc', | 319 'thunk/ppb_instance_thunk.cc', |
| 319 'thunk/ppb_layer_compositor_thunk.cc', | 320 'thunk/ppb_layer_compositor_thunk.cc', |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 '../third_party/source/i18n//wintzimpl.cpp', | 724 '../third_party/source/i18n//wintzimpl.cpp', |
| 724 '../third_party/source/i18n//zonemeta.cpp', | 725 '../third_party/source/i18n//zonemeta.cpp', |
| 725 '../third_party/source/i18n//zrule.cpp', | 726 '../third_party/source/i18n//zrule.cpp', |
| 726 '../third_party/source/i18n//zstrfmt.cpp', | 727 '../third_party/source/i18n//zstrfmt.cpp', |
| 727 '../third_party/source/i18n//ztrans.cpp', | 728 '../third_party/source/i18n//ztrans.cpp', |
| 728 ], | 729 ], |
| 729 }, | 730 }, |
| 730 }, | 731 }, |
| 731 ], | 732 ], |
| 732 } | 733 } |
| OLD | NEW |