OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "ash/test/test_suite.h" | 5 #include "ash/test/test_suite.h" |
6 | 6 |
7 #include "ash/common/ash_switches.h" | |
8 #include "ash/test/ash_test_environment.h" | 7 #include "ash/test/ash_test_environment.h" |
9 #include "base/command_line.h" | 8 #include "base/command_line.h" |
10 #include "base/files/file_path.h" | 9 #include "base/files/file_path.h" |
11 #include "base/i18n/rtl.h" | 10 #include "base/i18n/rtl.h" |
12 #include "base/path_service.h" | 11 #include "base/path_service.h" |
13 #include "build/build_config.h" | 12 #include "build/build_config.h" |
14 #include "testing/gtest/include/gtest/gtest.h" | 13 #include "testing/gtest/include/gtest/gtest.h" |
15 #include "ui/aura/env.h" | 14 #include "ui/aura/env.h" |
16 #include "ui/base/resource/resource_bundle.h" | 15 #include "ui/base/resource/resource_bundle.h" |
17 #include "ui/base/ui_base_paths.h" | 16 #include "ui/base/ui_base_paths.h" |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 env_.reset(); | 74 env_.reset(); |
76 ui::ResourceBundle::CleanupSharedInstance(); | 75 ui::ResourceBundle::CleanupSharedInstance(); |
77 #if defined(OS_WIN) | 76 #if defined(OS_WIN) |
78 com_initializer_.reset(); | 77 com_initializer_.reset(); |
79 #endif | 78 #endif |
80 base::TestSuite::Shutdown(); | 79 base::TestSuite::Shutdown(); |
81 } | 80 } |
82 | 81 |
83 } // namespace test | 82 } // namespace test |
84 } // namespace ash | 83 } // namespace ash |
OLD | NEW |