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

Unified Diff: build/config/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
« no previous file with comments | « no previous file | build/config/ui.gni » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index b9eb2ef50aae60463036b01f372b4d93ee90eaf9..11cc5b7e8ecee11a4a454258917d4fc6c3b58dcd 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -65,10 +65,6 @@ config("feature_flags") {
# TODO(brettw) should probably be "=1".
defines += [ "USE_UDEV" ]
}
- if (ui_compositor_image_transport) {
- # TODO(brettw) should probably be "=1".
- defines += [ "UI_COMPOSITOR_IMAGE_TRANSPORT" ]
- }
if (use_ash) {
defines += [ "USE_ASH=1" ]
}
« no previous file with comments | « no previous file | build/config/ui.gni » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698