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

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

Issue 844433003: Revert "Generate some of the C++ bindings for mojom tagged unions." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | 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_sdk.gni") 5 import("../../../mojo_sdk.gni")
6 6
7 mojo_sdk_source_set("tests") { 7 mojo_sdk_source_set("tests") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
11 "array_unittest.cc", 11 "array_unittest.cc",
12 "bounds_checker_unittest.cc", 12 "bounds_checker_unittest.cc",
13 "buffer_unittest.cc", 13 "buffer_unittest.cc",
14 "connector_unittest.cc", 14 "connector_unittest.cc",
15 "container_test_util.cc", 15 "container_test_util.cc",
16 "equals_unittest.cc", 16 "equals_unittest.cc",
17 "handle_passing_unittest.cc", 17 "handle_passing_unittest.cc",
18 "interface_ptr_unittest.cc", 18 "interface_ptr_unittest.cc",
19 "map_unittest.cc", 19 "map_unittest.cc",
20 "request_response_unittest.cc", 20 "request_response_unittest.cc",
21 "router_unittest.cc", 21 "router_unittest.cc",
22 "sample_service_unittest.cc", 22 "sample_service_unittest.cc",
23 "serialization_warning_unittest.cc", 23 "serialization_warning_unittest.cc",
24 "string_unittest.cc", 24 "string_unittest.cc",
25 "struct_unittest.cc", 25 "struct_unittest.cc",
26 "type_conversion_unittest.cc", 26 "type_conversion_unittest.cc",
27 "union_unittest.cc",
28 "validation_unittest.cc", 27 "validation_unittest.cc",
29 ] 28 ]
30 29
31 deps = [ 30 deps = [
32 ":mojo_public_bindings_test_utils", 31 ":mojo_public_bindings_test_utils",
33 "//testing/gtest", 32 "//testing/gtest",
34 ] 33 ]
35 34
36 mojo_sdk_deps = [ 35 mojo_sdk_deps = [
37 "mojo/public/cpp/bindings", 36 "mojo/public/cpp/bindings",
38 "mojo/public/cpp/environment:standalone", 37 "mojo/public/cpp/environment:standalone",
39 "mojo/public/cpp/system", 38 "mojo/public/cpp/system",
40 "mojo/public/cpp/test_support:test_utils", 39 "mojo/public/cpp/test_support:test_utils",
41 "mojo/public/cpp/utility", 40 "mojo/public/cpp/utility",
42 "mojo/public/interfaces/bindings/tests:test_interfaces", 41 "mojo/public/interfaces/bindings/tests:test_interfaces",
43 ] 42 ]
44 } 43 }
45 44
46 mojo_sdk_source_set("mojo_public_bindings_test_utils") { 45 mojo_sdk_source_set("mojo_public_bindings_test_utils") {
47 sources = [ 46 sources = [
48 "validation_test_input_parser.cc", 47 "validation_test_input_parser.cc",
49 "validation_test_input_parser.h", 48 "validation_test_input_parser.h",
50 ] 49 ]
51 50
52 mojo_sdk_deps = [ "mojo/public/c/system" ] 51 mojo_sdk_deps = [ "mojo/public/c/system" ]
53 } 52 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698