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