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

Unified Diff: mojo/shell/background/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/BUILD.gn ('k') | mojo/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/background/BUILD.gn
diff --git a/mojo/shell/background/BUILD.gn b/mojo/shell/background/BUILD.gn
index be73bd5e1d5016ff3c570e49a857f1e19bdb7594..b7e5ee3dc3fc7d93a3ee298bcd4034737b7ef620 100644
--- a/mojo/shell/background/BUILD.gn
+++ b/mojo/shell/background/BUILD.gn
@@ -20,6 +20,7 @@ source_set("lib") {
"//mojo/message_pump",
"//mojo/shell",
"//mojo/shell/public/cpp:sources",
+ "//mojo/shell/runner:init",
"//mojo/shell/standalone:lib",
]
}
@@ -34,6 +35,7 @@ source_set("main") {
"//mojo/message_pump",
"//mojo/shell",
"//mojo/shell/public/cpp:sources",
+ "//mojo/shell/runner:init",
"//mojo/shell/runner/common",
"//mojo/shell/runner/host:lib",
"//mojo/shell/standalone:lib",
« no previous file with comments | « mojo/shell/BUILD.gn ('k') | mojo/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698