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

Unified Diff: services/prediction/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/notifications/apptests/notifications_apptest.cc ('k') | services/prediction/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/prediction/BUILD.gn
diff --git a/services/prediction/BUILD.gn b/services/prediction/BUILD.gn
index 647ad4c9644bf840acbafa07f0b0a6a35797c5a6..387d1bd946c4bdf939572672e44ddee864313c3c 100644
--- a/services/prediction/BUILD.gn
+++ b/services/prediction/BUILD.gn
@@ -26,7 +26,7 @@ mojo_native_application("prediction") {
":dict_file",
"//base",
"//mojo/application",
- "//mojo/services/prediction/public/interfaces",
+ "//mojo/services/prediction/interfaces",
"//third_party/android_prediction:suggest",
]
}
@@ -44,7 +44,7 @@ mojo_native_application("apptests") {
"//base",
"//mojo/application",
"//mojo/application:test_support",
- "//mojo/services/prediction/public/interfaces",
+ "//mojo/services/prediction/interfaces",
]
data_deps = [ ":prediction($default_toolchain)" ]
« no previous file with comments | « services/notifications/apptests/notifications_apptest.cc ('k') | services/prediction/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698