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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'common/android/address_parser.cc', | 99 'common/android/address_parser.cc', |
100 'common/android/address_parser.h', | 100 'common/android/address_parser.h', |
101 'common/android/address_parser_internal.cc', | 101 'common/android/address_parser_internal.cc', |
102 'common/android/address_parser_internal.h', | 102 'common/android/address_parser_internal.h', |
103 'common/appcache/appcache_backend_proxy.cc', | 103 'common/appcache/appcache_backend_proxy.cc', |
104 'common/appcache/appcache_backend_proxy.h', | 104 'common/appcache/appcache_backend_proxy.h', |
105 'common/appcache/appcache_dispatcher.cc', | 105 'common/appcache/appcache_dispatcher.cc', |
106 'common/appcache/appcache_dispatcher.h', | 106 'common/appcache/appcache_dispatcher.h', |
107 'common/appcache_messages.h', | 107 'common/appcache_messages.h', |
108 'common/browser_plugin_messages.h', | 108 'common/browser_plugin_messages.h', |
| 109 'common/child_histogram_message_filter.cc', |
| 110 'common/child_histogram_message_filter.h', |
109 'common/child_process.cc', | 111 'common/child_process.cc', |
110 'common/child_process.h', | 112 'common/child_process.h', |
111 'common/child_process_host_impl.cc', | 113 'common/child_process_host_impl.cc', |
112 'common/child_process_host_impl.h', | 114 'common/child_process_host_impl.h', |
113 'common/child_process_messages.h', | 115 'common/child_process_messages.h', |
114 'common/child_process_sandbox_support_impl_linux.cc', | 116 'common/child_process_sandbox_support_impl_linux.cc', |
115 'common/child_process_sandbox_support_impl_linux.h', | 117 'common/child_process_sandbox_support_impl_linux.h', |
116 'common/child_process_sandbox_support_impl_shm_linux.cc', | 118 'common/child_process_sandbox_support_impl_shm_linux.cc', |
117 'common/child_thread.cc', | 119 'common/child_thread.cc', |
118 'common/child_thread.h', | 120 'common/child_thread.h', |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 '../build/extract_from_cab.py', | 454 '../build/extract_from_cab.py', |
453 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
454 '<(output)', | 456 '<(output)', |
455 '<(PRODUCT_DIR)', | 457 '<(PRODUCT_DIR)', |
456 ], | 458 ], |
457 }, | 459 }, |
458 ] | 460 ] |
459 }] | 461 }] |
460 ], | 462 ], |
461 } | 463 } |
OLD | NEW |