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

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: agrieve comments 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..171d5e0d45ed14bf49b50c36520f7ab3bc20fd34 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/android_lint_cache.gyp:android_lint_cache',
+ '<(DEPTH)/build/android/setup.gyp:build_output_dirs',
],
'variables': {
'add_to_dependents_classpaths%': 1,

Powered by Google App Engine
This is Rietveld 408576698