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

Unified Diff: ui/views/mus/interactive_ui_tests_mus.cc

Issue 1982963002: Reland: mus: Add views_mus_interactive_ui_tests target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix size_t to int warning on Windows Created 4 years, 7 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/views/mus/interactive_ui_tests_manifest.json ('k') | ui/views/mus/run_all_unittests_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/interactive_ui_tests_mus.cc
diff --git a/cc/proto/vector2d.proto b/ui/views/mus/interactive_ui_tests_mus.cc
similarity index 51%
copy from cc/proto/vector2d.proto
copy to ui/views/mus/interactive_ui_tests_mus.cc
index 15171844ffc443d28cae7c70e2149ac3989200ab..4181166def3b2ba59638842f27ffadd23d1071d5 100644
--- a/cc/proto/vector2d.proto
+++ b/ui/views/mus/interactive_ui_tests_mus.cc
@@ -2,13 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-syntax = "proto2";
+#include "ui/views/mus/views_mus_test_suite.h"
-option optimize_for = LITE_RUNTIME;
-
-package cc.proto;
-
-message Vector2d {
- optional int64 x = 1;
- optional int64 y = 2;
+int MasterProcessMain(int argc, char** argv) {
+ return views::ViewsMusTestSuite(argc, argv).RunTestsSerially();
}
« no previous file with comments | « ui/views/mus/interactive_ui_tests_manifest.json ('k') | ui/views/mus/run_all_unittests_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698