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

Unified Diff: components/test/components_test_suite.h

Issue 2358063002: Preparing components_perftests (Closed)
Patch Set: Fixing ios dependencies Created 4 years, 2 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
Index: components/test/components_test_suite.h
diff --git a/components/test/components_test_suite.h b/components/test/components_test_suite.h
new file mode 100644
index 0000000000000000000000000000000000000000..1a31dd224dfd131457f36b10f3f08ad76617d46d
--- /dev/null
+++ b/components/test/components_test_suite.h
@@ -0,0 +1,12 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_
+#define COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_
+
+#include "base/test/launcher/unit_test_launcher.h"
+
+base::RunTestSuiteCallback GetLaunchCallback(int argc, char** argv);
+
+#endif // COMPONENTS_TEST_COMPONENTS_TEST_SUITE_H_

Powered by Google App Engine
This is Rietveld 408576698