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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 '../cc/cc.gyp:cc', | 538 '../cc/cc.gyp:cc', |
539 '../gpu/gpu.gyp:command_buffer_service', | 539 '../gpu/gpu.gyp:command_buffer_service', |
540 '../gpu/gpu.gyp:gles2_c_lib', | 540 '../gpu/gpu.gyp:gles2_c_lib', |
541 '../gpu/gpu.gyp:gles2_implementation', | 541 '../gpu/gpu.gyp:gles2_implementation', |
542 # TODO: the dependency on gl_in_process_context should be decoupled from | 542 # TODO: the dependency on gl_in_process_context should be decoupled from |
543 # content and moved to android_webview. See crbug.com/365797. | 543 # content and moved to android_webview. See crbug.com/365797. |
544 '../gpu/gpu.gyp:gl_in_process_context', | 544 '../gpu/gpu.gyp:gl_in_process_context', |
545 '../gpu/gpu.gyp:gpu_ipc', | 545 '../gpu/gpu.gyp:gpu_ipc', |
546 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 546 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
547 '../ipc/ipc.gyp:ipc', | 547 '../ipc/ipc.gyp:ipc', |
| 548 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
548 '../media/media.gyp:media', | 549 '../media/media.gyp:media', |
549 '../media/media.gyp:shared_memory_support', | 550 '../media/media.gyp:shared_memory_support', |
550 '../mojo/mojo.gyp:mojo_cpp_bindings', | 551 '../mojo/mojo.gyp:mojo_cpp_bindings', |
551 '../mojo/mojo.gyp:mojo_environment_chromium', | 552 '../mojo/mojo.gyp:mojo_environment_chromium', |
552 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 553 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
553 '../mojo/mojo.gyp:mojo_system_impl', | 554 '../mojo/mojo.gyp:mojo_system_impl', |
554 '../third_party/WebKit/public/blink.gyp:blink', | 555 '../third_party/WebKit/public/blink.gyp:blink', |
555 '../ui/gl/gl.gyp:gl', | 556 '../ui/gl/gl.gyp:gl', |
556 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 557 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
557 '../webkit/common/webkit_common.gyp:webkit_common', | 558 '../webkit/common/webkit_common.gyp:webkit_common', |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
868 }, { | 869 }, { |
869 'defines': ['USE_SECCOMP_BPF'], | 870 'defines': ['USE_SECCOMP_BPF'], |
870 }], | 871 }], |
871 ['use_ozone==1', { | 872 ['use_ozone==1', { |
872 'dependencies': [ | 873 'dependencies': [ |
873 '../ui/ozone/ozone.gyp:ozone', | 874 '../ui/ozone/ozone.gyp:ozone', |
874 ], | 875 ], |
875 }], | 876 }], |
876 ], | 877 ], |
877 } | 878 } |
OLD | NEW |