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

Unified Diff: components/devtools_service/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/data_reduction_proxy/content/browser/BUILD.gn ('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 67eccf52d118dc58b499bd9e70a9dd8ea20dc61a..9c78abb65dcbed59deb01cf6e66e36cc3ca87a8d 100644
--- a/components/devtools_service/BUILD.gn
+++ b/components/devtools_service/BUILD.gn
@@ -23,11 +23,11 @@ source_set("lib") {
"//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",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
- "//third_party/mojo/src/mojo/public/cpp/system",
"//url",
]
}
« no previous file with comments | « components/data_reduction_proxy/content/browser/BUILD.gn ('k') | components/devtools_service/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698