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

Unified Diff: content/utility/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 | « content/test/data/web_ui_mojo_shell_test.js ('k') | content/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index 0ef4261ba32d4e067fc0e8ceff43a51706df7aef..12fac4a679c137a19af8ca2a69d98f674c98da10 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -29,9 +29,9 @@ source_set("utility") {
"//media/mojo/services:application_factory",
"//mojo/common",
"//mojo/public/cpp/bindings",
- "//mojo/shell",
- "//mojo/shell/public/cpp:cpp_for_chromium",
- "//mojo/shell/public/interfaces",
+ "//services/shell",
+ "//services/shell/public/cpp:cpp_for_chromium",
+ "//services/shell/public/interfaces",
"//third_party/WebKit/public:blink_headers",
"//url",
]
« no previous file with comments | « content/test/data/web_ui_mojo_shell_test.js ('k') | content/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698