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

Issue 13504003: Add modified time checking to strip_library_for_apk.py (Closed)

Created:
7 years, 8 months ago by cjhopman
Modified:
7 years, 8 months ago
Reviewers:
newt (away)
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Add modified time checking to strip_library_for_apk.py Often this action is triggered and only actually needs to strip few/no native libraries (i.e if only base.so changes there is no need to strip all the other libraries). Add modified time checking to this action. Since the input files are very large, using md5 checking is too slow (i.e. it is not much, if any, faster than just doing the strip). BUG=158821 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193003

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -4 lines) Patch
M build/android/gyp/strip_library_for_apk.py View 1 chunk +6 lines, -4 lines 0 comments Download
M build/android/gyp/util/build_utils.py View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
cjhopman
7 years, 8 months ago (2013-04-04 01:21:51 UTC) #1
newt (away)
could this logic be moved to gyp instead of python? having multiple systems doing dependency ...
7 years, 8 months ago (2013-04-04 02:18:49 UTC) #2
cjhopman
On 2013/04/04 02:18:49, newt wrote: > could this logic be moved to gyp instead of ...
7 years, 8 months ago (2013-04-04 15:56:17 UTC) #3
cjhopman
On 2013/04/04 15:56:17, cjhopman wrote: > On 2013/04/04 02:18:49, newt wrote: > > could this ...
7 years, 8 months ago (2013-04-04 15:59:13 UTC) #4
newt (away)
thanks for the thorough analysis. I agree that it'd be ideal for the stripping to ...
7 years, 8 months ago (2013-04-04 22:52:06 UTC) #5
cjhopman
https://codereview.chromium.org/13504003/diff/1/build/android/gyp/util/build_utils.py File build/android/gyp/util/build_utils.py (right): https://codereview.chromium.org/13504003/diff/1/build/android/gyp/util/build_utils.py#newcode106 build/android/gyp/util/build_utils.py:106: # For a symlink, the modified time should be ...
7 years, 8 months ago (2013-04-05 17:42:24 UTC) #6
newt (away)
lgtm
7 years, 8 months ago (2013-04-08 20:39:35 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/13504003/8001
7 years, 8 months ago (2013-04-08 20:41:48 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-08 21:07:19 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13504003/8001
7 years, 8 months ago (2013-04-09 02:01:51 UTC) #10
commit-bot: I haz the power
7 years, 8 months ago (2013-04-09 04:27:25 UTC) #11
Message was sent while issue was closed.
Change committed as 193003

Powered by Google App Engine
This is Rietveld 408576698