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

Unified Diff: mojo/shell/standalone/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/host/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/BUILD.gn
diff --git a/mojo/shell/standalone/BUILD.gn b/mojo/shell/standalone/BUILD.gn
index 09a4fa9a56fd10013183aea39847f05e7497e837..46183b1240cceba10684d85e23da3ac8fcfa1018 100644
--- a/mojo/shell/standalone/BUILD.gn
+++ b/mojo/shell/standalone/BUILD.gn
@@ -15,13 +15,6 @@ executable("standalone") {
":lib",
"//base",
"//build/config/sanitizers:deps",
- "//components/tracing:startup_tracing",
- "//mojo/common",
- "//mojo/environment:chromium",
- "//mojo/message_pump",
- "//mojo/shell/runner/common",
- "//mojo/shell/runner/host:lib",
- "//third_party/icu:icudata",
]
}
@@ -48,19 +41,10 @@ source_set("lib") {
"//mojo/services/tracing/public/interfaces",
"//mojo/shell",
"//mojo/shell/public/cpp",
- "//mojo/shell/runner:init",
- "//mojo/shell/runner/child:interfaces",
"//mojo/shell/runner/host:lib",
- "//mojo/util:filename_util",
- "//ui/gl",
"//url",
]
- public_deps = [
- "//mojo/shell",
- "//mojo/shell/runner:init",
- ]
-
if (!is_component_build) {
data_deps = [
"//mojo/services/tracing",
« no previous file with comments | « mojo/shell/runner/host/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698