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