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

Unified Diff: base/base.gyp

Issue 10908223: Fix Android ninja sdk build (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0b45fdbec8b1b8ea168a994090b2e6fb81c6950f..1aa626997a584939dbfa3763955cfde40925e359 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -975,7 +975,7 @@
],
'variables': {
'package_name': 'base_javatests',
- 'java_in_dir': 'android/javatests',
+ 'java_in_dir': '../base/android/javatests',
},
'includes': [ '../build/java.gypi' ],
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698