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

Unified Diff: ui/events/platform/x11/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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/events/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/x11/BUILD.gn
diff --git a/ui/events/platform/x11/BUILD.gn b/ui/events/platform/x11/BUILD.gn
index 6182d0e7955768c1049df097222418b8a9d04d4b..3ed70b92c67d00f8bed576e3f948aed63e8f9967 100644
--- a/ui/events/platform/x11/BUILD.gn
+++ b/ui/events/platform/x11/BUILD.gn
@@ -12,15 +12,11 @@ component("x11") {
"x11_event_source_libevent.cc",
]
- defines = [
- "EVENTS_IMPLEMENTATION",
- ]
+ defines = [ "EVENTS_IMPLEMENTATION" ]
- configs += [
- "//build/config/linux:x11",
- ]
+ configs += [ "//build/config/linux:x11" ]
- deps = [
+ public_deps = [
"//ui/events",
"//ui/events:events_base",
"//ui/events/platform",
@@ -28,16 +24,10 @@ component("x11") {
]
if (is_linux) {
- sources -= [
- "x11_event_source_libevent.cc",
- ]
+ sources -= [ "x11_event_source_libevent.cc" ]
- configs += [
- "//build/config/linux:glib",
- ]
+ configs += [ "//build/config/linux:glib" ]
} else {
- sources -= [
- "x11_event_source_glib.cc",
- ]
+ sources -= [ "x11_event_source_glib.cc" ]
}
}
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698