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

Unified Diff: chrome/browser/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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 8cb85911b58cf2220415d4f09d6349b84880c4b2..3bf74270527b94e732f058d3a8b249131f02da6d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2317,9 +2317,6 @@ split_static_library("browser") {
"//ui/views/mus",
]
}
- if (ui_compositor_image_transport) {
- deps += [ "//ui/gl" ]
- }
if (use_ash) {
# Cross-platform Ash sources.

Powered by Google App Engine
This is Rietveld 408576698