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

Unified Diff: wm/test/wm_unittests.cc

Issue 11485006: Add window manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Push gfx::AcceleratedWidget usage into platform specific code. Created 7 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
« no previous file with comments | « wm/test/wm_test_base.cc ('k') | wm/wm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: wm/test/wm_unittests.cc
diff --git a/ui/base/touch/touch_device_android.cc b/wm/test/wm_unittests.cc
similarity index 58%
copy from ui/base/touch/touch_device_android.cc
copy to wm/test/wm_unittests.cc
index 39e34c24765363d439e175cad62cdc98ef257ed8..c3e7d056372845dbc15bcadcdcc0e4409fdb3311 100644
--- a/ui/base/touch/touch_device_android.cc
+++ b/wm/test/wm_unittests.cc
@@ -2,12 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/touch/touch_device.h"
+#include "ash/test/test_suite.h"
-namespace ui {
-
-bool IsTouchDevicePresent() {
- return true;
+int main(int argc, char** argv) {
+ return ash::test::AuraShellTestSuite(argc, argv).Run();
}
-
-} // namespace ui
« no previous file with comments | « wm/test/wm_test_base.cc ('k') | wm/wm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698