| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'common/android/surface_texture_listener.h', | 112 'common/android/surface_texture_listener.h', |
| 113 'common/android/surface_texture_peer.cc', | 113 'common/android/surface_texture_peer.cc', |
| 114 'common/android/surface_texture_peer.h', | 114 'common/android/surface_texture_peer.h', |
| 115 'common/android/trace_event_binding.cc', | 115 'common/android/trace_event_binding.cc', |
| 116 'common/android/trace_event_binding.h', | 116 'common/android/trace_event_binding.h', |
| 117 'common/appcache/appcache_backend_proxy.cc', | 117 'common/appcache/appcache_backend_proxy.cc', |
| 118 'common/appcache/appcache_backend_proxy.h', | 118 'common/appcache/appcache_backend_proxy.h', |
| 119 'common/appcache/appcache_dispatcher.cc', | 119 'common/appcache/appcache_dispatcher.cc', |
| 120 'common/appcache/appcache_dispatcher.h', | 120 'common/appcache/appcache_dispatcher.h', |
| 121 'common/appcache_messages.h', | 121 'common/appcache_messages.h', |
| 122 'common/battery_status_messages.h', |
| 122 'common/browser_plugin_messages.h', | 123 'common/browser_plugin_messages.h', |
| 123 'common/child_process.cc', | 124 'common/child_process.cc', |
| 124 'common/child_process.h', | 125 'common/child_process.h', |
| 125 'common/child_process_host_impl.cc', | 126 'common/child_process_host_impl.cc', |
| 126 'common/child_process_host_impl.h', | 127 'common/child_process_host_impl.h', |
| 127 'common/child_process_messages.h', | 128 'common/child_process_messages.h', |
| 128 'common/child_process_sandbox_support_impl_linux.cc', | 129 'common/child_process_sandbox_support_impl_linux.cc', |
| 129 'common/child_process_sandbox_support_impl_linux.h', | 130 'common/child_process_sandbox_support_impl_linux.h', |
| 130 'common/child_process_sandbox_support_impl_shm_linux.cc', | 131 'common/child_process_sandbox_support_impl_shm_linux.cc', |
| 131 'common/child_thread.cc', | 132 'common/child_thread.cc', |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 '../build/extract_from_cab.py', | 492 '../build/extract_from_cab.py', |
| 492 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 493 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 493 '<(output)', | 494 '<(output)', |
| 494 '<(PRODUCT_DIR)', | 495 '<(PRODUCT_DIR)', |
| 495 ], | 496 ], |
| 496 }, | 497 }, |
| 497 ] | 498 ] |
| 498 }] | 499 }] |
| 499 ], | 500 ], |
| 500 } | 501 } |
| OLD | NEW |