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

27 Коммитов

Автор SHA1 Сообщение Дата
rsleevi@chromium.org 962d5c4564 Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files.
apk-based test runner work.  Not enabled yet.  This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.


BUG=None
TEST=


Review URL: http://codereview.chromium.org/9834037

TBR=jrg@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9852004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 04:44:41 +00:00
jrg@chromium.org d168ae37cd apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.
BUG=None
TEST=


Review URL: http://codereview.chromium.org/9834037

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 03:57:36 +00:00
peter@chromium.org 84ec34dce5 Include the WebKit targets on all Android builds
Promote DumpRenderTree and webkit_unit_tests to targets being part of All (thus
out of experimental), while also adding TestWebKitAPI by correctly referring to
WebKit's All.gyp instead of (the seemingly Windows-oriented) webkit/webkit.gyp.

After this change, three new targets will be build for Android on the main
waterfall. The compile time for new required files (they all rely heavily on
webkit.a) is negligible, link time is more significant, namely ~40 seconds per
target, but this will be parallelized on the bot with other targets. Increase
in build time is ~50 seconds on my T3500.

BUG=
TEST=DumpRenderTree, webkit_unit_tests and TestWebKitAPI should be build on the
Android buildbots.


Review URL: http://codereview.chromium.org/9701070

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127459 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-19 13:53:28 +00:00
satish@chromium.org a75b06b5a1 Enable running content_unittests on the android builder.
This adds a blacklist of known test failures and adds content_unittests to the
list of test suites to run.

BUG=None
TEST=content_unittests should start running and pass on the android builder.


Review URL: http://codereview.chromium.org/9703066

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127020 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-15 23:09:34 +00:00
peter@chromium.org 86a6bbf460 Build Java files as part of the base target for Android builds
Move the dependency to the base target, causing Java to be compiled on all
configurations (including trybots and the main waterfall bot). We currently
build two source files.

BUG=
TEST=Build output should execute the "base_java" action.

Review URL: http://codereview.chromium.org/9699018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126693 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-14 19:01:37 +00:00
yfriedman@chromium.org 26fc9a1bed Turn on sync_unit_tests compilation for Android.
It's been green for a bit and our try-job load is acceptable.

BUG=
TEST=


Review URL: http://codereview.chromium.org/9693035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126439 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-13 19:40:23 +00:00
yfriedman@chromium.org 149c9b09b2 Add sync_unit_tests to the experimental builder.
It now links, but we'll keep it off the default build until we can verify load issues

BUG=
TEST=


Review URL: http://codereview.chromium.org/9634013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@125687 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-08 21:33:21 +00:00
nileshagrawal@chromium.org 83ee3d3e27 Android build: move media_unittests to default target.
BUG=None
TEST=


Review URL: http://codereview.chromium.org/9535016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124303 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-01 00:25:18 +00:00
navabi@google.com f006bcc067 Add first java source code and gyp/ant changes to build java code.
Introduce the first java source for chrome on android to base/android/java.
Also add new target to build the java source in the directory.  Currently
there is a dummy java file called DeleteStaging.java that should be replaced
when real base java source code is upstreamed.  This will be the java files
from this patch: https://chromiumcodereview.appspot.com/9443018/.  The
DeleteStaging.java file should be removed once real java code is checked in.

BUG=
TEST=


Review URL: http://codereview.chromium.org/9514018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124134 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-29 06:06:07 +00:00
jrg@chromium.org db57755ae8 Android build: move content_unittests to default target.
Also expand PRESUBMIT.py to include content files (e.g. everything).

BUG=None
TEST=


Review URL: http://codereview.chromium.org/9416117

git-svn-id: http://src.chromium.org/svn/trunk/src/build@124108 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-29 03:52:02 +00:00
nileshagrawal@chromium.org a7402cd82e Adding media_unittests to android_experimental.
BUG=
TEST=


Review URL: http://codereview.chromium.org/9442007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@123347 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-23 22:32:09 +00:00
yfriedman@chromium.org ceb36ef58d Switch android fyi builder to actually build the "android_experimental" target.
Also updates that target with in process build targets and disables a
failing test.

BUG=113487
TEST=


