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

Unified Diff: services/service_manager/public/cpp/test/service_test_catalog.h

Issue 2653713004: Add service_test GN template (Closed)
Patch Set: . Created 3 years, 11 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: services/service_manager/public/cpp/test/service_test_catalog.h
diff --git a/services/service_manager/public/cpp/test/service_test_catalog.h b/services/service_manager/public/cpp/test/service_test_catalog.h
new file mode 100644
index 0000000000000000000000000000000000000000..2a627c265f4f4f9ae5d8ee07bfa3050f2f0d33ae
--- /dev/null
+++ b/services/service_manager/public/cpp/test/service_test_catalog.h
@@ -0,0 +1,18 @@
+// Copyright 2017 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.
+
+namespace service_manager {
+namespace test {
+
+// This symbol must be defined by any target linking against the
+// ":run_all_service_tests" target in this directory. Use the service_test
+// GN template defined in
+// src/services/service_manager/public/tools/test/service_test.gni to
+// autogenerate and link against a definition of the symbol dervied from the
+// contents of a generated service catalog. See the service_test.gni
+// documentation for more details.
+extern const char kServiceTestCatalog[];
+
+} // namespace test
+} // namespace service_manager

Powered by Google App Engine
This is Rietveld 408576698