summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authornileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 16:30:31 +0000
committernileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 16:30:31 +0000
commitd602b9093b570d905b0c4ed325739adfa72506d4 (patch)
treed53fdb6f3d31222ed1cc949e17d839845bd7ead5 /build
parent9bf2a8d5a178b92327a9364145ed1febdd444a91 (diff)
downloadchromium_src-d602b9093b570d905b0c4ed325739adfa72506d4.zip
chromium_src-d602b9093b570d905b0c4ed325739adfa72506d4.tar.gz
chromium_src-d602b9093b570d905b0c4ed325739adfa72506d4.tar.bz2
Add unit_tests bundle as a default compile target for Android.
Since With this change we will start compiling unit_tests_apk on the main waterfall, we are making android a default try bot. To be submitted after we have increased our capacity to handle the extra load. BUG=117407 TEST= Review URL: https://chromiumcodereview.appspot.com/10808022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all_android.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index b4ce382..8afcbf8 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -30,6 +30,7 @@
'dependencies': [
'../base/base.gyp:base_unittests',
'../content/content.gyp:content_unittests',
+ '../chrome/chrome.gyp:unit_tests',
'../gpu/gpu.gyp:gpu_unittests',
'../sql/sql.gyp:sql_unittests',
'../sync/sync.gyp:sync_unit_tests',
@@ -60,6 +61,7 @@
# Unit test bundles packaged as an apk.
'../base/base.gyp:base_unittests_apk',
'../content/content.gyp:content_unittests_apk',
+ '../chrome/chrome.gyp:unit_tests_apk',
'../gpu/gpu.gyp:gpu_unittests_apk',
'../sql/sql.gyp:sql_unittests_apk',
'../sync/sync.gyp:sync_unit_tests_apk',