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

Unified Diff: mojo/converters/geometry/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 | « no previous file | mojo/converters/input_events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/geometry/BUILD.gn
diff --git a/mojo/converters/geometry/BUILD.gn b/mojo/converters/geometry/BUILD.gn
index 164f12c317352f477bf74a9be1951dcac5354dc7..f82a24345b1824fb54beaf102d86d9dfd52f7a6c 100644
--- a/mojo/converters/geometry/BUILD.gn
+++ b/mojo/converters/geometry/BUILD.gn
@@ -10,11 +10,10 @@ component("geometry") {
"//ui/gfx",
]
deps = [
- "//skia",
- "//ui/gfx/geometry",
- "//mojo/environment:chromium",
"//mojo/public/c/system",
"//mojo/services/geometry/interfaces",
+ "//skia",
+ "//ui/gfx/geometry",
]
sources = [
« no previous file with comments | « no previous file | mojo/converters/input_events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698