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

Unified Diff: mojo/shell/runner/host/BUILD.gn

Issue 1712233002: 9/ Thin out dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@8name
Patch Set: . 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/shell/runner/child/BUILD.gn ('k') | mojo/shell/standalone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/host/BUILD.gn
diff --git a/mojo/shell/runner/host/BUILD.gn b/mojo/shell/runner/host/BUILD.gn
index 1f0d194f3d5336bd4e20543e41b5dcdd5e78da90..0522d97c055054f3c6c3dc3e9aa8a338068ca2e4 100644
--- a/mojo/shell/runner/host/BUILD.gn
+++ b/mojo/shell/runner/host/BUILD.gn
@@ -75,7 +75,6 @@ source_set("lib") {
"//base:base_static",
"//base:i18n",
"//mojo/edk/system",
- "//mojo/gles2",
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
"//mojo/shell",
@@ -110,9 +109,7 @@ test("mojo_runner_host_unittests") {
":lib",
"//base",
"//base/test:test_support",
- "//mojo/common",
"//mojo/edk/system",
- "//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/shell/runner:init",
"//mojo/shell/runner/common",
« no previous file with comments | « mojo/shell/runner/child/BUILD.gn ('k') | mojo/shell/standalone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698