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

Unified Diff: content/browser/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/app/BUILD.gn ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 8222e0a62c7f5109697a069144ba21d66b8f7e65..cc4419c5988892291a54bf9457721846cc4f0870 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -38,12 +38,12 @@ source_set("browser") {
"//device/battery",
"//device/vibration",
"//google_apis",
- "//mojo/application/public/cpp:cpp_for_chromium",
- "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/shell",
"//mojo/shell/package_manager",
+ "//mojo/shell/public/cpp:cpp_for_chromium",
+ "//mojo/shell/public/interfaces",
"//net",
"//net:extras",
"//skia",
@@ -127,11 +127,11 @@ source_set("browser") {
"//content/public/common:mojo_bindings",
"//device/bluetooth",
"//gin",
- "//mojo/application/public/interfaces",
"//mojo/common:url_type_converters",
"//mojo/converters/geometry",
"//mojo/public/cpp/bindings",
"//mojo/public/js",
+ "//mojo/shell/public/interfaces",
"//skia/public",
"//storage/browser",
"//storage/common",
« no previous file with comments | « content/app/BUILD.gn ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698