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

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

Issue 1967153002: [Android] Run process_resources on aapt or sdk jar change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | build/android/gyp/process_resources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/jar.py
diff --git a/build/android/gyp/jar.py b/build/android/gyp/jar.py
index e8898abac18bd5800423b1e3e848f6e8bf0b3358..cfa5e509e474b5c549b08e81d89feb67504213ca 100755
--- a/build/android/gyp/jar.py
+++ b/build/android/gyp/jar.py
@@ -76,7 +76,6 @@ def main():
predicate = None
if excluded_classes:
- print excluded_classes
predicate = lambda f: not build_utils.MatchesGlob(f, excluded_classes)
with build_utils.TempDir() as temp_dir:
« no previous file with comments | « no previous file | build/android/gyp/process_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698