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

Unified Diff: mojo/converters/ozone_drm_gpu/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/native_viewport/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/ozone_drm_gpu/BUILD.gn
diff --git a/mojo/converters/ozone_drm_gpu/BUILD.gn b/mojo/converters/ozone_drm_gpu/BUILD.gn
index 2bb0826705733c868a051d8d0208410944508da5..2f84b07cc82ad1b6b31e59cf2b23cb892b838e04 100644
--- a/mojo/converters/ozone_drm_gpu/BUILD.gn
+++ b/mojo/converters/ozone_drm_gpu/BUILD.gn
@@ -10,10 +10,9 @@ source_set("ozone_drm_gpu") {
deps = [
"//base",
- "//ui/ozone:ozone_common_message_types",
"//mojo/converters/geometry",
- "//mojo/environment:chromium",
"//mojo/public/c/system",
"//mojo/services/ozone_drm_gpu/interfaces",
+ "//ui/ozone:ozone_common_message_types",
]
}
« no previous file with comments | « mojo/converters/native_viewport/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698