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

Unified Diff: build/java_apk.gypi

Issue 17467003: [android] Switch test scripts to use last modified time instead of md5sum when checking dependencie… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « build/android/pylib/android_commands.py ('k') | tools/android/android_tools.gyp » ('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 e388690f767a9941d92b944f4d09ffba3ce71ac9..f2835436e88d007019cca11c04f6c06abe63494c 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -247,6 +247,7 @@
'dependencies': [
'<(DEPTH)/tools/android/md5sum/md5sum.gyp:md5sum',
'<(DEPTH)/build/android/setup.gyp:get_build_device_configurations',
+ '<(DEPTH)/tools/android/timemodified/timemodified.gyp:timemodified',
],
'actions': [
{
« no previous file with comments | « build/android/pylib/android_commands.py ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698