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

Unified Diff: build/all_android.gyp

Issue 10458055: Enable APK based tests for all unittest bundles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/run_tests.py » ('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 12498e10fc2459de1f2df2f6b4562b39034c67aa..81be5534267a36136e860ad1bd9d3cfe2935acc7 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -60,6 +60,9 @@
# Unit test bundles packaged as an apk.
'../base/base.gyp:base_unittests_apk',
'../content/content.gyp:content_unittests_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',
'../net/net.gyp:net_unittests_apk',
'../ui/ui.gyp:ui_unittests_apk',
« no previous file with comments | « no previous file | build/android/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698