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

Unified Diff: build/java_apk.gypi

Issue 23702048: Android: make APK targets depend on md5sum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 7 years, 3 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 | « no previous file | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 262ced8a457f208ffdcbf4afd12144838d37b4b2..4ee901482267b860b13dd7dc9f08ae1e636230f4 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -250,7 +250,6 @@
'configuration_name': '<(CONFIGURATION_NAME)',
},
'dependencies': [
- '<(DEPTH)/tools/android/md5sum/md5sum.gyp:md5sum',
'<(DEPTH)/build/android/setup.gyp:get_build_device_configurations',
],
'actions': [
@@ -384,6 +383,9 @@
]
}],
],
+ 'dependencies': [
+ '<(DEPTH)/tools/android/md5sum/md5sum.gyp:md5sum',
+ ],
'actions': [
{
'action_name': 'ant_codegen_<(_target_name)',
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698