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

Unified Diff: build/java.gypi

Issue 1815563005: [Android] Run lint using a cache in the output directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: prereview 2 Created 4 years, 9 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
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index b2996f37114789ff745bd5c91de00f94a62411ab..193c9011d567aa6242055fba68b739ffc23b4ab9 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -48,7 +48,8 @@
{
'dependencies': [
- '<(DEPTH)/build/android/setup.gyp:build_output_dirs'
+ '<(DEPTH)/build/android/lint_cache.gyp:lint_cache',
+ '<(DEPTH)/build/android/setup.gyp:build_output_dirs',
],
'variables': {
'add_to_dependents_classpaths%': 1,
« build/config/android/internal_rules.gni ('K') | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698