chromium-src-build/android
yfriedman@chromium.org c69e0c3a8c [Android] Make build output a little quieter.
Suppress warnings from jsr305 by only enabling some warnings for chromium_code.
Also fixes the fact that components code wasn't setting chromium_code


Review URL: https://chromiumcodereview.appspot.com/12702017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@191706 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-01 23:52:40 +00:00
..
ant Enable configuralbe mergemanifest.enabled again. It's reverted on recent refactoring 2013-03-27 22:03:42 +00:00
arm-linux-androideabi-gold Made clang use the gold linker for Android 2012-09-17 17:05:29 +00:00
buildbot Disable android auto-reconnect on chromium.perf 2013-03-30 03:06:52 +00:00
empty/src Add support for generating jars from protos and add cacheinvalidation_java. 2012-11-14 21:20:47 +00:00
findbugs_filter Make findbugs ignore NativeLibraries.java 2013-04-01 23:42:19 +00:00
pylib Output better error messages during build 2013-03-29 05:06:32 +00:00
AndroidManifest.xml Support Java resources within content. 2012-11-16 20:39:20 +00:00
PRESUBMIT.py Change findbugs modifications from presubmit error->warning 2013-03-14 20:57:23 +00:00
adb_chromium_testshell_command_line Add build/android scripts for Chromium TestShell 2012-10-30 01:07:38 +00:00
adb_content_shell_command_line Add a script to manage the content shell command-line flags. 2012-09-06 20:47:23 +00:00
adb_device_functions.sh Make adb_device_loop return if no devices 2012-09-24 10:20:03 +00:00
adb_gdb Android: Add new debugging scripts (adb_gdb_xxx) 2012-10-18 14:53:26 +00:00
adb_gdb_chromium_testshell Add build/android scripts for Chromium TestShell 2012-10-30 01:07:38 +00:00
adb_gdb_content_shell Relanding "Add apk for running content_browsertests" 2013-01-29 21:55:55 +00:00
adb_gdb_drt Android: Add new debugging scripts (adb_gdb_xxx) 2012-10-18 14:53:26 +00:00
adb_install_apk.py [Android] Enable running uiautomator tests. 2013-03-20 18:06:53 +00:00
adb_kill_content_shell Relanding "Add apk for running content_browsertests" 2013-01-29 21:55:55 +00:00
adb_logcat_monitor.py [android] Split top-level scripts and libraries from build/android. 2012-07-09 09:11:57 +00:00
adb_logcat_printer.py [android] Split top-level scripts and libraries from build/android. 2012-07-09 09:11:57 +00:00
adb_reverse_forwarder.py [Android] Fix Android port forwarder command line tool 2013-02-13 16:27:11 +00:00
adb_run_android_webview_shell [android_webview] Add test shell for webview. 2013-03-20 12:06:53 +00:00
adb_run_chromium_testshell Fix adb_run_content_shell to correctly pass URL. 2012-11-07 04:53:26 +00:00
adb_run_content_shell Relanding "Add apk for running content_browsertests" 2013-01-29 21:55:55 +00:00
avd.py Add script to download SDK, system images and create and start AVDs for testing. 2013-03-28 00:23:22 +00:00
bb_run_sharded_steps.py Android: allows ignoring results of flaky sharded perf tests. 2013-02-26 19:43:31 +00:00
cpufeatures.gypi Android: rename android_build_type gyp variable. 2013-03-12 10:22:36 +00:00
create_native_libraries_header.py Make the build control what library(/ies) to load 2013-04-01 23:12:33 +00:00
device_stats_monitor.py [Android] Move GTest options to test_options_parser.py. 2013-01-07 22:21:47 +00:00
device_status_check.py Flunk the build if no Android devices are online. 2013-03-20 17:56:11 +00:00
dex.py Output better error messages during build 2013-03-29 05:06:32 +00:00
empty_proguard.flags Split apk-build.xml into 3 steps 2013-03-26 17:35:21 +00:00
enable_asserts.py [android] Upstream / sync most of build/android and build/android/pylib. 2012-07-10 13:21:43 +00:00
envsetup.sh [Android] Remove guard that envsetup is sourced. 2013-02-26 01:40:23 +00:00
envsetup_functions.sh Revert 188747 "Android WebView: change how the SDK jar is found." 2013-03-18 18:03:07 +00:00
findbugs_diff.py [Android] Sever findbugs dependencies on environment variables. 2013-01-16 20:31:10 +00:00
gcc_preprocess.py Make the build control what library(/ies) to load 2013-04-01 23:12:33 +00:00
gdb_apk Relanding "Add apk for running content_browsertests" 2013-01-29 21:55:55 +00:00
gdb_content_shell Relanding "Add apk for running content_browsertests" 2013-01-29 21:55:55 +00:00
host_heartbeat.py Provision Android devices after the 'device_status_check' step. 2013-03-29 06:21:13 +00:00
install_emulator_deps.py Add script to download SDK, system images and create and start AVDs for testing. 2013-03-28 00:23:22 +00:00
jar.py Output better error messages during build 2013-03-29 05:06:32 +00:00
java_cpp_template.gypi Make the build control what library(/ies) to load 2013-04-01 23:12:33 +00:00
javac.py [Android] Make build output a little quieter. 2013-04-01 23:52:40 +00:00
lighttpd_server.py Use third_party/pexpect in android pylib 2012-10-17 21:03:12 +00:00
process_resources.py Output better error messages during build 2013-03-29 05:06:32 +00:00
provision_devices.py Provision Android devices after the 'device_status_check' step. 2013-03-29 06:21:13 +00:00
run_browser_tests.py Android: Add test runner scripts to run content_browsertests. 2013-02-22 02:26:14 +00:00
run_instrumentation_tests.py [Android] Rewrite base test result classes. 2013-03-26 00:29:12 +00:00
run_monkey_test.py [Android] Fix monkey tests after base test result rewrite. 2013-03-26 18:32:49 +00:00
run_tests.py Split out gtest dispatcher and sharder. 2013-01-30 19:39:18 +00:00
run_uiautomator_tests.py [Android] Rewrite base test result classes. 2013-03-26 00:29:12 +00:00
run_update_verification.py [Android] Add a tool for application update verification. 2013-01-11 00:13:54 +00:00
screenshot.py [Android] screenshot.py: handle positional arguments. 2012-12-10 23:24:42 +00:00
strip_library_for_apk.py Output better error messages during build 2013-03-29 05:06:32 +00:00
surface_stats.py android: Add interactive surface statistics viewer 2013-03-27 14:05:50 +00:00
write_ordered_libraries.py Make the build control what library(/ies) to load 2013-04-01 23:12:33 +00:00