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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 '../cc/cc.gyp:cc', | 546 '../cc/cc.gyp:cc', |
547 '../gpu/gpu.gyp:command_buffer_service', | 547 '../gpu/gpu.gyp:command_buffer_service', |
548 '../gpu/gpu.gyp:gles2_c_lib', | 548 '../gpu/gpu.gyp:gles2_c_lib', |
549 '../gpu/gpu.gyp:gles2_implementation', | 549 '../gpu/gpu.gyp:gles2_implementation', |
550 # TODO: the dependency on gl_in_process_context should be decoupled from | 550 # TODO: the dependency on gl_in_process_context should be decoupled from |
551 # content and moved to android_webview. See crbug.com/365797. | 551 # content and moved to android_webview. See crbug.com/365797. |
552 '../gpu/gpu.gyp:gl_in_process_context', | 552 '../gpu/gpu.gyp:gl_in_process_context', |
553 '../gpu/gpu.gyp:gpu_ipc', | 553 '../gpu/gpu.gyp:gpu_ipc', |
554 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 554 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
555 '../ipc/ipc.gyp:ipc', | 555 '../ipc/ipc.gyp:ipc', |
| 556 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
556 '../media/media.gyp:media', | 557 '../media/media.gyp:media', |
557 '../media/media.gyp:shared_memory_support', | 558 '../media/media.gyp:shared_memory_support', |
558 '../mojo/mojo_base.gyp:mojo_application_bindings', | 559 '../mojo/mojo_base.gyp:mojo_application_bindings', |
559 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 560 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
560 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 561 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
561 '../mojo/mojo_base.gyp:mojo_system_impl', | 562 '../mojo/mojo_base.gyp:mojo_system_impl', |
562 '../third_party/WebKit/public/blink.gyp:blink', | 563 '../third_party/WebKit/public/blink.gyp:blink', |
563 '../ui/gl/gl.gyp:gl', | 564 '../ui/gl/gl.gyp:gl', |
564 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 565 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
565 '../webkit/common/webkit_common.gyp:webkit_common', | 566 '../webkit/common/webkit_common.gyp:webkit_common', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 'defines': ['USE_SECCOMP_BPF'], | 887 'defines': ['USE_SECCOMP_BPF'], |
887 }], | 888 }], |
888 ['use_ozone==1', { | 889 ['use_ozone==1', { |
889 'dependencies': [ | 890 'dependencies': [ |
890 '../ui/ozone/ozone.gyp:ozone', | 891 '../ui/ozone/ozone.gyp:ozone', |
891 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', | 892 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', |
892 ], | 893 ], |
893 }], | 894 }], |
894 ], | 895 ], |
895 } | 896 } |
OLD | NEW |