summaryrefslogtreecommitdiffstats
path: root/build/java_prebuilt.gypi
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-03 18:20:22 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-03 18:20:22 +0000
commit225ec630a66bad964ddec2723502ecc6f5c14ae0 (patch)
tree0d2796ed0e23b8b93469737167dad5a5909a2462 /build/java_prebuilt.gypi
parent7f22dc466d278b11168302d9176f771c17ca0a9f (diff)
downloadchromium_src-225ec630a66bad964ddec2723502ecc6f5c14ae0.zip
chromium_src-225ec630a66bad964ddec2723502ecc6f5c14ae0.tar.gz
chromium_src-225ec630a66bad964ddec2723502ecc6f5c14ae0.tar.bz2
Make write_library_dependencies.py find all transitive dependencies
For the component build, it is impractical/impossible to explicitly list all library dependencies. This list is required (in dependency order) for several of the apk-building steps. For now, we will generate this list as follows: Use readelf to find all transitive dependencies Topologically sort those dependencies Once we can expose this information from gyp (http://crbug.com/2255588), it is straightforward to update this action to use the gyp-exposed list of libraries. BUG=158821 Review URL: https://chromiumcodereview.appspot.com/13261024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/java_prebuilt.gypi')
-rw-r--r--build/java_prebuilt.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/java_prebuilt.gypi b/build/java_prebuilt.gypi
index 57255e1..7d12018 100644
--- a/build/java_prebuilt.gypi
+++ b/build/java_prebuilt.gypi
@@ -20,7 +20,7 @@
{
'dependencies': [
- '<(DEPTH)/build/build_output_dirs_android.gyp:build_output_dirs'
+ '<(DEPTH)/build/android/setup.gyp:build_output_dirs'
],
'variables': {
'dex_path': '<(PRODUCT_DIR)/lib.java/<(_target_name).dex.jar',