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

Unified Diff: content/common/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/child/process_control_impl.h ('k') | content/common/application_setup.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 5fb4e35bbd5538e370c58e73c918060d3ea9d214..d2ef67d39dbeb26c2d87500276b756e241f82238 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -160,9 +160,9 @@ source_set("common") {
"//components/tracing:startup_tracing",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common:gles2_utils",
- "//mojo/application/public/cpp",
"//mojo/converters/network",
"//mojo/runner/child:lib",
+ "//mojo/shell/public/cpp",
"//net",
"//skia",
"//third_party/icu",
@@ -199,9 +199,9 @@ source_set("common") {
"//media",
"//media:shared_memory_support",
"//media/midi",
- "//mojo/application/public/interfaces",
"//mojo/common:common_base",
"//mojo/environment:chromium",
+ "//mojo/shell/public/interfaces",
"//sandbox",
"//storage/common",
"//third_party/WebKit/public:blink",
@@ -548,7 +548,7 @@ mojom("mojo_bindings") {
deps = [
"//components/mus/public/interfaces",
"//content/public/common:mojo_bindings",
- "//mojo/application/public/interfaces",
+ "//mojo/shell/public/interfaces",
"//skia/public/interfaces",
"//ui/mojo/geometry:interfaces",
]
« no previous file with comments | « content/child/process_control_impl.h ('k') | content/common/application_setup.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698