summaryrefslogtreecommitdiffstats
path: root/build/java_apk.gypi
Commit message (Expand)AuthorAgeFilesLines
* [Android] Run lint using a cache in the output directory.jbudorick2016-03-211-0/+1
* Also adds debug build flag.wnwen2016-02-161-15/+15
* [Android] Rework multidex and enable multidex for unit_tests_apk. (RELAND 2)jbudorick2016-01-161-10/+43
* Revert of [Android] Rework multidex and enable multidex for unit_tests_apk. (...jbudorick2016-01-151-41/+10
* [Android] Rework multidex and enable multidex for unit_tests_apk. (RELAND)jbudorick2016-01-151-10/+41
* Revert of [Android] Rework multidex and enable multidex for unit_tests_apk. (...vasilii2016-01-151-40/+10
* [Android] Rework multidex and enable multidex for unit_tests_apk.jbudorick2016-01-151-10/+40
* Using alternative_android_sdk_jar in process_resources, package_resourcesmichaelbai2016-01-141-1/+1
* Revert of [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestS...danakj2015-12-151-33/+5
* [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer.jbudorick2015-12-151-5/+33
* [Android] Add a configurable environment for devil/. (RELAND 2)jbudorick2015-12-041-0/+2
* [Android] Make generated test scripts pass apk paths.jbudorick2015-11-201-4/+10
* Refactor emma_instr.py in preparation for porting EMMA GYP rules to GNpkotwicz2015-11-181-0/+2
* Remove unused instr_action == 'instrument_classes' option from emma_instr.pypkotwicz2015-11-171-1/+0
* [Android] add missing comma to multidex gyp parameter configuration.jbudorick2015-11-131-1/+1
* [Android] Enable multidex for debug builds of ChromePublic.jbudorick2015-11-131-18/+55
* Revert of [Android] Add a configurable environment for devil/. (RELAND) (patc...jbudorick2015-10-231-2/+0
* [Android] Add a configurable environment for devil/. (RELAND)jbudorick2015-10-231-0/+2
* Add flag to enable proguard for debug build.michaelbai2015-10-191-1/+12
* Rename instr_action.gypi to emma_instr_action.gypipkotwicz2015-10-131-7/+7
* Allow linking of library jars in building apk targetstserng2015-09-291-1/+4
* Support alternative locale zipmichaelbai2015-09-281-5/+31
* Add app-as-shared-library flag in java_apk.gypimichaelbai2015-09-171-0/+6
* Update usage of Proguard in clank after moving Proguard to third_party.hanxi2015-08-271-1/+1
* Never run errorprone on non-Chromium code.mikecase2015-08-271-1/+6
* Update errorprone to fix java 8 issues.mikecase2015-08-261-1/+1
* [Android] Add gyp support for multidex. (RELAND)jbudorick2015-08-251-4/+48
* Revert of [Android] Add gyp support for multidex. (patchset #12 id:220001 of ...jbudorick2015-08-251-48/+4
* [Android] Add gyp support for multidex.jbudorick2015-08-251-4/+48
* [Android] Suppress findbugs stderr output.jbudorick2015-08-221-0/+12
* Link libc++_shared with asan=1 on Android.eugenis2015-08-041-1/+1
* Add -bootclasspath argument to javac.ohrn2015-07-081-0/+1
* Add build rules to enable language-based split apks on Androidagrieve2015-06-241-1/+13
* Load non-locale .pak files directly from the .apk on Android (rather than ext...agrieve2015-06-241-2/+3
* Extend relocation packing to non-ARM architectures.simonb2015-06-241-6/+6
* Create xxxhdpi density splits when density splits are enabledagrieve2015-06-221-0/+2
* Add the Errorprone Java Compilerraywilliams2015-06-221-1/+19
* Load V8 startup data directly from the APK on Android.agrieve2015-06-191-2/+2
* Store and load icudtl.dat directly from the apk rather than extracting on sta...agrieve2015-06-191-1/+2
* Make aapt and aidl paths flexible.aurimas2015-06-041-1/+1
* Add split-select logic to apk_install.py & fix crash when --split-apk-path is...agrieve2015-05-221-0/+1
* Add create_density_splits option to java_apk.gypi / android_apk (gn)agrieve2015-05-221-1/+31
* Rename load_library_from_zip_file -> load_library_from_zipagrieve2015-05-211-5/+3
* Add use_apk_split parameter to java_apk.gypi / android_apk (gn)agrieve2015-05-191-15/+123
* [Android] Remove v14 resource verification entirely.kkimlabs2015-05-181-4/+0
* Extract package_resources step into a .gypi & make assets & resource zips opt...agrieve2015-05-151-51/+7
* Extract apkbuilder build action into a .gypiagrieve2015-05-151-44/+8
* [Android] Add an option to skip v14 resource verification.kkimlabs2015-05-141-0/+4
* Reland: Actually use --extra-r-text-files in process_resources.pycullinan2015-05-111-0/+9
* Revert of Actually use --extra-r-text-files in process_resources.py (patchset...cjhopman2015-05-071-3/+0