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

Unified Diff: mojo/services/public/cpp/input_events/BUILD.gn

Issue 581273003: Make mojo/services pass in "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: no brackets 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 | « mojo/services/network/BUILD.gn ('k') | mojo/services/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/input_events/BUILD.gn
diff --git a/mojo/services/public/cpp/input_events/BUILD.gn b/mojo/services/public/cpp/input_events/BUILD.gn
index 28717f6518ff9bae68caedaa7ac9b3e2b39e2f95..2b47ece1d4ff46fddbf854e34cba02225e53c1da 100644
--- a/mojo/services/public/cpp/input_events/BUILD.gn
+++ b/mojo/services/public/cpp/input_events/BUILD.gn
@@ -3,6 +3,17 @@
# found in the LICENSE file.
component("input_events") {
+ sources = [
+ "lib/input_events_type_converters.cc",
+ "lib/mojo_extended_key_event_data.cc",
+ "lib/mojo_extended_key_event_data.h",
+ "mojo_input_events_export.h",
+ ]
+
+ defines = [
+ "MOJO_INPUT_EVENTS_IMPLEMENTATION",
+ ]
+
deps = [
"//base",
"//ui/events",
@@ -13,17 +24,4 @@ component("input_events") {
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/cpp/geometry",
]
-
- defines = [
- "MOJO_INPUT_EVENTS_IMPLEMENTATION",
- ]
-
- sources = [
- "lib/input_events_type_converters.cc",
- "lib/input_events_type_converters.h",
- "lib/mojo_extended_key_event_data.cc",
- "lib/mojo_extended_key_event_data.h",
- "input_events_type_converters.h",
- "mojo_input_events_export.h",
- ]
}
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | mojo/services/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698