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', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
11 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 11 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
13 '../gpu/gpu.gyp:command_buffer_service', | 13 '../gpu/gpu.gyp:command_buffer_service', |
14 '../gpu/gpu.gyp:gles2_c_lib', | 14 '../gpu/gpu.gyp:gles2_c_lib', |
15 '../gpu/gpu.gyp:gles2_implementation', | 15 '../gpu/gpu.gyp:gles2_implementation', |
16 # TODO: the dependency on gl_in_process_context should be decoupled from | 16 # TODO: the dependency on gl_in_process_context should be decoupled from |
17 # content and moved to android_webview. See crbug.com/365797. | 17 # content and moved to android_webview. See crbug.com/365797. |
18 '../gpu/gpu.gyp:gl_in_process_context', | 18 '../gpu/gpu.gyp:gl_in_process_context', |
19 '../gpu/gpu.gyp:gpu_ipc', | 19 '../gpu/gpu.gyp:gpu_ipc', |
20 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 20 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
21 '../ipc/ipc.gyp:ipc', | 21 '../ipc/ipc.gyp:ipc', |
22 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 22 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
23 '../media/media.gyp:media', | 23 '../media/media.gyp:media', |
24 '../media/media.gyp:shared_memory_support', | 24 '../media/media.gyp:shared_memory_support', |
25 '../media/midi/midi.gyp:midi', | 25 '../media/midi/midi.gyp:midi', |
26 '../mojo/mojo_base.gyp:mojo_application_bindings', | 26 '../mojo/mojo_base.gyp:mojo_application_bindings', |
27 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 27 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
28 '../mojo/mojo_edk.gyp:mojo_system_impl', | 28 '../mojo/mojo_edk.gyp:mojo_system_impl', |
29 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 29 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 30 '../mojo/mojo_shell.gyp:mojo_runner_connection_lib', |
30 '../net/net.gyp:net', | 31 '../net/net.gyp:net', |
31 '../skia/skia.gyp:skia', | 32 '../skia/skia.gyp:skia', |
32 '../storage/storage_common.gyp:storage_common', | 33 '../storage/storage_common.gyp:storage_common', |
33 '../third_party/WebKit/public/blink.gyp:blink', | 34 '../third_party/WebKit/public/blink.gyp:blink', |
34 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 35 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
35 '../third_party/boringssl/boringssl.gyp:boringssl', | 36 '../third_party/boringssl/boringssl.gyp:boringssl', |
36 '../third_party/icu/icu.gyp:icuuc', | 37 '../third_party/icu/icu.gyp:icuuc', |
37 '../ui/accessibility/accessibility.gyp:accessibility', | 38 '../ui/accessibility/accessibility.gyp:accessibility', |
38 '../ui/accessibility/accessibility.gyp:ax_gen', | 39 '../ui/accessibility/accessibility.gyp:ax_gen', |
39 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 40 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'common/media/surface_view_manager_messages_android.h', | 509 'common/media/surface_view_manager_messages_android.h', |
509 'common/media/video_capture.h', | 510 'common/media/video_capture.h', |
510 'common/media/video_capture_messages.h', | 511 'common/media/video_capture_messages.h', |
511 'common/media/webrtc_identity_messages.h', | 512 'common/media/webrtc_identity_messages.h', |
512 'common/memory_messages.h', | 513 'common/memory_messages.h', |
513 'common/message_port_messages.h', | 514 'common/message_port_messages.h', |
514 'common/mime_registry_messages.h', | 515 'common/mime_registry_messages.h', |
515 'common/mojo/channel_init.cc', | 516 'common/mojo/channel_init.cc', |
516 'common/mojo/channel_init.h', | 517 'common/mojo/channel_init.h', |
517 'common/mojo/mojo_messages.h', | 518 'common/mojo/mojo_messages.h', |
| 519 'common/mojo/mojo_shell_connection_impl.cc', |
| 520 'common/mojo/mojo_shell_connection_impl.h', |
518 'common/mojo/service_registry_impl.cc', | 521 'common/mojo/service_registry_impl.cc', |
519 'common/mojo/service_registry_impl.h', | 522 'common/mojo/service_registry_impl.h', |
520 'common/mojo/static_application_loader.cc', | 523 'common/mojo/static_application_loader.cc', |
521 'common/mojo/static_application_loader.h', | 524 'common/mojo/static_application_loader.h', |
522 'common/navigation_gesture.h', | 525 'common/navigation_gesture.h', |
523 'common/navigation_params.cc', | 526 'common/navigation_params.cc', |
524 'common/navigation_params.h', | 527 'common/navigation_params.h', |
525 'common/net/url_fetcher.cc', | 528 'common/net/url_fetcher.cc', |
526 'common/net/url_request_service_worker_data.cc', | 529 'common/net/url_request_service_worker_data.cc', |
527 'common/net/url_request_service_worker_data.h', | 530 'common/net/url_request_service_worker_data.h', |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1094 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1097 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1098 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1096 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1099 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1097 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1100 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1101 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1099 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1102 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1100 ], | 1103 ], |
1101 }], | 1104 }], |
1102 ], | 1105 ], |
1103 } | 1106 } |
OLD | NEW |