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

Unified Diff: services/device_info/BUILD.gn

Issue 1239353002: Move rules for building Android Mojo services to //mojo/android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/camera_roll/BUILD.gn ('k') | services/location/BUILD.gn » ('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 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",
« no previous file with comments | « services/camera_roll/BUILD.gn ('k') | services/location/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698