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

Unified Diff: build/android/gradle/java.jinja

Issue 2633533002: Android: Instrumentation tests in gradle (Closed)
Patch Set: Fix per review. Created 3 years, 11 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/gradle/generate_gradle.py ('k') | build/android/gyp/write_build_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gradle/java.jinja
diff --git a/build/android/gradle/java.jinja b/build/android/gradle/java.jinja
index ef3591c71dd9dafec76d4fe5434eb05beffeebed..848b45ebc6a92fb9b029319a5aefb4dcb3b0d882 100644
--- a/build/android/gradle/java.jinja
+++ b/build/android/gradle/java.jinja
@@ -11,7 +11,7 @@ apply plugin: "application"
sourceSets {
main {
java.srcDirs = [
-{% for path in java_dirs %}
+{% for path in main.java_dirs %}
"{{ path }}",
{% endfor %}
]
« no previous file with comments | « build/android/gradle/generate_gradle.py ('k') | build/android/gyp/write_build_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698