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

Unified Diff: build/android/gyp/dex.py

Issue 180113011: android: Remove unused --stamp option from dex.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 500 Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/dex.py
diff --git a/build/android/gyp/dex.py b/build/android/gyp/dex.py
index 1e6ca8aeee76e2d19057d3f3c3614565e1d9d76e..e90f067206ef2c9a3a3a8a0967c4e7b70ffc5a2a 100755
--- a/build/android/gyp/dex.py
+++ b/build/android/gyp/dex.py
@@ -44,7 +44,6 @@ def main(argv):
'is enabled.'))
parser.add_option('--no-locals',
help='Exclude locals list from the dex file.')
- parser.add_option('--stamp', help='Path to touch on success.')
# TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
parser.add_option('--ignore', help='Ignored.')
@@ -57,9 +56,6 @@ def main(argv):
DoDex(options, paths)
- if options.stamp:
- build_utils.Touch(options.stamp)
-
if __name__ == '__main__':
sys.exit(main(sys.argv))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698