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

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: . 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 162
163 # TODO: the dependency on gl_in_process_context should be decoupled from 163 # TODO: the dependency on gl_in_process_context should be decoupled from
164 # content and moved to android_webview. See crbug.com/365797. 164 # content and moved to android_webview. See crbug.com/365797.
165 "//gpu", 165 "//gpu",
166 "//gpu/blink",
167 "//gpu/command_buffer/client:gl_in_process_context", 166 "//gpu/command_buffer/client:gl_in_process_context",
168 "//gpu/command_buffer/client:gles2_c_lib", 167 "//gpu/command_buffer/client:gles2_c_lib",
169 "//gpu/command_buffer/client:gles2_cmd_helper", 168 "//gpu/command_buffer/client:gles2_cmd_helper",
170 "//gpu/command_buffer/client:gles2_implementation", 169 "//gpu/command_buffer/client:gles2_implementation",
171 "//gpu/command_buffer/client:gles2_interface", 170 "//gpu/command_buffer/client:gles2_interface",
172 "//gpu/command_buffer/common:gles2_utils", 171 "//gpu/command_buffer/common:gles2_utils",
173 "//gpu/command_buffer/service", 172 "//gpu/command_buffer/service",
174 "//gpu/ipc/client", 173 "//gpu/ipc/client",
175 "//gpu/ipc/common", 174 "//gpu/ipc/common",
176 175
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "//components/leveldb/public/interfaces", 533 "//components/leveldb/public/interfaces",
535 "//components/mus/public/interfaces", 534 "//components/mus/public/interfaces",
536 "//content/public/common:mojo_bindings", 535 "//content/public/common:mojo_bindings",
537 "//services/shell/public/interfaces", 536 "//services/shell/public/interfaces",
538 "//skia/public/interfaces", 537 "//skia/public/interfaces",
539 "//third_party/WebKit/public:mojo_bindings", 538 "//third_party/WebKit/public:mojo_bindings",
540 "//ui/mojo/geometry:interfaces", 539 "//ui/mojo/geometry:interfaces",
541 "//url/mojo:url_mojom_origin", 540 "//url/mojo:url_mojom_origin",
542 ] 541 ]
543 } 542 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698