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

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, 6 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: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 8c794f0bbd293d1003f73c5b89668ae6feee9db1..52d2508a0b47c35e0bbd6f182f442e41d255b66c 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -234,7 +234,7 @@
'device_library_dir': '<(device_intermediate_dir)/lib.stripped',
},
'dependencies': [
- '<(DEPTH)/tools/android/md5sum/md5sum.gyp:md5sum',
+ '<(DEPTH)/tools/android/timemodified/timemodified.gyp:timemodified',
frankf 2013/06/20 22:52:38 Let's have a more specific name such 'timechecker'
],
'actions': [
{

Powered by Google App Engine
This is Rietveld 408576698