Index: content/child/BUILD.gn |
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn |
index 618de030e4f9e28e841eb973d5283b804da15309..bf3a43ad5f2caded7394ef99d11d3679bbdb1b49 100644 |
--- a/content/child/BUILD.gn |
+++ b/content/child/BUILD.gn |
@@ -17,6 +17,7 @@ source_set("child") { |
deps = [ |
"//base", |
"//components/tracing", |
+ "//mojo/environment:chromium", |
"//mojo/public/interfaces/service_provider", |
"//skia", |
"//third_party/icu", |
@@ -24,7 +25,6 @@ source_set("child") { |
"//ui/gfx", |
"//ui/gfx/geometry", |
"//url", |
- #'../mojo/mojo.gyp:mojo_environment_chromium', # TODO(GYP) |
] |
if (!use_default_render_theme) { |