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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 ['include', '^common/media/media_stream_options\\.cc$'], | 544 ['include', '^common/media/media_stream_options\\.cc$'], |
545 ['include', '^common/net/url_fetcher\\.cc$'], | 545 ['include', '^common/net/url_fetcher\\.cc$'], |
546 ['include', '^common/net/url_request_user_data\\.cc$'], | 546 ['include', '^common/net/url_request_user_data\\.cc$'], |
547 ['include', '^common/page_state_serialization\\.cc$'], | 547 ['include', '^common/page_state_serialization\\.cc$'], |
548 ['include', '^common/savable_url_schemes\\.cc$'], | 548 ['include', '^common/savable_url_schemes\\.cc$'], |
549 ['include', '^common/url_schemes\\.cc$'], | 549 ['include', '^common/url_schemes\\.cc$'], |
550 ], | 550 ], |
551 }, { # OS!="ios" | 551 }, { # OS!="ios" |
552 'dependencies': [ | 552 'dependencies': [ |
553 '../cc/cc.gyp:cc', | 553 '../cc/cc.gyp:cc', |
554 '../gpu/blink/gpu_blink.gyp:gpu_blink', | |
555 '../gpu/gpu.gyp:command_buffer_service', | 554 '../gpu/gpu.gyp:command_buffer_service', |
556 '../gpu/gpu.gyp:gles2_c_lib', | 555 '../gpu/gpu.gyp:gles2_c_lib', |
557 '../gpu/gpu.gyp:gles2_implementation', | 556 '../gpu/gpu.gyp:gles2_implementation', |
558 # TODO: the dependency on gl_in_process_context should be decoupled from | 557 # TODO: the dependency on gl_in_process_context should be decoupled from |
559 # content and moved to android_webview. See crbug.com/365797. | 558 # content and moved to android_webview. See crbug.com/365797. |
560 '../gpu/gpu.gyp:gl_in_process_context', | 559 '../gpu/gpu.gyp:gl_in_process_context', |
561 '../gpu/gpu.gyp:gpu_ipc', | 560 '../gpu/gpu.gyp:gpu_ipc', |
562 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', | 561 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
563 '../ipc/ipc.gyp:ipc', | 562 '../ipc/ipc.gyp:ipc', |
564 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', | 563 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 922 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
924 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 923 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 924 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
926 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 925 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
927 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 926 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
928 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 927 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
929 ], | 928 ], |
930 }], | 929 }], |
931 ], | 930 ], |
932 } | 931 } |
OLD | NEW |