Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: content/content_common.gypi

Issue 761243002: Extract WebGraphicsContext3DImpl from webkit/common/gpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 ['include', '^common/media/media_stream_options\\.cc$'], 546 ['include', '^common/media/media_stream_options\\.cc$'],
547 ['include', '^common/net/url_fetcher\\.cc$'], 547 ['include', '^common/net/url_fetcher\\.cc$'],
548 ['include', '^common/net/url_request_user_data\\.cc$'], 548 ['include', '^common/net/url_request_user_data\\.cc$'],
549 ['include', '^common/page_state_serialization\\.cc$'], 549 ['include', '^common/page_state_serialization\\.cc$'],
550 ['include', '^common/savable_url_schemes\\.cc$'], 550 ['include', '^common/savable_url_schemes\\.cc$'],
551 ['include', '^common/url_schemes\\.cc$'], 551 ['include', '^common/url_schemes\\.cc$'],
552 ], 552 ],
553 }, { # OS!="ios" 553 }, { # OS!="ios"
554 'dependencies': [ 554 'dependencies': [
555 '../cc/cc.gyp:cc', 555 '../cc/cc.gyp:cc',
556 '../gpu/blink/gpu_blink.gyp:gpu_blink',
556 '../gpu/gpu.gyp:command_buffer_service', 557 '../gpu/gpu.gyp:command_buffer_service',
557 '../gpu/gpu.gyp:gles2_c_lib', 558 '../gpu/gpu.gyp:gles2_c_lib',
558 '../gpu/gpu.gyp:gles2_implementation', 559 '../gpu/gpu.gyp:gles2_implementation',
559 # TODO: the dependency on gl_in_process_context should be decoupled from 560 # TODO: the dependency on gl_in_process_context should be decoupled from
560 # content and moved to android_webview. See crbug.com/365797. 561 # content and moved to android_webview. See crbug.com/365797.
561 '../gpu/gpu.gyp:gl_in_process_context', 562 '../gpu/gpu.gyp:gl_in_process_context',
562 '../gpu/gpu.gyp:gpu_ipc', 563 '../gpu/gpu.gyp:gpu_ipc',
563 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 564 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
564 '../ipc/ipc.gyp:ipc', 565 '../ipc/ipc.gyp:ipc',
565 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 566 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 924 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
924 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
926 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 927 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
927 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 928 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
928 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 929 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
929 ], 930 ],
930 }], 931 }],
931 ], 932 ],
932 } 933 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698