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

Unified Diff: build/java.gypi

Issue 13261024: Make write_library_dependencies.py find all transitive dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pushlib
Patch Set: Created 7 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
« no previous file with comments | « build/common.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index 967b444601549dc65342f66213955c3842797aec..7fdb8d9bca2dff883835b1724570f5d530121fea 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -47,7 +47,7 @@
{
'dependencies': [
- '<(DEPTH)/build/build_output_dirs_android.gyp:build_output_dirs'
+ '<(DEPTH)/build/android/setup.gyp:build_output_dirs'
],
'variables': {
'android_jar': '<(android_sdk)/android.jar',
« no previous file with comments | « build/common.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698