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

Side by Side Diff: mojo/public/cpp/bindings/tests/BUILD.gn

Issue 2604113002: Remove mojo::WTFArray. (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
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 source_set("tests") { 5 source_set("tests") {
6 testonly = true 6 testonly = true
7 7
8 sources = [ 8 sources = [
9 "array_common_test.h", 9 "array_common_test.h",
10 "array_unittest.cc", 10 "array_unittest.cc",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 deps += [ "//mojo/public/interfaces/bindings/tests:test_interfaces_blink" ] 70 deps += [ "//mojo/public/interfaces/bindings/tests:test_interfaces_blink" ]
71 } 71 }
72 } 72 }
73 73
74 if (!is_ios) { 74 if (!is_ios) {
75 source_set("for_blink_tests") { 75 source_set("for_blink_tests") {
76 testonly = true 76 testonly = true
77 77
78 sources = [ 78 sources = [
79 "array_common_test.h",
80 "container_test_util.cc", 79 "container_test_util.cc",
81 "container_test_util.h", 80 "container_test_util.h",
82 "variant_test_util.h", 81 "variant_test_util.h",
83 "wtf_array_unittest.cc",
84 "wtf_hash_unittest.cc", 82 "wtf_hash_unittest.cc",
85 "wtf_types_unittest.cc", 83 "wtf_types_unittest.cc",
86 ] 84 ]
87 85
88 deps = [ 86 deps = [
89 "//mojo/public/cpp/bindings", 87 "//mojo/public/cpp/bindings",
90 "//mojo/public/cpp/system", 88 "//mojo/public/cpp/system",
91 "//mojo/public/interfaces/bindings/tests:test_interfaces", 89 "//mojo/public/interfaces/bindings/tests:test_interfaces",
92 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink", 90 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink",
93 "//mojo/public/interfaces/bindings/tests:test_wtf_types", 91 "//mojo/public/interfaces/bindings/tests:test_wtf_types",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 source_set("mojo_public_bindings_test_utils") { 132 source_set("mojo_public_bindings_test_utils") {
135 sources = [ 133 sources = [
136 "validation_test_input_parser.cc", 134 "validation_test_input_parser.cc",
137 "validation_test_input_parser.h", 135 "validation_test_input_parser.h",
138 ] 136 ]
139 137
140 deps = [ 138 deps = [
141 "//mojo/public/c/system", 139 "//mojo/public/c/system",
142 ] 140 ]
143 } 141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698