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

Unified Diff: device/vibration/vibration.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
« content/content.gyp ('K') | « device/device_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vibration/vibration.gyp
diff --git a/device/vibration/vibration.gyp b/device/vibration/vibration.gyp
index 707c16530ffad4d3c6c836b241b7be236a054bb0..be4068c5ba3dcdaf8a9341a2eb1727704200d8f1 100644
--- a/device/vibration/vibration.gyp
+++ b/device/vibration/vibration.gyp
@@ -44,6 +44,7 @@
'conditions': [
['OS == "android"', {
'dependencies': [
+ 'device_vibration_java',
'device_vibration_jni_headers',
],
'sources!': [
« content/content.gyp ('K') | « device/device_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698