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

Unified Diff: device/battery/battery.gyp

Issue 1127043006: GYP dependencies for JNI _java targets moved to device targets that require them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: device/battery/battery.gyp
diff --git a/device/battery/battery.gyp b/device/battery/battery.gyp
index b5c55b03ae42a4efacc26ecb72b80b6375cb0bfa..d55c7f9c1bee0ea481a54151e4bbceb867e44d7d 100644
--- a/device/battery/battery.gyp
+++ b/device/battery/battery.gyp
@@ -89,6 +89,11 @@
'battery_status_manager_linux.cc',
],
}],
+ ['OS == "android"', {
+ 'dependencies': [
+ 'device_battery_java',
+ ],
+ }],
['OS == "linux" and use_dbus==1', {
'sources!': [
'battery_status_manager_default.cc',
« content/content.gyp ('K') | « content/content.gyp ('k') | device/bluetooth/bluetooth.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698