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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 # content and moved to android_webview. See crbug.com/365797. | 567 # content and moved to android_webview. See crbug.com/365797. |
568 '../gpu/gpu.gyp:gl_in_process_context', | 568 '../gpu/gpu.gyp:gl_in_process_context', |
569 '../gpu/gpu.gyp:gpu_ipc', | 569 '../gpu/gpu.gyp:gpu_ipc', |
570 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 570 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
571 '../ipc/ipc.gyp:ipc', | 571 '../ipc/ipc.gyp:ipc', |
572 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 572 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
573 '../media/media.gyp:media', | 573 '../media/media.gyp:media', |
574 '../media/media.gyp:shared_memory_support', | 574 '../media/media.gyp:shared_memory_support', |
575 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', | 575 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
576 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 576 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
577 '../mojo/public/mojo_public.gyp:mojo_application_bindings', | |
578 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 577 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
579 '../storage/storage_browser.gyp:storage', | 578 '../storage/storage_browser.gyp:storage', |
580 '../storage/storage_common.gyp:storage_common', | 579 '../storage/storage_common.gyp:storage_common', |
581 '../third_party/WebKit/public/blink.gyp:blink', | 580 '../third_party/WebKit/public/blink.gyp:blink', |
582 '../ui/gl/gl.gyp:gl', | 581 '../ui/gl/gl.gyp:gl', |
583 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 582 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
584 ], | 583 ], |
585 'actions': [ | 584 'actions': [ |
586 { | 585 { |
587 'action_name': 'generate_webkit_version', | 586 'action_name': 'generate_webkit_version', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 'common/cursors/webcursor_ozone.cc', | 924 'common/cursors/webcursor_ozone.cc', |
926 'common/font_list_ozone.cc', | 925 'common/font_list_ozone.cc', |
927 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 926 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
929 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
930 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 929 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
931 ], | 930 ], |
932 }], | 931 }], |
933 ], | 932 ], |
934 } | 933 } |
OLD | NEW |