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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 '../gpu/gpu.gyp:gles2_implementation', | 559 '../gpu/gpu.gyp:gles2_implementation', |
560 # TODO: the dependency on gl_in_process_context should be decoupled from | 560 # TODO: the dependency on gl_in_process_context should be decoupled from |
561 # content and moved to android_webview. See crbug.com/365797. | 561 # content and moved to android_webview. See crbug.com/365797. |
562 '../gpu/gpu.gyp:gl_in_process_context', | 562 '../gpu/gpu.gyp:gl_in_process_context', |
563 '../gpu/gpu.gyp:gpu_ipc', | 563 '../gpu/gpu.gyp:gpu_ipc', |
564 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 564 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
565 '../ipc/ipc.gyp:ipc', | 565 '../ipc/ipc.gyp:ipc', |
566 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 566 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
567 '../media/media.gyp:media', | 567 '../media/media.gyp:media', |
568 '../media/media.gyp:shared_memory_support', | 568 '../media/media.gyp:shared_memory_support', |
569 '../mojo/mojo_base.gyp:mojo_application_bindings', | |
570 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | |
571 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 569 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
572 '../mojo/mojo_base.gyp:mojo_system_impl', | 570 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 571 '../mojo/public/mojo_public.gyp:mojo_application_bindings', |
| 572 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
573 '../storage/storage_browser.gyp:storage', | 573 '../storage/storage_browser.gyp:storage', |
574 '../storage/storage_common.gyp:storage_common', | 574 '../storage/storage_common.gyp:storage_common', |
575 '../third_party/WebKit/public/blink.gyp:blink', | 575 '../third_party/WebKit/public/blink.gyp:blink', |
576 '../ui/gl/gl.gyp:gl', | 576 '../ui/gl/gl.gyp:gl', |
577 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 577 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
578 ], | 578 ], |
579 'actions': [ | 579 'actions': [ |
580 { | 580 { |
581 'action_name': 'generate_webkit_version', | 581 'action_name': 'generate_webkit_version', |
582 'inputs': [ | 582 'inputs': [ |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
914 ], | 914 ], |
915 'sources': [ | 915 'sources': [ |
916 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 916 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
917 ], | 917 ], |
918 'sources!': [ | 918 'sources!': [ |
919 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 919 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
920 ], | 920 ], |
921 }], | 921 }], |
922 ], | 922 ], |
923 } | 923 } |
OLD | NEW |