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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'public/common/url_fetcher.h', | 94 'public/common/url_fetcher.h', |
95 'public/common/url_fetcher_delegate.h', | 95 'public/common/url_fetcher_delegate.h', |
96 'public/common/zygote_fork_delegate_linux.h', | 96 'public/common/zygote_fork_delegate_linux.h', |
97 'common/accessibility_messages.h', | 97 'common/accessibility_messages.h', |
98 'common/appcache/appcache_backend_proxy.cc', | 98 'common/appcache/appcache_backend_proxy.cc', |
99 'common/appcache/appcache_backend_proxy.h', | 99 'common/appcache/appcache_backend_proxy.h', |
100 'common/appcache/appcache_dispatcher.cc', | 100 'common/appcache/appcache_dispatcher.cc', |
101 'common/appcache/appcache_dispatcher.h', | 101 'common/appcache/appcache_dispatcher.h', |
102 'common/appcache_messages.h', | 102 'common/appcache_messages.h', |
103 'common/browser_plugin_messages.h', | 103 'common/browser_plugin_messages.h', |
| 104 'common/child_histogram_message_filter.cc', |
| 105 'common/child_histogram_message_filter.h', |
104 'common/child_process.cc', | 106 'common/child_process.cc', |
105 'common/child_process.h', | 107 'common/child_process.h', |
106 'common/child_process_host_impl.cc', | 108 'common/child_process_host_impl.cc', |
107 'common/child_process_host_impl.h', | 109 'common/child_process_host_impl.h', |
108 'common/child_process_messages.h', | 110 'common/child_process_messages.h', |
109 'common/child_process_sandbox_support_impl_linux.cc', | 111 'common/child_process_sandbox_support_impl_linux.cc', |
110 'common/child_process_sandbox_support_impl_linux.h', | 112 'common/child_process_sandbox_support_impl_linux.h', |
111 'common/child_process_sandbox_support_impl_shm_linux.cc', | 113 'common/child_process_sandbox_support_impl_shm_linux.cc', |
112 'common/child_thread.cc', | 114 'common/child_thread.cc', |
113 'common/child_thread.h', | 115 'common/child_thread.h', |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 '../build/extract_from_cab.py', | 456 '../build/extract_from_cab.py', |
455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 457 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
456 '<(output)', | 458 '<(output)', |
457 '<(PRODUCT_DIR)', | 459 '<(PRODUCT_DIR)', |
458 ], | 460 ], |
459 }, | 461 }, |
460 ] | 462 ] |
461 }] | 463 }] |
462 ], | 464 ], |
463 } | 465 } |
OLD | NEW |