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