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

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

Issue 1811853004: Mojo C++ bindigns: fix generated namespace when variant is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing new file Created 4 years, 9 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 import("../../../mojo_application.gni") 5 import("../../../mojo_application.gni")
6 6
7 source_set("tests") { 7 source_set("tests") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//mojo/public/cpp/bindings", 60 "//mojo/public/cpp/bindings",
61 "//mojo/public/cpp/bindings:callback", 61 "//mojo/public/cpp/bindings:callback",
62 "//mojo/public/cpp/system", 62 "//mojo/public/cpp/system",
63 "//mojo/public/cpp/test_support:test_utils", 63 "//mojo/public/cpp/test_support:test_utils",
64 "//mojo/public/interfaces/bindings/tests:test_associated_interfaces", 64 "//mojo/public/interfaces/bindings/tests:test_associated_interfaces",
65 "//mojo/public/interfaces/bindings/tests:test_interfaces", 65 "//mojo/public/interfaces/bindings/tests:test_interfaces",
66 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink", 66 "//mojo/public/interfaces/bindings/tests:test_interfaces_blink",
67 "//mojo/public/interfaces/bindings/tests:test_interfaces_chromium", 67 "//mojo/public/interfaces/bindings/tests:test_interfaces_chromium",
68 "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental", 68 "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
69 "//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces", 69 "//mojo/public/interfaces/bindings/tests:test_struct_traits_interfaces",
70 "//mojo/public/interfaces/bindings/tests:test_variant",
70 "//testing/gtest", 71 "//testing/gtest",
71 ] 72 ]
72 } 73 }
73 74
74 source_set("for_blink_tests") { 75 source_set("for_blink_tests") {
75 testonly = true 76 testonly = true
76 77
77 sources = [ 78 sources = [
78 "array_common_test.h", 79 "array_common_test.h",
79 "container_test_util.cc", 80 "container_test_util.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 source_set("mojo_public_bindings_test_utils") { 119 source_set("mojo_public_bindings_test_utils") {
119 sources = [ 120 sources = [
120 "validation_test_input_parser.cc", 121 "validation_test_input_parser.cc",
121 "validation_test_input_parser.h", 122 "validation_test_input_parser.h",
122 ] 123 ]
123 124
124 deps = [ 125 deps = [
125 "//mojo/public/c/system", 126 "//mojo/public/c/system",
126 ] 127 ]
127 } 128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698