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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « mojo/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/tests/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 import("../../../mojo_sdk.gni")
6
7 mojo_sdk_source_set("tests") {
8 testonly = true
9
10 sources = [
11 "array_unittest.cc",
12 "bounds_checker_unittest.cc",
13 "buffer_unittest.cc",
14 "connector_unittest.cc",
15 "container_test_util.cc",
16 "equals_unittest.cc",
17 "handle_passing_unittest.cc",
18 "interface_ptr_unittest.cc",
19 "map_unittest.cc",
20 "request_response_unittest.cc",
21 "router_unittest.cc",
22 "sample_service_unittest.cc",
23 "serialization_warning_unittest.cc",
24 "string_unittest.cc",
25 "struct_unittest.cc",
26 "type_conversion_unittest.cc",
27 "validation_unittest.cc",
28 ]
29
30 deps = [
31 ":mojo_public_bindings_test_utils",
32 "//testing/gtest",
33 ]
34
35 mojo_sdk_deps = [
36 "mojo/public/cpp/bindings",
37 "mojo/public/cpp/environment:standalone",
38 "mojo/public/cpp/system",
39 "mojo/public/cpp/test_support:test_utils",
40 "mojo/public/cpp/utility",
41 "mojo/public/interfaces/bindings/tests:test_interfaces",
42 ]
43 }
44
45 mojo_sdk_source_set("mojo_public_bindings_test_utils") {
46 sources = [
47 "validation_test_input_parser.cc",
48 "validation_test_input_parser.h",
49 ]
50
51 mojo_sdk_deps = [ "mojo/public/c/system" ]
52 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/struct_ptr.h ('k') | mojo/public/cpp/bindings/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698