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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 '../media/media.gyp:media', | 561 '../media/media.gyp:media', |
562 '../media/media.gyp:shared_memory_support', | 562 '../media/media.gyp:shared_memory_support', |
563 '../mojo/mojo_base.gyp:mojo_application_bindings', | 563 '../mojo/mojo_base.gyp:mojo_application_bindings', |
564 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 564 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
565 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 565 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
566 '../mojo/mojo_base.gyp:mojo_system_impl', | 566 '../mojo/mojo_base.gyp:mojo_system_impl', |
567 '../third_party/WebKit/public/blink.gyp:blink', | 567 '../third_party/WebKit/public/blink.gyp:blink', |
568 '../ui/gl/gl.gyp:gl', | 568 '../ui/gl/gl.gyp:gl', |
569 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 569 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
570 '../webkit/common/webkit_common.gyp:webkit_common', | 570 '../webkit/common/webkit_common.gyp:webkit_common', |
571 '../webkit/storage_browser.gyp:webkit_storage_browser', | 571 '../webkit/storage_browser.gyp:storage', |
572 '../webkit/storage_common.gyp:webkit_storage_common', | 572 '../webkit/storage_common.gyp:storage_common', |
573 ], | 573 ], |
574 'actions': [ | 574 'actions': [ |
575 { | 575 { |
576 'action_name': 'generate_webkit_version', | 576 'action_name': 'generate_webkit_version', |
577 'inputs': [ | 577 'inputs': [ |
578 '<(script)', | 578 '<(script)', |
579 '<(lastchange)', | 579 '<(lastchange)', |
580 '<(template)', | 580 '<(template)', |
581 ], | 581 ], |
582 'outputs': [ | 582 'outputs': [ |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
897 ], | 897 ], |
898 'sources': [ | 898 'sources': [ |
899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
900 ], | 900 ], |
901 'sources!': [ | 901 'sources!': [ |
902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
903 ], | 903 ], |
904 }], | 904 }], |
905 ], | 905 ], |
906 } | 906 } |
OLD | NEW |