Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1026)

Unified Diff: build/all_android.gyp

Issue 10808115: Run media_unittests on android test bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed nits, removed some unused header inclusion. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/gtest_filter/media_unittests_disabled » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 8afcbf8ddad82fdfe554ccb892b033c5dcaff482..14f30efa1f01aa250a4d00e41078113f7c88c80d 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',
],
}]
« no previous file with comments | « no previous file | build/android/gtest_filter/media_unittests_disabled » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698