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

Side by Side Diff: content/content_common.gypi

Issue 1907783002: Delete //gpu/blink/ and WebGraphicsContext3DImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm-webgraphicscontext3dimpl: noflush Created 4 years, 8 months 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
11 '../gpu/blink/gpu_blink.gyp:gpu_blink',
12 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
13 '../gpu/gpu.gyp:command_buffer_service', 12 '../gpu/gpu.gyp:command_buffer_service',
14 '../gpu/gpu.gyp:gles2_c_lib', 13 '../gpu/gpu.gyp:gles2_c_lib',
15 '../gpu/gpu.gyp:gles2_implementation', 14 '../gpu/gpu.gyp:gles2_implementation',
16 15
17 # TODO(markdittmer): This should be removed once content/common/gpu/media 16 # TODO(markdittmer): This should be removed once content/common/gpu/media
18 # is refactored into media/ipc. 17 # is refactored into media/ipc.
19 '../gpu/gpu.gyp:gpu_ipc_service', 18 '../gpu/gpu.gyp:gpu_ipc_service',
20 19
21 '../gpu/gpu.gyp:gpu', 20 '../gpu/gpu.gyp:gpu',
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'sources!': [ 987 'sources!': [
989 'common/cursors/webcursor_ozone.cc', 988 'common/cursors/webcursor_ozone.cc',
990 'common/font_list_ozone.cc', 989 'common/font_list_ozone.cc',
991 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 990 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
992 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 991 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
993 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 992 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
994 ], 993 ],
995 }], 994 }],
996 ], 995 ],
997 } 996 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698