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

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

Powered by Google App Engine
This is Rietveld 408576698