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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 '../gpu/gpu.gyp:gles2_implementation', | 563 '../gpu/gpu.gyp:gles2_implementation', |
564 # TODO: the dependency on gl_in_process_context should be decoupled from | 564 # TODO: the dependency on gl_in_process_context should be decoupled from |
565 # content and moved to android_webview. See crbug.com/365797. | 565 # content and moved to android_webview. See crbug.com/365797. |
566 '../gpu/gpu.gyp:gl_in_process_context', | 566 '../gpu/gpu.gyp:gl_in_process_context', |
567 '../gpu/gpu.gyp:gpu_ipc', | 567 '../gpu/gpu.gyp:gpu_ipc', |
568 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 568 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
569 '../ipc/ipc.gyp:ipc', | 569 '../ipc/ipc.gyp:ipc', |
570 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 570 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
571 '../media/media.gyp:media', | 571 '../media/media.gyp:media', |
572 '../media/media.gyp:shared_memory_support', | 572 '../media/media.gyp:shared_memory_support', |
573 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | |
574 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 573 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
575 '../mojo/public/mojo_public.gyp:mojo_application_bindings', | 574 '../mojo/mojo_edk.gyp:mojo_system_impl', |
576 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 575 '../mojo/mojo_public.gyp:mojo_application_bindings', |
| 576 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
577 '../storage/storage_browser.gyp:storage', | 577 '../storage/storage_browser.gyp:storage', |
578 '../storage/storage_common.gyp:storage_common', | 578 '../storage/storage_common.gyp:storage_common', |
579 '../third_party/WebKit/public/blink.gyp:blink', | 579 '../third_party/WebKit/public/blink.gyp:blink', |
580 '../ui/gl/gl.gyp:gl', | 580 '../ui/gl/gl.gyp:gl', |
581 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 581 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
582 ], | 582 ], |
583 'export_dependent_settings' : [ | 583 'export_dependent_settings' : [ |
584 '../mojo/public/mojo_public.gyp:mojo_application_bindings', | 584 '../mojo/mojo_public.gyp:mojo_application_bindings', |
585 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 585 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
586 ], | 586 ], |
587 'actions': [ | 587 'actions': [ |
588 { | 588 { |
589 'action_name': 'generate_webkit_version', | 589 'action_name': 'generate_webkit_version', |
590 'inputs': [ | 590 'inputs': [ |
591 '<(script)', | 591 '<(script)', |
592 '<(lastchange)', | 592 '<(lastchange)', |
593 '<(template)', | 593 '<(template)', |
594 ], | 594 ], |
595 'outputs': [ | 595 'outputs': [ |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 931 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
932 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 932 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
934 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 934 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
935 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 935 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
937 ], | 937 ], |
938 }], | 938 }], |
939 ], | 939 ], |
940 } | 940 } |
OLD | NEW |