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

Unified Diff: build/android/lint_action.gypi

Issue 458653002: Update lint and findbugs to use jars instead of class files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a landmine Created 6 years, 4 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 | « build/android/gyp/lint.py ('k') | build/android/push_libraries.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/lint_action.gypi
diff --git a/build/android/lint_action.gypi b/build/android/lint_action.gypi
index dd0bbd2f984ed8368a88a7008e77077e1eec5c65..186d64c4fa28ea9512eed8049fdce4c6d26e4c8e 100644
--- a/build/android/lint_action.gypi
+++ b/build/android/lint_action.gypi
@@ -22,6 +22,7 @@
'<(DEPTH)/build/android/gyp/lint.py',
'<(DEPTH)/build/android/lint/suppressions.xml',
'<(DEPTH)/build/android/AndroidManifest.xml',
+ '<(lint_jar_path)',
],
'action': [
'python', '<(DEPTH)/build/android/gyp/lint.py',
@@ -32,7 +33,7 @@
'--result-path=<(result_path)',
'--product-dir=<(PRODUCT_DIR)',
'--src-dirs=>(src_dirs)',
- '--classes-dir=<(classes_dir)',
+ '--jar-path=<(lint_jar_path)',
'--stamp=<(stamp_path)',
'<(is_enabled)',
],
« no previous file with comments | « build/android/gyp/lint.py ('k') | build/android/push_libraries.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698