| Index: services/device_info/BUILD.gn
|
| diff --git a/services/device_info/BUILD.gn b/services/device_info/BUILD.gn
|
| index 31912f6e67506233fbbe2185cbbbdf690b0d229e..d5daa292e1afcd061690f2f6b345f08ed9d9de2f 100644
|
| --- a/services/device_info/BUILD.gn
|
| +++ b/services/device_info/BUILD.gn
|
| @@ -3,7 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| if (is_android) {
|
| - import("//services/android/rules.gni")
|
| + import("//mojo/android/rules.gni")
|
| +
|
| mojo_android_java_application("device_info") {
|
| sources = [
|
| "src/org/chromium/services/device_info/DeviceInfoService.java",
|
| @@ -21,6 +22,7 @@ if (is_android) {
|
|
|
| if (is_linux) {
|
| import("//mojo/public/mojo_application.gni")
|
| +
|
| mojo_native_application("device_info") {
|
| sources = [
|
| "device_info.cc",
|
|
|