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

Unified Diff: chrome/browser/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index de152ad7a1cae6e09804b46cda2a7f6d7bd81784..5633a9087c72c5cf1c196a3ae0c33a7415317abf 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -373,9 +373,9 @@ source_set("browser") {
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
"//mojo/public/js",
- "//mojo/shell/public/cpp",
"//net:extras",
"//net:net_with_v8",
+ "//services/shell/public/cpp",
"//skia/public",
"//storage/browser",
"//storage/common",
@@ -609,7 +609,7 @@ source_set("browser") {
"//components/prefs",
"//content/public/common",
"//mash/shelf/public/interfaces",
- "//mojo/shell/runner/common",
+ "//services/shell/runner/common",
"//skia/public",
"//ui/aura",
"//ui/compositor",
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698