| 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 19 matching lines...) Expand all Loading... |
| 30 'proxy/browser_font_singleton_resource.cc', | 30 'proxy/browser_font_singleton_resource.cc', |
| 31 'proxy/browser_font_singleton_resource.h', | 31 'proxy/browser_font_singleton_resource.h', |
| 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', |
| 41 'proxy/extensions_common_resource.h', |
| 40 'proxy/graphics_2d_resource.cc', | 42 'proxy/graphics_2d_resource.cc', |
| 41 'proxy/graphics_2d_resource.h', | 43 'proxy/graphics_2d_resource.h', |
| 42 'proxy/file_chooser_resource.cc', | 44 'proxy/file_chooser_resource.cc', |
| 43 'proxy/file_chooser_resource.h', | 45 'proxy/file_chooser_resource.h', |
| 44 'proxy/flash_clipboard_resource.cc', | 46 'proxy/flash_clipboard_resource.cc', |
| 45 'proxy/flash_clipboard_resource.h', | 47 'proxy/flash_clipboard_resource.h', |
| 46 'proxy/flash_device_id_resource.cc', | 48 'proxy/flash_device_id_resource.cc', |
| 47 'proxy/flash_device_id_resource.h', | 49 'proxy/flash_device_id_resource.h', |
| 48 'proxy/flash_file_resource.cc', | 50 'proxy/flash_file_resource.cc', |
| 49 'proxy/flash_file_resource.h', | 51 'proxy/flash_file_resource.h', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'proxy/serialized_flash_menu.cc', | 220 'proxy/serialized_flash_menu.cc', |
| 219 'proxy/talk_resource.cc', | 221 'proxy/talk_resource.cc', |
| 220 'proxy/video_capture_resource.cc', | 222 'proxy/video_capture_resource.cc', |
| 221 ], | 223 ], |
| 222 }], | 224 }], |
| 223 ], | 225 ], |
| 224 }], | 226 }], |
| 225 ], | 227 ], |
| 226 }, | 228 }, |
| 227 } | 229 } |
| OLD | NEW |