index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
/
config
/
android
/
internal_rules.gni
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix javac --incremental by using jmake for dependency analysis
agrieve
2015-10-02
1
-2
/
+10
*
GN: Mark run_findbugs as used in java_library_impl
pkotwicz
2015-09-28
1
-5
/
+6
*
Adds --incremental to dex.py, and a GN flag for enabling it.
agrieve
2015-09-25
1
-0
/
+4
*
GN: Use a custom script for package_apk() build step rather than ANT
agrieve
2015-09-25
1
-32
/
+12
*
Adds an --incremental flag to javac.py and a GN flag to enable it
agrieve
2015-09-24
1
-0
/
+3
*
GN: Don't build final_dex when building *_incremental targets
agrieve
2015-09-23
1
-3
/
+8
*
GN: Side-load dex files as well as native code in incremental installs
agrieve
2015-09-16
1
-69
/
+123
*
move zip template to a non-android-specific .gni file
mostynb
2015-09-15
1
-40
/
+1
*
GN: Make the wrapper script generated for junit work without extra args
agrieve
2015-09-04
1
-1
/
+16
*
GN: Use interface jars in the classpath to speed up compiling (a little)
agrieve
2015-09-04
1
-8
/
+12
*
GN: Stop setting android.jar in both -classpath and -bootclasspath
agrieve
2015-09-04
1
-10
/
+4
*
Add ijar to third_party and use it for generating .jar.toc files in GN
agrieve
2015-09-03
1
-20
/
+6
*
GN: Put .jar files in lib.java rather than gen/
agrieve
2015-09-03
1
-2
/
+10
*
Add missing Android GN build dep on md5sum.
scheib
2015-09-01
1
-0
/
+2
*
GN(android): Add scripts & runtime logic for installing _incremental apks
agrieve
2015-09-01
1
-11
/
+13
*
Update usage of Proguard in clank after moving Proguard to third_party.
hanxi
2015-08-27
1
-1
/
+1
*
Never run errorprone on non-Chromium code.
mikecase
2015-08-27
1
-1
/
+3
*
Update errorprone to fix java 8 issues.
mikecase
2015-08-26
1
-25
/
+63
*
Create *_incremental targets for android_apk()s
agrieve
2015-08-26
1
-62
/
+137
*
[Android] Suppress findbugs stderr output.
jbudorick
2015-08-22
1
-1
/
+10
*
GN: Refactor android rules to use forward_variables_from()
agrieve
2015-08-22
1
-187
/
+99
*
Revert of Make instrumentation test dependency on a support APK explicit (pat...
yusufo
2015-07-16
1
-6
/
+0
*
Make instrumentation test dependency on a support APK explicit
dgn
2015-07-16
1
-0
/
+6
*
GN: Fix support errorprone and java_binary
agrieve
2015-07-15
1
-7
/
+17
*
GN: Fix input not defined by deps issue with //build/android:sun_tools_java
agrieve
2015-07-11
1
-7
/
+6
*
Add -bootclasspath argument to javac.
ohrn
2015-07-08
1
-0
/
+2
*
Fix GN build errors when splits are enabled.
agrieve
2015-06-30
1
-0
/
+6
*
[GN] Add data_deps support to [android_]java_prebuilt
dgn
2015-06-25
1
-0
/
+3
*
Add build rules to enable language-based split apks on Android
agrieve
2015-06-24
1
-22
/
+51
*
Create xxxhdpi density splits when density splits are enabled
agrieve
2015-06-22
1
-0
/
+1
*
Add the Errorprone Java Compiler
raywilliams
2015-06-22
1
-1
/
+16
*
Store and load icudtl.dat directly from the apk rather than extracting on sta...
agrieve
2015-06-19
1
-0
/
+6
*
[Android] Refactor browser test execution. (RELAND)
jbudorick
2015-06-12
1
-0
/
+8
*
Revert of [Android] Refactor browser test execution. (patchset #14 id:260001 ...
jbudorick
2015-06-12
1
-8
/
+0
*
[Android] Refactor browser test execution.
jbudorick
2015-06-12
1
-0
/
+8
*
Make aapt and aidl paths flexible.
aurimas
2015-06-04
1
-4
/
+5
*
Fixes for Android GN build input/outputs
brettw
2015-06-03
1
-9
/
+48
*
[Android] Generate scripts at build time to run android tests.
mikecase
2015-06-03
1
-0
/
+54
*
Android GN input/output deps
brettw
2015-06-02
1
-10
/
+48
*
Fixes for GN Android build inputs/outputs
brettw
2015-06-02
1
-0
/
+6
*
Add some GN build dependencies.
brettw
2015-05-29
1
-12
/
+86
*
Add create_density_splits option to java_apk.gypi / android_apk (gn)
agrieve
2015-05-22
1
-49
/
+95
*
Rename load_library_from_zip_file -> load_library_from_zip
agrieve
2015-05-21
1
-1
/
+1
*
[Android] Remove v14 resource verification entirely.
kkimlabs
2015-05-18
1
-4
/
+0
*
[Android] Add option to skip v14 resource verification to GN.
kkimlabs
2015-05-15
1
-0
/
+4
*
Extract package_resources step into a .gypi & make assets & resource zips opt...
agrieve
2015-05-15
1
-8
/
+22
*
Extract apkbuilder build action into a .gypi
agrieve
2015-05-15
1
-3
/
+12
*
Fix a dependency issue w/ gn refs for android apks.
dpranke
2015-05-15
1
-0
/
+1
*
Adds GN rule & script for generating AndroidManifest.xml for APK splits
agrieve
2015-05-14
1
-0
/
+50
*
Reland: Actually use --extra-r-text-files in process_resources.py
cullinan
2015-05-11
1
-0
/
+16
[next]