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

Unified Diff: services/notifications/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
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/native_viewport/BUILD.gn ('k') | services/notifications/apptests/notifications_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/notifications/BUILD.gn
diff --git a/services/notifications/BUILD.gn b/services/notifications/BUILD.gn
index e8f4980357aedc12224e2b91c061b66b3caa8030..339de57ff09411be6db37376a9a564959885ec38 100644
--- a/services/notifications/BUILD.gn
+++ b/services/notifications/BUILD.gn
@@ -20,7 +20,7 @@ if (is_android) {
deps = [
"//mojo/public/interfaces/application:application_java",
"//mojo/public/java:application",
- "//mojo/services/notifications/public/interfaces:interfaces_java",
+ "//mojo/services/notifications/interfaces:interfaces_java",
"//services/intent_receiver:bindings_java",
]
}
@@ -42,7 +42,7 @@ if (is_android) {
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system:system",
- "//mojo/services/notifications/public/interfaces:interfaces_cpp_sources",
+ "//mojo/services/notifications/interfaces:interfaces_cpp_sources",
"//shell/test:bindings",
]
}
« no previous file with comments | « services/native_viewport/BUILD.gn ('k') | services/notifications/apptests/notifications_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698