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

Unified Diff: components/devtools_service/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 | « components/clipboard/main.cc ('k') | components/devtools_service/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/devtools_service/BUILD.gn
diff --git a/components/devtools_service/BUILD.gn b/components/devtools_service/BUILD.gn
index 9c78abb65dcbed59deb01cf6e66e36cc3ca87a8d..1c524fb37adfee2b069904613cb84bc0e9a3a6ea 100644
--- a/components/devtools_service/BUILD.gn
+++ b/components/devtools_service/BUILD.gn
@@ -21,13 +21,13 @@ source_set("lib") {
deps = [
"//base",
"//components/devtools_service/public/interfaces",
- "//mojo/application/public/cpp",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
"//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
+ "//mojo/shell/public/cpp",
"//url",
]
}
@@ -41,6 +41,6 @@ mojo_native_application("devtools_service") {
deps = [
":lib",
- "//mojo/application/public/cpp",
+ "//mojo/shell/public/cpp",
]
}
« no previous file with comments | « components/clipboard/main.cc ('k') | components/devtools_service/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698