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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 namespace service_manager {
6 namespace test {
7
8 // This symbol must be defined by any target linking against the
9 // ":run_all_service_tests" target in this directory. Use the service_test
10 // GN template defined in
11 // src/services/service_manager/public/tools/test/service_test.gni to
12 // autogenerate and link against a definition of the symbol dervied from the
13 // contents of a generated service catalog. See the service_test.gni
14 // documentation for more details.
15 extern const char kServiceTestCatalog[];
16
17 } // namespace test
18 } // namespace service_manager
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698