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

Unified Diff: mojo/converters/input_events/BUILD.gn

Issue 1579643007: Remove unnecessary dependencies. (Closed) Base URL: https://github.com/domokit/mojo.git@submit-0
Patch Set: rebased Created 4 years, 10 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/converters/geometry/BUILD.gn ('k') | mojo/converters/native_viewport/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/input_events/BUILD.gn
diff --git a/mojo/converters/input_events/BUILD.gn b/mojo/converters/input_events/BUILD.gn
index c95808eee338b5c8af37ccdc7669c19846c7d3f6..27e0a1f23b1de51290ccbe1aaa32c1c5d4e48896 100644
--- a/mojo/converters/input_events/BUILD.gn
+++ b/mojo/converters/input_events/BUILD.gn
@@ -13,12 +13,11 @@ component("input_events") {
deps = [
"//base",
- "//ui/events",
- "//ui/gfx/geometry",
"//mojo/converters/geometry",
- "//mojo/environment:chromium",
"//mojo/public/c/system",
"//mojo/services/geometry/interfaces",
"//mojo/services/input_events/interfaces",
+ "//ui/events",
+ "//ui/gfx/geometry",
]
}
« no previous file with comments | « mojo/converters/geometry/BUILD.gn ('k') | mojo/converters/native_viewport/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698