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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 556 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
557 '../media/media.gyp:media', | 557 '../media/media.gyp:media', |
558 '../media/media.gyp:shared_memory_support', | 558 '../media/media.gyp:shared_memory_support', |
559 '../mojo/mojo_base.gyp:mojo_application_bindings', | 559 '../mojo/mojo_base.gyp:mojo_application_bindings', |
560 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 560 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
561 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 561 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
562 '../mojo/mojo_base.gyp:mojo_system_impl', | 562 '../mojo/mojo_base.gyp:mojo_system_impl', |
563 '../third_party/WebKit/public/blink.gyp:blink', | 563 '../third_party/WebKit/public/blink.gyp:blink', |
564 '../ui/gl/gl.gyp:gl', | 564 '../ui/gl/gl.gyp:gl', |
565 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 565 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
566 '../webkit/common/webkit_common.gyp:webkit_common', | 566 '../storage/storage.gyp:webkit_common', |
567 '../webkit/storage_browser.gyp:webkit_storage_browser', | 567 '../storage/storage.gyp:webkit_storage_browser', |
568 '../webkit/storage_common.gyp:webkit_storage_common', | 568 '../storage/storage.gyp:webkit_storage_common', |
569 ], | 569 ], |
570 'actions': [ | 570 'actions': [ |
571 { | 571 { |
572 'action_name': 'generate_webkit_version', | 572 'action_name': 'generate_webkit_version', |
573 'inputs': [ | 573 'inputs': [ |
574 '<(script)', | 574 '<(script)', |
575 '<(lastchange)', | 575 '<(lastchange)', |
576 '<(template)', | 576 '<(template)', |
577 ], | 577 ], |
578 'outputs': [ | 578 'outputs': [ |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'defines': ['USE_SECCOMP_BPF'], | 887 'defines': ['USE_SECCOMP_BPF'], |
888 }], | 888 }], |
889 ['use_ozone==1', { | 889 ['use_ozone==1', { |
890 'dependencies': [ | 890 'dependencies': [ |
891 '../ui/ozone/ozone.gyp:ozone', | 891 '../ui/ozone/ozone.gyp:ozone', |
892 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', | 892 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', |
893 ], | 893 ], |
894 }], | 894 }], |
895 ], | 895 ], |
896 } | 896 } |
OLD | NEW |