| 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 { | 5 { |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'ppapi_proxy_target': 0, | 8 'ppapi_proxy_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 'proxy/connection.h', | 32 'proxy/connection.h', |
| 33 'proxy/device_enumeration_resource_helper.cc', | 33 'proxy/device_enumeration_resource_helper.cc', |
| 34 'proxy/device_enumeration_resource_helper.h', | 34 'proxy/device_enumeration_resource_helper.h', |
| 35 'proxy/directory_reader_resource.cc', | 35 'proxy/directory_reader_resource.cc', |
| 36 'proxy/directory_reader_resource.h', | 36 'proxy/directory_reader_resource.h', |
| 37 'proxy/dispatcher.cc', | 37 'proxy/dispatcher.cc', |
| 38 'proxy/dispatcher.h', | 38 'proxy/dispatcher.h', |
| 39 'proxy/enter_proxy.h', | 39 'proxy/enter_proxy.h', |
| 40 'proxy/extensions_common_resource.cc', | 40 'proxy/extensions_common_resource.cc', |
| 41 'proxy/extensions_common_resource.h', | 41 'proxy/extensions_common_resource.h', |
| 42 'proxy/graphics_2d_resource.cc', | 42 'proxy/ext_crx_file_system_private_resource.cc', |
| 43 'proxy/graphics_2d_resource.h', | 43 'proxy/ext_crx_file_system_private_resource.h', |
| 44 'proxy/file_chooser_resource.cc', | 44 'proxy/file_chooser_resource.cc', |
| 45 'proxy/file_chooser_resource.h', | 45 'proxy/file_chooser_resource.h', |
| 46 'proxy/flash_clipboard_resource.cc', | 46 'proxy/flash_clipboard_resource.cc', |
| 47 'proxy/flash_clipboard_resource.h', | 47 'proxy/flash_clipboard_resource.h', |
| 48 'proxy/flash_device_id_resource.cc', | 48 'proxy/flash_device_id_resource.cc', |
| 49 'proxy/flash_device_id_resource.h', | 49 'proxy/flash_device_id_resource.h', |
| 50 'proxy/flash_file_resource.cc', | 50 'proxy/flash_file_resource.cc', |
| 51 'proxy/flash_file_resource.h', | 51 'proxy/flash_file_resource.h', |
| 52 'proxy/flash_font_file_resource.cc', | 52 'proxy/flash_font_file_resource.cc', |
| 53 'proxy/flash_font_file_resource.h', | 53 'proxy/flash_font_file_resource.h', |
| 54 'proxy/flash_fullscreen_resource.cc', | 54 'proxy/flash_fullscreen_resource.cc', |
| 55 'proxy/flash_fullscreen_resource.h', | 55 'proxy/flash_fullscreen_resource.h', |
| 56 'proxy/flash_menu_resource.cc', | 56 'proxy/flash_menu_resource.cc', |
| 57 'proxy/flash_menu_resource.h', | 57 'proxy/flash_menu_resource.h', |
| 58 'proxy/flash_resource.cc', | 58 'proxy/flash_resource.cc', |
| 59 'proxy/flash_resource.h', | 59 'proxy/flash_resource.h', |
| 60 'proxy/file_io_resource.cc', | 60 'proxy/file_io_resource.cc', |
| 61 'proxy/file_io_resource.h', | 61 'proxy/file_io_resource.h', |
| 62 'proxy/file_system_resource.cc', | 62 'proxy/file_system_resource.cc', |
| 63 'proxy/file_system_resource.h', | 63 'proxy/file_system_resource.h', |
| 64 'proxy/gamepad_resource.cc', | 64 'proxy/gamepad_resource.cc', |
| 65 'proxy/gamepad_resource.h', | 65 'proxy/gamepad_resource.h', |
| 66 'proxy/graphics_2d_resource.cc', |
| 67 'proxy/graphics_2d_resource.h', |
| 66 'proxy/host_dispatcher.cc', | 68 'proxy/host_dispatcher.cc', |
| 67 'proxy/host_dispatcher.h', | 69 'proxy/host_dispatcher.h', |
| 68 'proxy/host_resolver_private_resource.cc', | 70 'proxy/host_resolver_private_resource.cc', |
| 69 'proxy/host_resolver_private_resource.h', | 71 'proxy/host_resolver_private_resource.h', |
| 70 'proxy/host_var_serialization_rules.cc', | 72 'proxy/host_var_serialization_rules.cc', |
| 71 'proxy/host_var_serialization_rules.h', | 73 'proxy/host_var_serialization_rules.h', |
| 72 'proxy/interface_list.cc', | 74 'proxy/interface_list.cc', |
| 73 'proxy/interface_list.h', | 75 'proxy/interface_list.h', |
| 74 'proxy/interface_proxy.cc', | 76 'proxy/interface_proxy.cc', |
| 75 'proxy/interface_proxy.h', | 77 'proxy/interface_proxy.h', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 'proxy/serialized_flash_menu.cc', | 226 'proxy/serialized_flash_menu.cc', |
| 225 'proxy/talk_resource.cc', | 227 'proxy/talk_resource.cc', |
| 226 'proxy/video_capture_resource.cc', | 228 'proxy/video_capture_resource.cc', |
| 227 ], | 229 ], |
| 228 }], | 230 }], |
| 229 ], | 231 ], |
| 230 }], | 232 }], |
| 231 ], | 233 ], |
| 232 }, | 234 }, |
| 233 } | 235 } |
| OLD | NEW |