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

Unified Diff: trunk/src/ui/events/BUILD.gn

Issue 427403003: Revert 286619 "Reland "ui/aura: Enable the build of demo, bench ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « trunk/src/ui/aura/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/events/BUILD.gn
===================================================================
--- trunk/src/ui/events/BUILD.gn (revision 286630)
+++ trunk/src/ui/events/BUILD.gn (working copy)
@@ -216,8 +216,6 @@
sources = [
"test/cocoa_test_event_utils.h",
"test/cocoa_test_event_utils.mm",
- "test/event_generator.cc",
- "test/event_generator.h",
"test/events_test_utils.cc",
"test/events_test_utils.h",
"test/events_test_utils_x11.cc",
@@ -255,14 +253,6 @@
"test/events_test_utils_x11.h",
]
}
-
- if (is_android) {
- # Event generator not yet ported to Android.
- sources -= [
- "test/event_generator.cc",
- "test/event_generator.h",
- ]
- }
}
test("events_unittests") {
« no previous file with comments | « trunk/src/ui/aura/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698