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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'common/android/resource_request_body_android.h', | 247 'common/android/resource_request_body_android.h', |
248 'common/android/sync_compositor_messages.cc', | 248 'common/android/sync_compositor_messages.cc', |
249 'common/android/sync_compositor_messages.h', | 249 'common/android/sync_compositor_messages.h', |
250 'common/android/sync_compositor_statics.cc', | 250 'common/android/sync_compositor_statics.cc', |
251 'common/android/sync_compositor_statics.h', | 251 'common/android/sync_compositor_statics.h', |
252 'common/appcache_interfaces.cc', | 252 'common/appcache_interfaces.cc', |
253 'common/appcache_interfaces.h', | 253 'common/appcache_interfaces.h', |
254 'common/appcache_messages.h', | 254 'common/appcache_messages.h', |
255 'common/ax_content_node_data.cc', | 255 'common/ax_content_node_data.cc', |
256 'common/ax_content_node_data.h', | 256 'common/ax_content_node_data.h', |
257 'common/bluetooth/web_bluetooth_device_id.cc', | |
258 'common/bluetooth/web_bluetooth_device_id.h', | |
259 'common/browser_plugin/browser_plugin_constants.cc', | 257 'common/browser_plugin/browser_plugin_constants.cc', |
260 'common/browser_plugin/browser_plugin_constants.h', | 258 'common/browser_plugin/browser_plugin_constants.h', |
261 'common/browser_plugin/browser_plugin_messages.h', | 259 'common/browser_plugin/browser_plugin_messages.h', |
262 'common/cache_storage/cache_storage_messages.h', | 260 'common/cache_storage/cache_storage_messages.h', |
263 'common/cache_storage/cache_storage_types.cc', | 261 'common/cache_storage/cache_storage_types.cc', |
264 'common/cache_storage/cache_storage_types.h', | 262 'common/cache_storage/cache_storage_types.h', |
265 'common/child_process_host_impl.cc', | 263 'common/child_process_host_impl.cc', |
266 'common/child_process_host_impl.h', | 264 'common/child_process_host_impl.h', |
267 'common/child_process_messages.h', | 265 'common/child_process_messages.h', |
268 'common/child_process_sandbox_support_impl_linux.cc', | 266 'common/child_process_sandbox_support_impl_linux.cc', |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 ], | 660 ], |
663 }], | 661 }], |
664 ['enable_ipc_fuzzer==1', { | 662 ['enable_ipc_fuzzer==1', { |
665 'sources': [ | 663 'sources': [ |
666 'common/external_ipc_dumper.cc', | 664 'common/external_ipc_dumper.cc', |
667 'common/external_ipc_dumper.h', | 665 'common/external_ipc_dumper.h', |
668 ], | 666 ], |
669 }], | 667 }], |
670 ], | 668 ], |
671 } | 669 } |
OLD | NEW |