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

Unified Diff: components/font_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/filesystem/util.cc ('k') | components/font_service/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/BUILD.gn
diff --git a/components/font_service/BUILD.gn b/components/font_service/BUILD.gn
index 11a37a3e6c3aeec6ede836fab53dcb30b23adaa7..2ef51239ce6d5569350dfa97ae132deea6780477 100644
--- a/components/font_service/BUILD.gn
+++ b/components/font_service/BUILD.gn
@@ -16,7 +16,7 @@ source_set("lib") {
"//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/platform_handle",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
public_deps = [
@@ -35,6 +35,6 @@ mojo_native_application("font_service") {
"//mojo/application/public/cpp",
"//mojo/common",
"//mojo/common:common_base",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/bindings:callback",
]
}
« no previous file with comments | « components/filesystem/util.cc ('k') | components/font_service/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698