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

Unified Diff: ui/base/test/run_all_unittests.cc

Issue 757433002: ui/base: Remove ui_unittests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: ui/base/test/run_all_unittests.cc
diff --git a/ui/base/test/run_all_unittests.cc b/ui/base/test/run_all_unittests.cc
index 42156316e77c3251ee8425c7e4eee819572de581..19adcedbda98c4983b74952d3d7140240dc5a6b3 100644
--- a/ui/base/test/run_all_unittests.cc
+++ b/ui/base/test/run_all_unittests.cc
@@ -73,8 +73,9 @@ void UIBaseTestSuite::Initialize() {
"en-US", NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES);
#elif defined(OS_IOS) || defined(OS_ANDROID)
- // On iOS, the ui_unittests binary is itself a mini bundle, with resources
- // built in. On Android, ui_unittests_apk provides the necessary framework.
+ // On iOS, the ui_base_unittests binary is itself a mini bundle, with
+ // resources built in. On Android, ui_base_unittests_apk provides the
+ // necessary framework.
ui::ResourceBundle::InitSharedInstanceWithLocale(
"en-US", NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES);
@@ -85,7 +86,7 @@ void UIBaseTestSuite::Initialize() {
ui::ResourceBundle::InitSharedInstanceWithPakPath(
exe_path.AppendASCII("ui_test.pak"));
- // ui_unittests can't depend on the locales folder which Chrome will make
+ // ui_base_unittests can't depend on the locales folder which Chrome will make
// later, so use the path created by ui_test_pak.
PathService::Override(ui::DIR_LOCALES, exe_path.AppendASCII("ui"));
#endif
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/ui_base_tests.gyp » ('j') | ui/base/ui_base_tests_bundle.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698