summaryrefslogtreecommitdiffstats
path: root/build/all_android.gyp
diff options
context:
space:
mode:
authornileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-26 02:35:57 +0000
committernileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-26 02:35:57 +0000
commit67d87a8e6a96ec2d5515128d1ed957de6937ba4b (patch)
tree12c48d6164adcab7369581b0f1d6dfa1d960c0a1 /build/all_android.gyp
parent53f04c88f0a08ec58dcbb1fcf97abceb75bb4183 (diff)
downloadchromium_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.gyp5
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',
],
}]