|
[Android] Add chrome_java target for building Java code in the chromium layer.
Also includes a refactoring of the Ant xml scripts to use a common template (contributed by shashishekhar@chromium.org). As part of this, I also continued Torne's effort of removing our reliance on environment variables. Unfortunately this currently means that you have to specify 5 gyp flags:
ANDROID_SDK, ANDROID_SDK_ROOT, ANDROID_SDK_TOOLS, ANDROID_SDK_VERSION, ANDROID_TOOLCHAIN.
This'll get better as we make further use of the checked in sdk both upstream and downstream. The problem stems from the android tree and released sdk having different configurations.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150172
Total comments: 22
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+391 lines, -216 lines) |
Patch |
|
M |
base/android/java/base.xml
|
View
|
1
2
3
|
1 chunk |
+9 lines, -46 lines |
0 comments
|
Download
|
|
A |
build/android/ant/chromium-jars.xml
|
View
|
1
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/ant/common.xml
|
View
|
1
2
3
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/ant/sdk-targets.xml
|
View
|
1
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/apk_test.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+12 lines, -1 line |
0 comments
|
Download
|
|
M |
build/java.gypi
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/android/java/chrome.xml
|
View
|
1
2
3
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/android/java/src/org/chromium/chrome/browser/IntentHelper.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/content_shell.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/content.xml
|
View
|
1
2
3
|
1 chunk |
+12 lines, -47 lines |
0 comments
|
Download
|
|
M |
content/shell/android/java/content_shell_apk.xml
|
View
|
1
|
4 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
|
M |
content/shell/android/javatests/content_shell_test_apk.xml
|
View
|
1
2
3
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
media/base/android/java/media.xml
|
View
|
1
2
3
|
1 chunk |
+9 lines, -43 lines |
0 comments
|
Download
|
|
M |
net/android/java/net.xml
|
View
|
1
2
3
|
1 chunk |
+10 lines, -39 lines |
0 comments
|
Download
|
|
M |
testing/android/generate_native_test.py
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
testing/android/native_test.gyp
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
testing/android/native_test_apk.xml
|
View
|
1
2
3
|
1 chunk |
+13 lines, -13 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|