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

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

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking Created 6 years, 4 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/public/cpp/geometry/BUILD.gn ('k') | mojo/services/test_service/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 92222dbbba034479fd9db5c6f29691cc02e51d88..92cc205984464e5f8c815e4be8a574a5a799e4e9 100644
--- a/mojo/services/public/cpp/input_events/BUILD.gn
+++ b/mojo/services/public/cpp/input_events/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/system.gni")
+
component("input_events") {
deps = [
"//base",
@@ -12,6 +14,7 @@ component("input_events") {
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/cpp/geometry",
]
+ deps += mojo_system_for_component
defines = [
"MOJO_INPUT_EVENTS_IMPLEMENTATION",
@@ -22,8 +25,4 @@ component("input_events") {
"input_events_type_converters.h",
"mojo_input_events_export.h",
]
-
- if (is_component_build) {
- deps += [ "//mojo/system" ]
- }
}
« no previous file with comments | « mojo/services/public/cpp/geometry/BUILD.gn ('k') | mojo/services/test_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698