OLD | NEW |
(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 |
OLD | NEW |