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

Unified Diff: services/device_info/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/dart/BUILD.gn ('k') | services/device_info/device_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device_info/BUILD.gn
diff --git a/services/device_info/BUILD.gn b/services/device_info/BUILD.gn
index d5daa292e1afcd061690f2f6b345f08ed9d9de2f..9e4ee7a9baf714846bf17d60b3a0d48e1d695939 100644
--- a/services/device_info/BUILD.gn
+++ b/services/device_info/BUILD.gn
@@ -15,7 +15,7 @@ if (is_android) {
deps = [
"//mojo/public/interfaces/application:application_java",
"//mojo/public/java:application",
- "//mojo/services/device_info/public/interfaces:interfaces_java",
+ "//mojo/services/device_info/interfaces:interfaces_java",
]
}
}
@@ -33,7 +33,7 @@ if (is_linux) {
"//mojo/common",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
- "//mojo/services/device_info/public/interfaces",
+ "//mojo/services/device_info/interfaces",
]
}
}
« no previous file with comments | « services/dart/BUILD.gn ('k') | services/device_info/device_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698