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

Side by Side Diff: services/service_manager/tests/connect/BUILD.gn

Issue 2843353004: Enable use_once_callback on mojom GN rule by default (Closed)
Patch Set: rebase Created 3 years, 7 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
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 21 matching lines...) Expand all
32 ] 32 ]
33 } 33 }
34 34
35 mojom("interfaces") { 35 mojom("interfaces") {
36 sources = [ 36 sources = [
37 "connect_test.mojom", 37 "connect_test.mojom",
38 ] 38 ]
39 deps = [ 39 deps = [
40 "//services/service_manager/public/interfaces", 40 "//services/service_manager/public/interfaces",
41 ] 41 ]
42
43 # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
44 use_once_callback = false
42 } 45 }
43 46
44 service_manifest("manifest") { 47 service_manifest("manifest") {
45 name = "connect_unittests" 48 name = "connect_unittests"
46 source = "connect_unittests_manifest.json" 49 source = "connect_unittests_manifest.json"
47 } 50 }
48 51
49 service_manifest("connect_test_a_manifest") { 52 service_manifest("connect_test_a_manifest") {
50 name = "connect_test_a" 53 name = "connect_test_a"
51 source = "connect_test_app_a_manifest.json" 54 source = "connect_test_app_a_manifest.json"
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 embedded_services = [ ":manifest" ] 163 embedded_services = [ ":manifest" ]
161 164
162 standalone_services = [ 165 standalone_services = [
163 ":connect_test_app_manifest", 166 ":connect_test_app_manifest",
164 ":connect_test_class_app_manifest", 167 ":connect_test_class_app_manifest",
165 ":connect_test_exe_manifest", 168 ":connect_test_exe_manifest",
166 ":connect_test_package_manifest", 169 ":connect_test_package_manifest",
167 ":connect_test_singleton_app_manifest", 170 ":connect_test_singleton_app_manifest",
168 ] 171 ]
169 } 172 }
OLDNEW
« no previous file with comments | « services/service_manager/public/interfaces/BUILD.gn ('k') | services/service_manager/tests/lifecycle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698