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

Unified Diff: ui/events/BUILD.gn

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. Created 4 years, 8 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 | « ui/base/ui_base.gyp ('k') | ui/events/devices/BUILD.gn » ('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 a7fc9af1dddaa76fcd85258b13f050f6521ae355..0787103e600c910598600045d66fe9a3f4e63776 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -165,6 +165,7 @@ component("events") {
]
deps += [
"//ui/events/devices",
+ "//ui/events/devices/x11",
"//ui/gfx/x",
]
}
@@ -338,7 +339,7 @@ source_set("test_support") {
"test/events_test_utils_x11.h",
]
deps += [
- "//ui/events/devices",
+ "//ui/events/devices/x11",
"//ui/gfx/x",
]
}
@@ -425,6 +426,7 @@ test("events_unittests") {
]
configs += [ "//build/config/linux:x11" ]
deps += [
+ "//ui/events/devices/x11",
"//ui/events/x",
"//ui/gfx/x",
]
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/events/devices/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698