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

Issue 13261024: Make write_library_dependencies.py find all transitive dependencies (Closed)

Created:
7 years, 8 months ago by cjhopman
Modified:
7 years, 8 months ago
Reviewers:
Yaron
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@pushlib
Visibility:
Public.

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192103

Patch Set 1 : #

Total comments: 26

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -107 lines) Patch
A build/android/gyp/write_ordered_libraries.py View 1 1 chunk +123 lines, -0 lines 0 comments Download
M build/android/pylib/build_utils.py View 1 chunk +1 line, -0 lines 0 comments Download
A + build/android/setup.gyp View 1 2 chunks +25 lines, -1 line 0 comments Download
M build/android/write_ordered_libraries.py View 1 1 chunk +0 lines, -43 lines 0 comments Download
D build/build_output_dirs_android.gyp View 1 chunk +0 lines, -38 lines 0 comments Download
M build/common.gypi View 1 3 chunks +17 lines, -21 lines 0 comments Download
M build/java.gypi View 1 chunk +1 line, -1 line 0 comments Download
M build/java_apk.gypi View 1 2 chunks +8 lines, -2 lines 0 comments Download
M build/java_prebuilt.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
cjhopman
7 years, 8 months ago (2013-04-01 23:21:40 UTC) #1
Yaron
https://codereview.chromium.org/13261024/diff/1008/build/android/setup.gyp File build/android/setup.gyp (right): https://codereview.chromium.org/13261024/diff/1008/build/android/setup.gyp#newcode7 build/android/setup.gyp:7: # These libraries from the Android ndk are required ...
7 years, 8 months ago (2013-04-02 01:30:35 UTC) #2
cjhopman
https://codereview.chromium.org/13261024/diff/1008/build/android/setup.gyp File build/android/setup.gyp (right): https://codereview.chromium.org/13261024/diff/1008/build/android/setup.gyp#newcode7 build/android/setup.gyp:7: # These libraries from the Android ndk are required ...
7 years, 8 months ago (2013-04-02 20:47:31 UTC) #3
Yaron
lgtm https://codereview.chromium.org/13261024/diff/1008/build/android/setup.gyp File build/android/setup.gyp (right): https://codereview.chromium.org/13261024/diff/1008/build/android/setup.gyp#newcode17 build/android/setup.gyp:17: '<(DEPTH)/third_party/android_tools/ndk/sources/cxx-stl/stlport/libs/<(android_app_abi)/libstlport_shared.so', On 2013/04/02 20:47:31, cjhopman wrote: > On ...
7 years, 8 months ago (2013-04-02 21:00:41 UTC) #4
cjhopman
On 2013/04/02 21:00:41, Yaron wrote: > Heh, of course. So you don't need to System.loadLibrary ...
7 years, 8 months ago (2013-04-02 21:17:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13261024/21001
7 years, 8 months ago (2013-04-02 21:17:53 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=130338
7 years, 8 months ago (2013-04-03 02:35:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13261024/21001
7 years, 8 months ago (2013-04-03 15:40:13 UTC) #8
commit-bot: I haz the power
7 years, 8 months ago (2013-04-03 18:20:24 UTC) #9
Message was sent while issue was closed.
Change committed as 192103

Powered by Google App Engine
This is Rietveld 408576698