Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
brettw 5e4ffb5c89 Remove som GYP annotations, remove unused manifest.
Removes annotations of "GYP version" from GN targets.

Removes shell.exe.manifest which was used only by the GYP build.

TBR=dpranke@chromium.org

CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2373683003
Cr-Original-Commit-Position: refs/heads/master@{#421335}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: cde1af7bd0ccf5b051bd3bac47290e15d8a0ef29
2016-09-27 21:20:37 +00:00
agrieve 61decb2b97 Replace usages of DEPRECATED_java_in_dir with java_files
BUG=484854

Review URL: https://codereview.chromium.org/1829823002

Cr-Original-Commit-Position: refs/heads/master@{#382905}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 696e6a571b4db1a966ac7b49260eaa47a1ba9bd4
2016-03-23 19:56:08 +00:00
agrieve f0ec0b915a Rename load_library_from_zip_file -> load_library_from_zip
Having load_library_from_zip_file end with "_file" causes a GYP
exception when the value is overriden.

BUG=488135

Review URL: https://codereview.chromium.org/1142353003

Cr-Original-Commit-Position: refs/heads/master@{#330888}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 1b841e014d528f802b93c4284b90db39b90b63fc
2015-05-21 04:40:12 +00:00
aurimas d76bbb59be Fix a bunch of Java Checkstyle issues.
BUG=318404
TBR=samuong@chromium.org

Review URL: https://codereview.chromium.org/744453002

Cr-Original-Commit-Position: refs/heads/master@{#305047}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: cee75f0a7905c9e232900252142853a8b11d9701
2014-11-20 18:46:15 +00:00
cjhopman e6fc4f17db GN: Enable loading libraries from apks
This enables all the bits for an apk that uses uncompressed native
libraries that are loaded directly from the apk without being extracted
on the device.

BUG=359249
TBR=brettw
NOTRY=true

Review URL: https://codereview.chromium.org/654383002

Cr-Original-Commit-Position: refs/heads/master@{#300814}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 3151133068b2d1cfd44af0e8a546b640989aeb3d
2014-10-23 01:05:36 +00:00
anton e69c3a61d4 Retire the rezip tool (replaced by RezipApk)
BUG=390618

Review URL: https://codereview.chromium.org/627633002

Cr-Original-Commit-Position: refs/heads/master@{#298031}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 80eba8a3bb221ff97c38e395fbf3f47423014b43
2014-10-03 14:14:22 +00:00
anton 25fbac3e82 Add rename and inflate support to the RezipApk tool.
This removes the need to use the previous "rezip" tool in the build
process. That tool is still used in the LGPL compliance script,
which will need to be addressed separately.

BUG=390618, 388223

Review URL: https://codereview.chromium.org/608853005

Cr-Original-Commit-Position: refs/heads/master@{#297866}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 5887c778a800c9000e9565b40da65e9979657afd
2014-10-02 18:20:46 +00:00
anton 32c2b97e20 Re-invent page aligning libraries in APK file.
With this change setting 'load_library_from_zip_file' to 1 will now
construct the APK with a new tool chain. The purpose of this change is
to contruct the APK in such a way that the page alignment is not broken
by the chrome signing process. To achieve this the tool is written in
Java so it shares the same underlying JarOutputStream implementation.
The key things that we depend on are that the filenames are output in
lexographical order with the META_INF files at the end of the file.
That zipalign adds 4 byte alignment to STORED files and this is done by
adding padding to the zip extra field.

BUG=390618

Review URL: https://codereview.chromium.org/595933003

Cr-Original-Commit-Position: refs/heads/master@{#297439}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c83a88d39329e2a7d8bbc1de280d9e572d2f7c8a
2014-09-30 17:15:52 +00:00
anton@chromium.org ebb045fb7c When building APK for direct loading, check for multiple libraries.
Explicitly check for multiple libraries. This gives the developer
a less cryptic error message. In particular, I mentioned that a
clean build may be required.

BUG=388223

Review URL: https://codereview.chromium.org/364193003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@281295 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-07-03 17:45:52 +00:00
anton@chromium.org 2ef18c9405 Rezip tool used to modify the APK.
BUG=

Review URL: https://codereview.chromium.org/333433002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@278423 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-19 18:15:21 +00:00