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

Unified Diff: build/android/java_cpp_template.gypi

Issue 14772036: Let Android port access properly sized images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed header guard comment Created 7 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 | chrome/android/java/ResourceID.template » ('j') | chrome/android/java/ResourceID.template » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/java_cpp_template.gypi
diff --git a/build/android/java_cpp_template.gypi b/build/android/java_cpp_template.gypi
index 6233e6aef9180f8a5ff75571f77ab62375fd6945..c68121e771672ea96096412aa88e8f9a2c339420 100644
--- a/build/android/java_cpp_template.gypi
+++ b/build/android/java_cpp_template.gypi
@@ -41,6 +41,10 @@
'generated_src_dirs': [
'<(output_dir)/',
],
+ 'additional_input_paths': [
Yaron 2013/05/17 22:36:16 Can you add a comment about this (something like:
gone 2013/05/20 18:48:10 Done.
+ '<@(_sources)',
+ '<@(template_deps)',
+ ],
},
},
# Define a single rule that will be apply to each .template file
« no previous file with comments | « no previous file | chrome/android/java/ResourceID.template » ('j') | chrome/android/java/ResourceID.template » ('J')

Powered by Google App Engine
This is Rietveld 408576698