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

Unified Diff: build/config/android/internal_rules.gni

Issue 2336173003: Fix android depfiles to always list GN's outputs[0] (Closed)
Patch Set: Created 4 years, 3 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/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 3a6ab8bcebab1c90d1ecc309e4aac7ad8c6c2c0f..314adcd88156f4a3b96808b367b81f2e930dbd34 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -692,8 +692,8 @@ if (enable_java_templates) {
]
outputs = [
- _config_path,
_result_path,
+ _config_path,
]
args = [

Powered by Google App Engine
This is Rietveld 408576698