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

Unified Diff: build/config/BUILD.gn

Issue 1521023002: Remove use_aura build arg. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index f608ff2cd9c6ed66ea40235c87073c84a1f62131..ec2e4b4bbb532103bddcd427b0e41e2b4e46f7aa 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -57,13 +57,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_aura) {
- defines += [ "USE_AURA=1" ]
- }
if (use_openssl) {
defines += [ "USE_OPENSSL=1" ]
}

Powered by Google App Engine
This is Rietveld 408576698