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

Side by Side Diff: content/common/BUILD.gn

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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "//base/third_party/dynamic_annotations", 153 "//base/third_party/dynamic_annotations",
154 "//build/util:webkit_version", 154 "//build/util:webkit_version",
155 "//cc", 155 "//cc",
156 "//cc/blink", 156 "//cc/blink",
157 "//cc/surfaces", 157 "//cc/surfaces",
158 "//components/mus/public/interfaces", 158 "//components/mus/public/interfaces",
159 "//components/tracing", 159 "//components/tracing",
160 "//components/tracing:startup_tracing", 160 "//components/tracing:startup_tracing",
161 "//device/bluetooth", 161 "//device/bluetooth",
162 "//gpu", 162 "//gpu",
163 "//gpu/blink",
164 "//gpu/command_buffer/client:gles2_c_lib", 163 "//gpu/command_buffer/client:gles2_c_lib",
165 "//gpu/command_buffer/client:gles2_cmd_helper", 164 "//gpu/command_buffer/client:gles2_cmd_helper",
166 "//gpu/command_buffer/client:gles2_implementation", 165 "//gpu/command_buffer/client:gles2_implementation",
167 "//gpu/command_buffer/client:gles2_interface", 166 "//gpu/command_buffer/client:gles2_interface",
168 "//gpu/command_buffer/common:gles2_utils", 167 "//gpu/command_buffer/common:gles2_utils",
169 "//gpu/command_buffer/service", 168 "//gpu/command_buffer/service",
170 "//gpu/ipc/client", 169 "//gpu/ipc/client",
171 "//gpu/ipc/common", 170 "//gpu/ipc/common",
172 171
173 # TODO(markdittmer): This should be removed once content/common/gpu/media 172 # TODO(markdittmer): This should be removed once content/common/gpu/media
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "//components/leveldb/public/interfaces", 529 "//components/leveldb/public/interfaces",
531 "//components/mus/public/interfaces", 530 "//components/mus/public/interfaces",
532 "//content/public/common:mojo_bindings", 531 "//content/public/common:mojo_bindings",
533 "//services/shell/public/interfaces", 532 "//services/shell/public/interfaces",
534 "//skia/public/interfaces", 533 "//skia/public/interfaces",
535 "//third_party/WebKit/public:mojo_bindings", 534 "//third_party/WebKit/public:mojo_bindings",
536 "//ui/mojo/geometry:interfaces", 535 "//ui/mojo/geometry:interfaces",
537 "//url/mojo:url_mojom_origin", 536 "//url/mojo:url_mojom_origin",
538 ] 537 ]
539 } 538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698