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

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

Issue 2471413004: Remove unnecessary use_new_wrapper_types flag for some mojom targets. (Closed)
Patch Set: Created 4 years, 1 month 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/service_manager/public/cpp/service.gni") 5 import("//services/service_manager/public/cpp/service.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 group("tests") { 9 group("tests") {
10 testonly = true 10 testonly = true
(...skipping 22 matching lines...) Expand all
33 "//services/service_manager/tests/service_manager", 33 "//services/service_manager/tests/service_manager",
34 "//services/service_manager/tests/shutdown", 34 "//services/service_manager/tests/shutdown",
35 "//testing/gtest", 35 "//testing/gtest",
36 ] 36 ]
37 } 37 }
38 38
39 mojom("interfaces") { 39 mojom("interfaces") {
40 sources = [ 40 sources = [
41 "test.mojom", 41 "test.mojom",
42 ] 42 ]
43
44 use_new_wrapper_types = false
45 } 43 }
46 44
47 source_set("util") { 45 source_set("util") {
48 sources = [ 46 sources = [
49 "util.cc", 47 "util.cc",
50 "util.h", 48 "util.h",
51 ] 49 ]
52 deps = [ 50 deps = [
53 "//base", 51 "//base",
54 "//base:base_static", 52 "//base:base_static",
55 "//mojo/edk/system", 53 "//mojo/edk/system",
56 "//services/service_manager/public/cpp:sources", 54 "//services/service_manager/public/cpp:sources",
57 "//services/service_manager/public/interfaces", 55 "//services/service_manager/public/interfaces",
58 "//services/service_manager/runner/common", 56 "//services/service_manager/runner/common",
59 ] 57 ]
60 } 58 }
OLDNEW
« no previous file with comments | « services/service_manager/background/tests/BUILD.gn ('k') | services/ui/public/interfaces/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698