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

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

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try set Created 5 years, 9 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 | « ui/gfx/test/DEPS ('k') | ui/gfx/test/ui_cocoa_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/test/run_all_unittests.cc
diff --git a/ui/gfx/test/run_all_unittests.cc b/ui/gfx/test/run_all_unittests.cc
index 80fbe6748bf341ddafe1438a78582973c86d2ffa..65c97d76e1f8ce80c52c36808ec5f106bc161221 100644
--- a/ui/gfx/test/run_all_unittests.cc
+++ b/ui/gfx/test/run_all_unittests.cc
@@ -15,10 +15,6 @@
#include "ui/gfx/android/gfx_jni_registrar.h"
#endif
-#if defined(OS_MACOSX) && !defined(OS_IOS)
-#include "base/test/mock_chrome_application_mac.h"
-#endif
-
namespace {
class GfxTestSuite : public base::TestSuite {
@@ -32,10 +28,6 @@ class GfxTestSuite : public base::TestSuite {
#if defined(OS_ANDROID)
gfx::android::RegisterJni(base::android::AttachCurrentThread());
#endif
-
-#if defined(OS_MACOSX) && !defined(OS_IOS)
- mock_cr_app::RegisterMockCrApp();
-#endif
}
void Shutdown() override {
« no previous file with comments | « ui/gfx/test/DEPS ('k') | ui/gfx/test/ui_cocoa_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698