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

Unified Diff: ui/aura/test/test_aura_initializer.cc

Issue 23498059: Remove last dependencies on ui/base from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: last rebase Created 7 years, 3 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 | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_aura_initializer.cc
diff --git a/ui/aura/test/test_aura_initializer.cc b/ui/aura/test/test_aura_initializer.cc
index ebd84854f0aec64665f70294ba4e9c16aa7f154b..c336eb44d2ede99a00bc2bd4a04d26353cca6767 100644
--- a/ui/aura/test/test_aura_initializer.cc
+++ b/ui/aura/test/test_aura_initializer.cc
@@ -12,19 +12,15 @@ namespace aura {
namespace test {
TestAuraInitializer::TestAuraInitializer() {
-#if defined(OS_LINUX)
base::FilePath pak_file;
PathService::Get(base::DIR_MODULE, &pak_file);
pak_file = pak_file.Append(FILE_PATH_LITERAL(
"aura_test_support_resources.pak"));
ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
-#endif
}
TestAuraInitializer::~TestAuraInitializer() {
-#if defined(OS_LINUX)
ui::ResourceBundle::CleanupSharedInstance();
-#endif
}
} // namespace test
« no previous file with comments | « no previous file | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698