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

Side by Side Diff: services/service_manager/public/tools/test/service_test.gni

Issue 2659523002: Generate better catalog C++ sources (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
« no previous file with comments | « services/service_manager/public/cpp/test/service_test_catalog.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//services/catalog/public/tools/catalog.gni") 5 import("//services/catalog/public/tools/catalog.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Generates a unittest binary with a baked-in Service Manager catalog manifest. 8 # Generates a unittest binary with a baked-in Service Manager catalog manifest.
9 # 9 #
10 # Parameters: 10 # Parameters:
(...skipping 14 matching lines...) Expand all
25 deps = [] 25 deps = []
26 } 26 }
27 deps += [ 27 deps += [
28 ":$catalog_source_target", 28 ":$catalog_source_target",
29 "//services/service_manager/public/cpp/test:run_all_service_tests_with_cat alog", 29 "//services/service_manager/public/cpp/test:run_all_service_tests_with_cat alog",
30 ] 30 ]
31 } 31 }
32 32
33 catalog_cpp_source(catalog_source_target) { 33 catalog_cpp_source(catalog_source_target) {
34 catalog = invoker.catalog 34 catalog = invoker.catalog
35 output_symbol_name = "service_manager::test::kServiceTestCatalog" 35 generated_function_name = "service_manager::test::CreateTestCatalog"
36 } 36 }
37 } 37 }
OLDNEW
« no previous file with comments | « services/service_manager/public/cpp/test/service_test_catalog.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698