summaryrefslogtreecommitdiffstats
path: root/build/java.gypi
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 21:41:00 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 21:41:00 +0000
commit06bd4bfd6d9f306c8daf7f618d028f4c67441128 (patch)
treee33144911fa08ac83addac68f1c8cb480072177c /build/java.gypi
parenta4c03d376e9c513f5fba91799b94e65d49c9cbe1 (diff)
downloadchromium_src-06bd4bfd6d9f306c8daf7f618d028f4c67441128.zip
chromium_src-06bd4bfd6d9f306c8daf7f618d028f4c67441128.tar.gz
chromium_src-06bd4bfd6d9f306c8daf7f618d028f4c67441128.tar.bz2
android: Remove unneeded md5sum class for jar.py and jar_toc.py.
Both actions have a small fixed list of inputs. md5sum is only needed for variable input lists (see bug). No behavior change. BUG=177552 R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/184103038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/java.gypi')
-rw-r--r--build/java.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/java.gypi b/build/java.gypi
index 73d33d6..67ff12c 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -344,9 +344,6 @@
'--classes-dir=<(classes_dir)',
'--jar-path=<(javac_jar_path)',
'--excluded-classes=<(jar_excluded_classes)',
-
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
- '--ignore=>!(echo \'>(_inputs)\' | md5sum)',
]
},
{
@@ -382,9 +379,6 @@
'python', '<(DEPTH)/build/android/gyp/jar_toc.py',
'--jar-path=<(jar_final_path)',
'--toc-path=<(jar_final_path).TOC',
-
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
- '--ignore=>!(echo \'>(_inputs)\' | md5sum)',
]
},
{