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

Issue 12853002: Convert java library javac/jar to python (Closed)

Created:
7 years, 9 months ago by cjhopman
Modified:
7 years, 9 months ago
Reviewers:
Yaron, 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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Convert java library javac/jar to python This is a fairly straightforward translation of the ant build script into two python actions. Two things have been moved into the gyp file: adding android.jar to the classpath and specifying the jar_excludes (currently just R.class and R$*.class). BUG=158821 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188594

Patch Set 1 : #

Total comments: 45

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -128 lines) Patch
D build/android/ant/chromium-jars.xml View 1 chunk +0 lines, -96 lines 0 comments Download
A build/android/jar.py View 1 1 chunk +54 lines, -0 lines 0 comments Download
A build/android/javac.py View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
M build/android/pylib/build_utils.py View 1 1 chunk +40 lines, -1 line 0 comments Download
M build/android/strip_library_for_apk.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/java.gypi View 1 3 chunks +48 lines, -30 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
cjhopman
7 years, 9 months ago (2013-03-14 18:14:04 UTC) #1
Yaron
https://codereview.chromium.org/12853002/diff/6002/build/android/jar.py File build/android/jar.py (right): https://codereview.chromium.org/12853002/diff/6002/build/android/jar.py#newcode53 build/android/jar.py:53: double trailing ws? https://codereview.chromium.org/12853002/diff/6002/build/android/javac.py File build/android/javac.py (right): https://codereview.chromium.org/12853002/diff/6002/build/android/javac.py#newcode18 build/android/javac.py:18: ...
7 years, 9 months ago (2013-03-14 23:03:50 UTC) #2
newt (away)
I like the direction! https://codereview.chromium.org/12853002/diff/6002/build/android/jar.py File build/android/jar.py (right): https://codereview.chromium.org/12853002/diff/6002/build/android/jar.py#newcode28 build/android/jar.py:28: class_files = map(lambda f: os.path.relpath(f, ...
7 years, 9 months ago (2013-03-15 03:25:04 UTC) #3
cjhopman
https://codereview.chromium.org/12853002/diff/6002/build/android/jar.py File build/android/jar.py (right): https://codereview.chromium.org/12853002/diff/6002/build/android/jar.py#newcode28 build/android/jar.py:28: class_files = map(lambda f: os.path.relpath(f, jar_cwd), class_files) On 2013/03/15 ...
7 years, 9 months ago (2013-03-15 22:44:39 UTC) #4
newt (away)
lgtm with a formatting nit https://codereview.chromium.org/12853002/diff/25001/build/android/javac.py File build/android/javac.py (right): https://codereview.chromium.org/12853002/diff/25001/build/android/javac.py#newcode45 build/android/javac.py:45: 'javac', indent by 4 ...
7 years, 9 months ago (2013-03-15 23:01:19 UTC) #5
Yaron
lgtm https://codereview.chromium.org/12853002/diff/6002/build/android/javac.py File build/android/javac.py (right): https://codereview.chromium.org/12853002/diff/6002/build/android/javac.py#newcode41 build/android/javac.py:41: '-g', On 2013/03/15 22:44:39, cjhopman wrote: > On ...
7 years, 9 months ago (2013-03-15 23:13:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/12853002/32001
7 years, 9 months ago (2013-03-16 00:55:13 UTC) #7
commit-bot: I haz the power
7 years, 9 months ago (2013-03-16 16:25:24 UTC) #8
Message was sent while issue was closed.
Change committed as 188594

Powered by Google App Engine
This is Rietveld 408576698