From 7556013519eaf81aa29b732c652960e9d1daebca Mon Sep 17 00:00:00 2001 From: "boliu@chromium.org" Date: Thu, 24 Jan 2013 23:44:30 +0000 Subject: [PATCH] Add components_unittests to android fyi bots These are not new tests, just existing tests that has moved to a new target under components. BUG= Review URL: https://chromiumcodereview.appspot.com/12052065 git-svn-id: http://src.chromium.org/svn/trunk/src/build@178696 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all_android.gyp | 1 + android/pylib/gtest/gtest_config.py | 1 + 2 files changed, 2 insertions(+) diff --git a/all_android.gyp b/all_android.gyp index 515c7576f..d557dcb02 100644 --- a/all_android.gyp +++ b/all_android.gyp @@ -92,6 +92,7 @@ '../base/base.gyp:base_unittests_apk', '../cc/cc_tests.gyp:cc_unittests_apk', '../chrome/chrome.gyp:unit_tests_apk', + '../components/components.gyp:components_unittests_apk', '../content/content.gyp:content_unittests_apk', '../gpu/gpu.gyp:gpu_unittests_apk', '../ipc/ipc.gyp:ipc_tests_apk', diff --git a/android/pylib/gtest/gtest_config.py b/android/pylib/gtest/gtest_config.py index bdd5181f8..c2d2ec5fe 100644 --- a/android/pylib/gtest/gtest_config.py +++ b/android/pylib/gtest/gtest_config.py @@ -7,6 +7,7 @@ # Add new suites here before upgrading them to the stable list below. EXPERIMENTAL_TEST_SUITES = [ 'TestWebKitAPI', + 'components_unittests', 'sandbox_linux_unittests', 'webkit_unit_tests', ]