| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'common/android/address_parser.cc', | 98 'common/android/address_parser.cc', |
| 99 'common/android/address_parser.h', | 99 'common/android/address_parser.h', |
| 100 'common/android/address_parser_internal.cc', | 100 'common/android/address_parser_internal.cc', |
| 101 'common/android/address_parser_internal.h', | 101 'common/android/address_parser_internal.h', |
| 102 'common/appcache/appcache_backend_proxy.cc', | 102 'common/appcache/appcache_backend_proxy.cc', |
| 103 'common/appcache/appcache_backend_proxy.h', | 103 'common/appcache/appcache_backend_proxy.h', |
| 104 'common/appcache/appcache_dispatcher.cc', | 104 'common/appcache/appcache_dispatcher.cc', |
| 105 'common/appcache/appcache_dispatcher.h', | 105 'common/appcache/appcache_dispatcher.h', |
| 106 'common/appcache_messages.h', | 106 'common/appcache_messages.h', |
| 107 'common/browser_plugin_messages.h', | 107 'common/browser_plugin_messages.h', |
| 108 'common/child_histogram_message_filter.cc', |
| 109 'common/child_histogram_message_filter.h', |
| 108 'common/child_process.cc', | 110 'common/child_process.cc', |
| 109 'common/child_process.h', | 111 'common/child_process.h', |
| 110 'common/child_process_host_impl.cc', | 112 'common/child_process_host_impl.cc', |
| 111 'common/child_process_host_impl.h', | 113 'common/child_process_host_impl.h', |
| 112 'common/child_process_messages.h', | 114 'common/child_process_messages.h', |
| 113 'common/child_process_sandbox_support_impl_linux.cc', | 115 'common/child_process_sandbox_support_impl_linux.cc', |
| 114 'common/child_process_sandbox_support_impl_linux.h', | 116 'common/child_process_sandbox_support_impl_linux.h', |
| 115 'common/child_process_sandbox_support_impl_shm_linux.cc', | 117 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 116 'common/child_thread.cc', | 118 'common/child_thread.cc', |
| 117 'common/child_thread.h', | 119 'common/child_thread.h', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 '../build/extract_from_cab.py', | 460 '../build/extract_from_cab.py', |
| 459 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 461 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 460 '<(output)', | 462 '<(output)', |
| 461 '<(PRODUCT_DIR)', | 463 '<(PRODUCT_DIR)', |
| 462 ], | 464 ], |
| 463 }, | 465 }, |
| 464 ] | 466 ] |
| 465 }] | 467 }] |
| 466 ], | 468 ], |
| 467 } | 469 } |
| OLD | NEW |