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

Unified Diff: ui/events/BUILD.gn

Issue 862093002: Split the event library into a cross-platform and native part. Part 1. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT Created 5 years, 11 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 | « mojo/tools/data/unittests ('k') | ui/events/cocoa/events_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 139bd8aa590e71d2a83ee14d10851acd11bc52be..5ba2e19807557ae51b15ce791414957345c49eb1 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -59,7 +59,6 @@ component("events_base") {
public_deps = [
"//base",
- "//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
]
@@ -267,6 +266,7 @@ test("events_unittests") {
"keycodes/dom4/keycode_converter_unittest.cc",
"latency_info_unittest.cc",
"platform/platform_event_source_unittest.cc",
+ "platform/platform_event_builder_x_unittest.cc",
"x/events_x_unittest.cc",
]
@@ -288,6 +288,9 @@ test("events_unittests") {
configs += [ "//build/config/linux:x11" ]
deps += [ "//ui/gfx/x" ]
} else {
- sources -= [ "x/events_x_unittest.cc" ]
+ sources -= [
+ "platform/platform_event_builder_x_unittest.cc",
+ "x/events_x_unittest.cc",
+ ]
}
}
« no previous file with comments | « mojo/tools/data/unittests ('k') | ui/events/cocoa/events_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698