diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 23:22:44 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 23:22:44 +0000 |
commit | 78d628f0560d46fadb6e68fa51807f2806425161 (patch) | |
tree | 496cbb290e730451ec0342951ebe1200116d0e8e /build/java.gypi | |
parent | 1cb25aa94f8c177ea3469f959e0359f54b82e659 (diff) | |
download | chromium_src-78d628f0560d46fadb6e68fa51807f2806425161.zip chromium_src-78d628f0560d46fadb6e68fa51807f2806425161.tar.gz chromium_src-78d628f0560d46fadb6e68fa51807f2806425161.tar.bz2 |
android: Remove last two md5sum calls from gyp files.
Use the timestamp of a filelist instead of the md5sum call. No intended
behavior change.
BUG=177552
R=cjhopman@chromium.org
Review URL: https://codereview.chromium.org/207093002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/java.gypi')
-rw-r--r-- | build/java.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/java.gypi b/build/java.gypi index 63f7bcf..546276a 100644 --- a/build/java.gypi +++ b/build/java.gypi @@ -185,7 +185,7 @@ '>@(dependencies_res_input_dirs)',], # Write the inputs list to a file, so that its mtime is updated when # the list of inputs changes. - 'inputs_list_file': '>|(inputs_list.<(_target_name).gypcmd >@(resource_input_paths) @>(dependencies_res_files))' + 'inputs_list_file': '>|(java_resources.<(_target_name).gypcmd >@(resource_input_paths) >@(dependencies_res_files))' }, 'inputs': [ '<(DEPTH)/build/android/gyp/util/build_utils.py', |