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

Unified Diff: ui/events/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: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index d42525e59219eb74192af24b753567d5bab1710a..e0994544f466a49e1bdc65c9c2eef4f7458ff6cd 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -201,8 +201,6 @@ component("gesture_detection") {
if (is_android) {
sources += [ "gesture_detection/gesture_configuration_android.cc" ]
- } else if (use_aura) {
- sources += [ "gesture_detection/gesture_configuration_aura.cc" ]
} else {
sources += [ "gesture_detection/gesture_configuration_default.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698