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

Unified Diff: services/contacts/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « services/clipboard/clipboard_standalone_impl.h ('k') | services/contacts/contacts_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/contacts/BUILD.gn
diff --git a/services/contacts/BUILD.gn b/services/contacts/BUILD.gn
index 356ec03ed115f121e67809fc5a0d0b599ff5896e..1dc41e2da0d172af7040f5ac2bb466c23270ac27 100644
--- a/services/contacts/BUILD.gn
+++ b/services/contacts/BUILD.gn
@@ -17,7 +17,7 @@ mojo_android_java_application("contacts") {
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//mojo/public/java:application",
- "//mojo/services/contacts/public/interfaces:interfaces_java",
+ "//mojo/services/contacts/interfaces:interfaces_java",
]
}
@@ -35,7 +35,7 @@ mojo_native_application("apptests") {
"//mojo/application",
"//mojo/application:test_support",
"//mojo/public/cpp/bindings",
- "//mojo/services/contacts/public/interfaces",
+ "//mojo/services/contacts/interfaces",
]
data_deps = [ ":contacts($default_toolchain)" ]
« no previous file with comments | « services/clipboard/clipboard_standalone_impl.h ('k') | services/contacts/contacts_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698