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

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

Issue 1816703002: Mojo C++ bindings: assume that all imported mojoms have the same variant as current mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15 matching lines...) Expand all
26 "macros_unittest.cc", 26 "macros_unittest.cc",
27 "map_unittest.cc", 27 "map_unittest.cc",
28 "message_queue.cc", 28 "message_queue.cc",
29 "message_queue.h", 29 "message_queue.h",
30 "multiplex_router_unittest.cc", 30 "multiplex_router_unittest.cc",
31 "pickle_unittest.cc", 31 "pickle_unittest.cc",
32 "pickled_struct_blink.cc", 32 "pickled_struct_blink.cc",
33 "pickled_struct_blink.h", 33 "pickled_struct_blink.h",
34 "pickled_struct_chromium.cc", 34 "pickled_struct_chromium.cc",
35 "pickled_struct_chromium.h", 35 "pickled_struct_chromium.h",
36 "rect_blink.h", 36
37 "rect_chromium.h", 37 # TODO: crbug.com/596202
38 #"rect_blink.h",
39 #"rect_chromium.h",
38 "request_response_unittest.cc", 40 "request_response_unittest.cc",
39 "router_test_util.cc", 41 "router_test_util.cc",
40 "router_test_util.h", 42 "router_test_util.h",
41 "router_unittest.cc", 43 "router_unittest.cc",
42 "sample_service_unittest.cc", 44 "sample_service_unittest.cc",
43 "serialization_warning_unittest.cc", 45 "serialization_warning_unittest.cc",
44 "stl_converters_unittest.cc", 46 "stl_converters_unittest.cc",
45 "string_unittest.cc", 47 "string_unittest.cc",
46 "struct_traits_unittest.cc", 48
49 #"struct_traits_unittest.cc",
47 "struct_unittest.cc", 50 "struct_unittest.cc",
48 "struct_with_traits_impl.cc", 51 "struct_with_traits_impl.cc",
49 "struct_with_traits_impl.h", 52 "struct_with_traits_impl.h",
50 "sync_method_unittest.cc", 53 "sync_method_unittest.cc",
51 "type_conversion_unittest.cc", 54 "type_conversion_unittest.cc",
52 "union_unittest.cc", 55 "union_unittest.cc",
53 "validation_unittest.cc", 56 "validation_unittest.cc",
54 "variant_test_util.h", 57 "variant_test_util.h",
55 ] 58 ]
56 59
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 source_set("mojo_public_bindings_test_utils") { 122 source_set("mojo_public_bindings_test_utils") {
120 sources = [ 123 sources = [
121 "validation_test_input_parser.cc", 124 "validation_test_input_parser.cc",
122 "validation_test_input_parser.h", 125 "validation_test_input_parser.h",
123 ] 126 ]
124 127
125 deps = [ 128 deps = [
126 "//mojo/public/c/system", 129 "//mojo/public/c/system",
127 ] 130 ]
128 } 131 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698