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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2748533002: Remove ui_compositor_image_transport, it has no effect. (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 540431c1dcd32c2bbacdec4a3d28fdc5eaf54059..e60fb46b61fccc02a5c6c26b62d9cb7a810ccb14 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2120,9 +2120,6 @@ split_static_library("ui") {
]
}
}
- if (ui_compositor_image_transport) {
- deps += [ "//ui/gl" ]
- }
if (use_nss_certs) {
sources += [
"crypto_module_delegate_nss.cc",

Powered by Google App Engine
This is Rietveld 408576698