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

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

Issue 554363005: GN: Replace mojo/system.gni with forwarding groups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/public/cpp/geometry/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 b0b51ac0495ea966a682db215e3163b4eb5bc8eb..28717f6518ff9bae68caedaa7ac9b3e2b39e2f95 100644
--- a/mojo/services/public/cpp/input_events/BUILD.gn
+++ b/mojo/services/public/cpp/input_events/BUILD.gn
@@ -2,19 +2,17 @@
# 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",
"//ui/events",
"//ui/gfx/geometry",
"//mojo/environment:chromium",
+ "//mojo/public/c/system:for_component",
"//mojo/services/public/interfaces/input_events",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/cpp/geometry",
]
- deps += mojo_system_for_component
defines = [
"MOJO_INPUT_EVENTS_IMPLEMENTATION",
« no previous file with comments | « mojo/services/public/cpp/geometry/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