summaryrefslogtreecommitdiffstats
path: root/build/all_android.gyp
diff options
context:
space:
mode:
authorsatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 23:09:34 +0000
committersatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 23:09:34 +0000
commit51d1e7d32fe811d2ef0bea7304d7cc5fdb3b9178 (patch)
tree4729959be0797f590f640f70b33f1eb32caf6ca9 /build/all_android.gyp
parent44758b2be971d1adec5562d85732a837045f03e6 (diff)
downloadchromium_src-51d1e7d32fe811d2ef0bea7304d7cc5fdb3b9178.zip
chromium_src-51d1e7d32fe811d2ef0bea7304d7cc5fdb3b9178.tar.gz
chromium_src-51d1e7d32fe811d2ef0bea7304d7cc5fdb3b9178.tar.bz2
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: svn://svn.chromium.org/chrome/trunk/src@127020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r--build/all_android.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 88d2791..809ef1d 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -30,6 +30,7 @@
'dependencies': [
'../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:sync_unit_tests',
+ '../content/content.gyp:content_unittests',
'../sql/sql.gyp:sql_unittests',
'../ipc/ipc.gyp:ipc_tests',
'../net/net.gyp:net_unittests',
@@ -37,7 +38,6 @@
'../jingle/jingle.gyp:jingle_unittests',
'../tools/android/fake_dns/fake_dns.gyp:fake_dns',
'../tools/android/forwarder/forwarder.gyp:forwarder',
- '../content/content.gyp:content_unittests',
'../media/media.gyp:media_unittests',
],
},