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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'common/android/surface_texture_listener.h', | 115 'common/android/surface_texture_listener.h', |
116 'common/android/surface_texture_peer.cc', | 116 'common/android/surface_texture_peer.cc', |
117 'common/android/surface_texture_peer.h', | 117 'common/android/surface_texture_peer.h', |
118 'common/android/trace_event_binding.cc', | 118 'common/android/trace_event_binding.cc', |
119 'common/android/trace_event_binding.h', | 119 'common/android/trace_event_binding.h', |
120 'common/appcache/appcache_backend_proxy.cc', | 120 'common/appcache/appcache_backend_proxy.cc', |
121 'common/appcache/appcache_backend_proxy.h', | 121 'common/appcache/appcache_backend_proxy.h', |
122 'common/appcache/appcache_dispatcher.cc', | 122 'common/appcache/appcache_dispatcher.cc', |
123 'common/appcache/appcache_dispatcher.h', | 123 'common/appcache/appcache_dispatcher.h', |
124 'common/appcache_messages.h', | 124 'common/appcache_messages.h', |
| 125 'common/browser_plugin_messages.h', |
125 'common/child_histogram_message_filter.cc', | 126 'common/child_histogram_message_filter.cc', |
126 'common/child_histogram_message_filter.h', | 127 'common/child_histogram_message_filter.h', |
127 'common/child_process.cc', | 128 'common/child_process.cc', |
128 'common/child_process.h', | 129 'common/child_process.h', |
129 'common/child_process_host_impl.cc', | 130 'common/child_process_host_impl.cc', |
130 'common/child_process_host_impl.h', | 131 'common/child_process_host_impl.h', |
131 'common/child_process_messages.h', | 132 'common/child_process_messages.h', |
132 'common/child_process_sandbox_support_impl_linux.cc', | 133 'common/child_process_sandbox_support_impl_linux.cc', |
133 'common/child_process_sandbox_support_impl_linux.h', | 134 'common/child_process_sandbox_support_impl_linux.h', |
134 'common/child_process_sandbox_support_impl_shm_linux.cc', | 135 'common/child_process_sandbox_support_impl_shm_linux.cc', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 '../build/extract_from_cab.py', | 502 '../build/extract_from_cab.py', |
502 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 503 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
503 '<(output)', | 504 '<(output)', |
504 '<(PRODUCT_DIR)', | 505 '<(PRODUCT_DIR)', |
505 ], | 506 ], |
506 }, | 507 }, |
507 ] | 508 ] |
508 }] | 509 }] |
509 ], | 510 ], |
510 } | 511 } |
OLD | NEW |