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

Unified Diff: mojo/shell/runner/child/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/public/cpp/BUILD.gn ('k') | mojo/shell/runner/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/child/BUILD.gn
diff --git a/mojo/shell/runner/child/BUILD.gn b/mojo/shell/runner/child/BUILD.gn
index b243df8659a5b16e572014d39c9233780dfaf3b0..5446abe761bbdb69de5c35fb6a98d682ac287e87 100644
--- a/mojo/shell/runner/child/BUILD.gn
+++ b/mojo/shell/runner/child/BUILD.gn
@@ -55,7 +55,6 @@ source_set("test_native_main") {
deps = [
"//base",
"//mojo/edk/system",
- "//mojo/gles2",
"//mojo/message_pump",
"//mojo/shell/public/cpp",
"//mojo/shell/runner/child:lib",
@@ -87,7 +86,6 @@ mojo_native_application("apptests") {
":apptest_interfaces",
"//base",
"//base/test:test_config",
- "//mojo/common:common_base",
"//mojo/shell/public/cpp:sources",
"//mojo/shell/public/cpp:test_support",
]
@@ -111,7 +109,6 @@ executable("native_target") {
":test_native_main",
"//base",
"//build/config/sanitizers:deps",
- "//mojo/common:common_base",
"//mojo/shell/public/cpp",
]
}
« no previous file with comments | « mojo/shell/public/cpp/BUILD.gn ('k') | mojo/shell/runner/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698