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

Unified Diff: chrome/browser/chromeos/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/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index d91ac1bd9f5a6753e96daa546558c63dfb57c878..03a0971aafba82089df3495ca06badb0454f574f 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1458,10 +1458,6 @@ source_set("chromeos") {
if (use_cras) {
defines = [ "USE_CRAS" ]
}
-
- if (ui_compositor_image_transport) {
- deps += [ "//ui/gl" ]
- }
}
static_library("arc_test_support") {

Powered by Google App Engine
This is Rietveld 408576698