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

Unified Diff: mojo/shell/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 | « no previous file | mojo/shell/background/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 8b1882a718f5ebe33af7358a0afb8f1ec20a605b..b2d3ef682077de55cf8aeeabaee71a149991c62b 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -10,7 +10,6 @@ group("all") {
deps = [
":shell",
"//mojo/shell/background",
- "//mojo/shell/background",
"//mojo/shell/runner",
"//mojo/shell/standalone",
"//mojo/shell/tests",
@@ -38,22 +37,15 @@ source_set("shell") {
"switches.h",
]
- public_deps = [
+ deps = [
"//base",
+ "//base/third_party/dynamic_annotations",
"//mojo/common",
"//mojo/public/cpp/bindings",
- "//mojo/services/package_manager/public/interfaces",
- "//mojo/services/updater",
- "//mojo/shell/public/interfaces",
- "//url",
- ]
- deps = [
- "//base/third_party/dynamic_annotations",
- "//crypto:crypto",
- "//mojo/edk/system",
- "//mojo/environment:chromium",
"//mojo/services/package_manager:lib",
+ "//mojo/services/package_manager/public/interfaces",
"//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/interfaces",
"//mojo/util:filename_util",
"//url",
]
« no previous file with comments | « no previous file | mojo/shell/background/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698