Review URL: http://codereview.chromium.org/9433007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122905 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-21 23:30:13 +00:00
wangxianzhu@chromium.org 162aa3fce7 Remove temporary workaround for http://codereview.chromium.org/9419020/
http://codereview.chromium.org/9419020 was blocked by crbug.com/109763
without the workaround. Now remove the workaround.

BUG=
TEST=


Review URL: http://codereview.chromium.org/9421014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122870 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-21 20:53:08 +00:00
jrg@chromium.org 8dc4c35c48 Android build: 64-bit linker issues.
Fix install-build-deps-android.sh so it can be re-run cheaply.
Update install-build-deps-android.sh so it installs the 64-bit linker.
Run install-build-deps-android.sh each build on the FYI bot.
Move content_unittests to experimental so the FYI builder hits it.

BUG=None
TEST=


Review URL: http://codereview.chromium.org/9401029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122665 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-18 01:58:43 +00:00
wangxianzhu@chromium.org eb284adb92 fake_dns tool for Android (fixed DEPS).
It runs on device to resolves any host name to 127.0.0.1.
With it and the forwarder, all HTTP requests are redirected to our replay server
running on the host machine.

Review URL: http://codereview.chromium.org/9419020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122630 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-17 23:57:42 +00:00
creis@chromium.org ef7c7bd927 Revert 122320 - fake_dns tool for Android.
It runs on device to resolves any host name to 127.0.0.1.
With it and the forwarder, all HTTP requests are redirected to our replay server
running on the host machine.

Review URL: http://codereview.chromium.org/9401014

TBR=wangxianzhu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9415018

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122348 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-16 20:20:05 +00:00
wangxianzhu@chromium.org fb27987e4e fake_dns tool for Android.
It runs on device to resolves any host name to 127.0.0.1.
With it and the forwarder, all HTTP requests are redirected to our replay server
running on the host machine.

Review URL: http://codereview.chromium.org/9401014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@122320 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-16 18:32:48 +00:00
jrg@chromium.org c5d1103a15 Presubmit change to add android trybots when needed.
Also add warning in android_all.gyp that extra targets in 'all' can
have a significant impact on the try load so coordinate appropriately.

BUG=None
TEST=


Review URL: http://codereview.chromium.org/9360028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121560 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-02-10 23:09:49 +00:00
jrg@chromium.org 18d1ab2fe3 android build: progress on content and libjingle.
BUG=None
TEST=


Review URL: http://codereview.chromium.org/9271028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@119334 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-27 01:57:10 +00:00
jrg@chromium.org 5c62bc97a8 Checkpoint: android fixes towards compilation of unit_tests.
Dependent on clipboard.h change in https://chromiumcodereview.appspot.com/9264014

BUG=None
TEST=


Review URL: http://codereview.chromium.org/9226012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@118567 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-21 00:45:40 +00:00
jrg@google.com 3bda64a549 Expand android tests.
Add net_unittests to baseline build/run; add some test disabling.
Add experimental build phase to bot script.

BUG=None
TEST=

Review URL: http://codereview.chromium.org/8746003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112296 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-30 21:46:12 +00:00
jingzhao@chromium.org f035199349 Enable net_unittests for Android.
Review URL: http://codereview.chromium.org/8673011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112199 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-30 11:40:28 +00:00
jrg@google.com 62315512cd Update android All target to include our unit test bundles.
BUG=None
TEST=

Review URL: http://codereview.chromium.org/8734015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@112090 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-30 01:05:07 +00:00
jrg@chromium.org b6a0661351 Verbose on test list in output. Add test-related comment near deps.
BUG=
TEST=

Review URL: http://codereview.chromium.org/8676022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@111738 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-28 19:19:20 +00:00
jrg@chromium.org 19df5466b9 Android IPC changes.
BUG=
TEST=


Review URL: http://codereview.chromium.org/8437033

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108589 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-04 00:14:16 +00:00
jrg@chromium.org 3d4501d9ed Enable sql_unittests for Android.
BUG=
TEST=


Review URL: http://codereview.chromium.org/8351064

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108414 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-03 03:29:20 +00:00
michaelbai@google.com 695c3263b9 Upstream: Set build target and evnvironment for Android
BUG=
TEST=

Review URL: http://codereview.chromium.org/8008026

git-svn-id: http://src.chromium.org/svn/trunk/src/build@102807 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-26 21:40:38 +00:00