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

Unified Diff: components/test/run_all_unittests.cc

Issue 900223003: components: Provide an unified target to generate components_tests_resources.pak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: components/test/run_all_unittests.cc
diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc
index 00d8594a1ce897a6c6c2eb87d2937fc80c3d2b85..17cbfa665871ed740eb3312360275c578bcdc5c8 100644
--- a/components/test/run_all_unittests.cc
+++ b/components/test/run_all_unittests.cc
@@ -62,7 +62,7 @@ class ComponentsTestSuite : public base::TestSuite {
PathService::Get(base::DIR_MODULE, &resources_pack_path);
#endif
ui::ResourceBundle::InitSharedInstanceWithPakPath(
- resources_pack_path.AppendASCII("components_unittests_resources.pak"));
+ resources_pack_path.AppendASCII("components_tests_resources.pak"));
// These schemes need to be added globally to pass tests of
// autocomplete_input_unittest.cc and content_settings_pattern*

Powered by Google App Engine
This is Rietveld 408576698