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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 '../gpu/gpu.gyp:gl_in_process_context', | 632 '../gpu/gpu.gyp:gl_in_process_context', |
633 '../gpu/gpu.gyp:gpu_ipc', | 633 '../gpu/gpu.gyp:gpu_ipc', |
634 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 634 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
635 '../ipc/ipc.gyp:ipc', | 635 '../ipc/ipc.gyp:ipc', |
636 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 636 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
637 '../media/media.gyp:media', | 637 '../media/media.gyp:media', |
638 '../media/media.gyp:shared_memory_support', | 638 '../media/media.gyp:shared_memory_support', |
639 '../media/midi/midi.gyp:midi', | 639 '../media/midi/midi.gyp:midi', |
640 '../mojo/mojo_base.gyp:mojo_application_bindings', | 640 '../mojo/mojo_base.gyp:mojo_application_bindings', |
641 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 641 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 642 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 643 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
642 '../storage/storage_common.gyp:storage_common', | 644 '../storage/storage_common.gyp:storage_common', |
643 '../third_party/WebKit/public/blink.gyp:blink', | 645 '../third_party/WebKit/public/blink.gyp:blink', |
644 '../third_party/boringssl/boringssl.gyp:boringssl', | 646 '../third_party/boringssl/boringssl.gyp:boringssl', |
645 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | |
646 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | |
647 '../ui/gl/gl.gyp:gl', | 647 '../ui/gl/gl.gyp:gl', |
648 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 648 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
649 ], | 649 ], |
650 'export_dependent_settings' : [ | 650 'export_dependent_settings' : [ |
651 '../mojo/mojo_base.gyp:mojo_application_bindings', | 651 '../mojo/mojo_base.gyp:mojo_application_bindings', |
652 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 652 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
653 ], | 653 ], |
654 'actions': [ | 654 'actions': [ |
655 { | 655 { |
656 'action_name': 'generate_webkit_version', | 656 'action_name': 'generate_webkit_version', |
657 'inputs': [ | 657 'inputs': [ |
658 '<(script)', | 658 '<(script)', |
659 '<(lastchange)', | 659 '<(lastchange)', |
660 '<(template)', | 660 '<(template)', |
661 ], | 661 ], |
662 'outputs': [ | 662 'outputs': [ |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1119 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1119 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1120 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1120 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1121 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1121 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1122 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1122 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1123 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1123 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1124 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1124 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1125 ], | 1125 ], |
1126 }], | 1126 }], |
1127 ], | 1127 ], |
1128 } | 1128 } |
OLD | NEW |