diff options
author | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-26 02:35:57 +0000 |
---|---|---|
committer | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-26 02:35:57 +0000 |
commit | 67d87a8e6a96ec2d5515128d1ed957de6937ba4b (patch) | |
tree | 12c48d6164adcab7369581b0f1d6dfa1d960c0a1 /build/all_android.gyp | |
parent | 53f04c88f0a08ec58dcbb1fcf97abceb75bb4183 (diff) | |
download | chromium_src-67d87a8e6a96ec2d5515128d1ed957de6937ba4b.zip chromium_src-67d87a8e6a96ec2d5515128d1ed957de6937ba4b.tar.gz chromium_src-67d87a8e6a96ec2d5515128d1ed957de6937ba4b.tar.bz2 |
Run media_unittests on android test bots.
BUG=137131
TEST=
Review URL: https://chromiumcodereview.appspot.com/10808115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index 8afcbf8..14f30ef 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -63,10 +63,11 @@ '../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', '../ipc/ipc.gyp:ipc_tests_apk', + '../media/media.gyp:media_unittests_apk', '../net/net.gyp:net_unittests_apk', + '../sql/sql.gyp:sql_unittests_apk', + '../sync/sync.gyp:sync_unit_tests_apk', '../ui/ui.gyp:ui_unittests_apk', ], }] |