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

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: more win fixes 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
554 '../gpu/gpu.gyp:command_buffer_service', 555 '../gpu/gpu.gyp:command_buffer_service',
555 '../gpu/gpu.gyp:gles2_c_lib', 556 '../gpu/gpu.gyp:gles2_c_lib',
556 '../gpu/gpu.gyp:gles2_implementation', 557 '../gpu/gpu.gyp:gles2_implementation',
557 # TODO: the dependency on gl_in_process_context should be decoupled from 558 # TODO: the dependency on gl_in_process_context should be decoupled from
558 # content and moved to android_webview. See crbug.com/365797. 559 # content and moved to android_webview. See crbug.com/365797.
559 '../gpu/gpu.gyp:gl_in_process_context', 560 '../gpu/gpu.gyp:gl_in_process_context',
560 '../gpu/gpu.gyp:gpu_ipc', 561 '../gpu/gpu.gyp:gpu_ipc',
561 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 562 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
562 '../ipc/ipc.gyp:ipc', 563 '../ipc/ipc.gyp:ipc',
563 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 564 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 923 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
923 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 924 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
924 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
925 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 926 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
926 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 927 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
927 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 928 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
928 ], 929 ],
929 }], 930 }],
930 ], 931 ],
931 } 932 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698