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

Unified Diff: ui/events/test/events_unittests.cc

Issue 66663004: events: Add a new events_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 7 years, 1 month 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/events/events.gyp ('k') | ui/events/test/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/events_unittests.cc
diff --git a/tools/gn/config_values.cc b/ui/events/test/events_unittests.cc
similarity index 57%
copy from tools/gn/config_values.cc
copy to ui/events/test/events_unittests.cc
index 53466dfd79180b8c211b9d9202a1db73b9166f36..ab220c357e5b7836d396042616b9e99baaee9536 100644
--- a/tools/gn/config_values.cc
+++ b/ui/events/test/events_unittests.cc
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "tools/gn/config_values.h"
+#include "ui/events/test/test_suite.h"
-ConfigValues::ConfigValues() {
-}
-
-ConfigValues::~ConfigValues() {
+int main(int argc, char** argv) {
+ return ui::test::EventsTestSuite(argc, argv).Run();
}
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/test/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698