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', |
11 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | |
12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
13 '../gpu/gpu.gyp:command_buffer_service', | 12 '../gpu/gpu.gyp:command_buffer_service', |
14 '../gpu/gpu.gyp:gles2_c_lib', | 13 '../gpu/gpu.gyp:gles2_c_lib', |
15 '../gpu/gpu.gyp:gles2_implementation', | 14 '../gpu/gpu.gyp:gles2_implementation', |
16 '../gpu/gpu.gyp:gpu', | 15 '../gpu/gpu.gyp:gpu', |
17 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 16 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
18 '../ipc/ipc.gyp:ipc', | 17 '../ipc/ipc.gyp:ipc', |
19 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 18 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
20 '../media/base/ipc/media_base_ipc.gyp:media_base_ipc', | 19 '../media/base/ipc/media_base_ipc.gyp:media_base_ipc', |
21 '../media/media.gyp:media', | 20 '../media/media.gyp:media', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'common/android/media_metadata_android.h', | 238 'common/android/media_metadata_android.h', |
240 'common/android/sync_compositor_messages.cc', | 239 'common/android/sync_compositor_messages.cc', |
241 'common/android/sync_compositor_messages.h', | 240 'common/android/sync_compositor_messages.h', |
242 'common/android/sync_compositor_statics.cc', | 241 'common/android/sync_compositor_statics.cc', |
243 'common/android/sync_compositor_statics.h', | 242 'common/android/sync_compositor_statics.h', |
244 'common/appcache_interfaces.cc', | 243 'common/appcache_interfaces.cc', |
245 'common/appcache_interfaces.h', | 244 'common/appcache_interfaces.h', |
246 'common/appcache_messages.h', | 245 'common/appcache_messages.h', |
247 'common/ax_content_node_data.cc', | 246 'common/ax_content_node_data.cc', |
248 'common/ax_content_node_data.h', | 247 'common/ax_content_node_data.h', |
249 'common/bluetooth/bluetooth_device.cc', | |
250 'common/bluetooth/bluetooth_device.h', | |
251 'common/bluetooth/bluetooth_messages.h', | |
252 'common/bluetooth/bluetooth_scan_filter.cc', | |
253 'common/bluetooth/bluetooth_scan_filter.h', | |
254 'common/browser_plugin/browser_plugin_constants.cc', | 248 'common/browser_plugin/browser_plugin_constants.cc', |
255 'common/browser_plugin/browser_plugin_constants.h', | 249 'common/browser_plugin/browser_plugin_constants.h', |
256 'common/browser_plugin/browser_plugin_messages.h', | 250 'common/browser_plugin/browser_plugin_messages.h', |
257 'common/cache_storage/cache_storage_messages.h', | 251 'common/cache_storage/cache_storage_messages.h', |
258 'common/cache_storage/cache_storage_types.cc', | 252 'common/cache_storage/cache_storage_types.cc', |
259 'common/cache_storage/cache_storage_types.h', | 253 'common/cache_storage/cache_storage_types.h', |
260 'common/child_process_host_impl.cc', | 254 'common/child_process_host_impl.cc', |
261 'common/child_process_host_impl.h', | 255 'common/child_process_host_impl.h', |
262 'common/child_process_messages.h', | 256 'common/child_process_messages.h', |
263 'common/child_process_sandbox_support_impl_linux.cc', | 257 'common/child_process_sandbox_support_impl_linux.cc', |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 'sources!': [ | 657 'sources!': [ |
664 'common/cursors/webcursor_ozone.cc', | 658 'common/cursors/webcursor_ozone.cc', |
665 'common/font_list_ozone.cc', | 659 'common/font_list_ozone.cc', |
666 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 660 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
669 ], | 663 ], |
670 }], | 664 }], |
671 ], | 665 ], |
672 } | 666 } |
OLD | NEW |