| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'proxy/error_conversion.cc', | 46 'proxy/error_conversion.cc', |
| 47 'proxy/error_conversion.h', | 47 'proxy/error_conversion.h', |
| 48 'proxy/file_chooser_resource.cc', | 48 'proxy/file_chooser_resource.cc', |
| 49 'proxy/file_chooser_resource.h', | 49 'proxy/file_chooser_resource.h', |
| 50 'proxy/file_io_resource.cc', | 50 'proxy/file_io_resource.cc', |
| 51 'proxy/file_io_resource.h', | 51 'proxy/file_io_resource.h', |
| 52 'proxy/file_ref_resource.cc', | 52 'proxy/file_ref_resource.cc', |
| 53 'proxy/file_ref_resource.h', | 53 'proxy/file_ref_resource.h', |
| 54 'proxy/file_system_resource.cc', | 54 'proxy/file_system_resource.cc', |
| 55 'proxy/file_system_resource.h', | 55 'proxy/file_system_resource.h', |
| 56 'proxy/filesystem_provider_resource.cc', |
| 57 'proxy/filesystem_provider_resource.h', |
| 56 'proxy/flash_clipboard_resource.cc', | 58 'proxy/flash_clipboard_resource.cc', |
| 57 'proxy/flash_clipboard_resource.h', | 59 'proxy/flash_clipboard_resource.h', |
| 58 'proxy/flash_drm_resource.cc', | 60 'proxy/flash_drm_resource.cc', |
| 59 'proxy/flash_drm_resource.h', | 61 'proxy/flash_drm_resource.h', |
| 60 'proxy/flash_file_resource.cc', | 62 'proxy/flash_file_resource.cc', |
| 61 'proxy/flash_file_resource.h', | 63 'proxy/flash_file_resource.h', |
| 62 'proxy/flash_font_file_resource.cc', | 64 'proxy/flash_font_file_resource.cc', |
| 63 'proxy/flash_font_file_resource.h', | 65 'proxy/flash_font_file_resource.h', |
| 64 'proxy/flash_fullscreen_resource.cc', | 66 'proxy/flash_fullscreen_resource.cc', |
| 65 'proxy/flash_fullscreen_resource.h', | 67 'proxy/flash_fullscreen_resource.h', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'proxy/ppp_video_decoder_proxy.cc', | 297 'proxy/ppp_video_decoder_proxy.cc', |
| 296 'proxy/serialized_flash_menu.cc', | 298 'proxy/serialized_flash_menu.cc', |
| 297 'proxy/video_capture_resource.cc', | 299 'proxy/video_capture_resource.cc', |
| 298 ], | 300 ], |
| 299 }], | 301 }], |
| 300 ], | 302 ], |
| 301 }], | 303 }], |
| 302 ], | 304 ], |
| 303 }, | 305 }, |
| 304 } | 306 } |
| OLD | NEW |