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

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

Issue 1465293002: Mojo C++ bindings: introduce public associated-interface-related types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 = [
11 "array_unittest.cc", 11 "array_unittest.cc",
12 "associated_interface_unittest.cc",
12 "binding_callback_unittest.cc", 13 "binding_callback_unittest.cc",
13 "binding_unittest.cc", 14 "binding_unittest.cc",
14 "bounds_checker_unittest.cc", 15 "bounds_checker_unittest.cc",
15 "buffer_unittest.cc", 16 "buffer_unittest.cc",
16 "callback_unittest.cc", 17 "callback_unittest.cc",
17 "connector_unittest.cc", 18 "connector_unittest.cc",
18 "constant_unittest.cc", 19 "constant_unittest.cc",
19 "container_test_util.cc", 20 "container_test_util.cc",
20 "equals_unittest.cc", 21 "equals_unittest.cc",
21 "handle_passing_unittest.cc", 22 "handle_passing_unittest.cc",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 source_set("mojo_public_bindings_test_utils") { 76 source_set("mojo_public_bindings_test_utils") {
76 sources = [ 77 sources = [
77 "validation_test_input_parser.cc", 78 "validation_test_input_parser.cc",
78 "validation_test_input_parser.h", 79 "validation_test_input_parser.h",
79 ] 80 ]
80 81
81 deps = [ 82 deps = [
82 "//mojo/public/c/system", 83 "//mojo/public/c/system",
83 ] 84 ]
84 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698