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

Unified Diff: base/test/test_suite.cc

Issue 10690019: Remove ANDROID_APK_TEST_TARGET (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | base/test/test_support_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_suite.cc
diff --git a/base/test/test_suite.cc b/base/test/test_suite.cc
index fb0070fc9de11b596c806a965270f6e708a77e4b..e3d81221b334b4fdc649e48e600bd51aaa0db296 100644
--- a/base/test/test_suite.cc
+++ b/base/test/test_suite.cc
@@ -102,9 +102,9 @@ void TestSuite::PreInitialize(int argc, char** argv,
gtk_init_check(&argc, &argv);
#endif // defined(TOOLKIT_GTK)
- // On Android when building tests as apks, AtExitManager is created in
+ // On Android, AtExitManager is created in
// testing/android/native_test_wrapper.cc before main() is called.
-#if !defined(ANDROID_APK_TEST_TARGET)
+#if !defined(OS_ANDROID)
if (create_at_exit_manager)
at_exit_manager_.reset(new base::AtExitManager);
#endif
« no previous file with comments | « no previous file | base/test/test_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698