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.
5 import("//testing/test.gni")
10 ":url_type_converters",
14 # GYP version: mojo/mojo_base.gyp:mojo_common_lib
15 component("common_base") {
16 output_name = "mojo_common_lib"
19 "common_type_converters.cc",
20 "common_type_converters.h",
21 "data_pipe_file_utils.cc",
27 "weak_interface_ptr_set.h",
30 defines = [ "MOJO_COMMON_IMPLEMENTATION" ]
34 "//base/third_party/dynamic_annotations",
35 "//mojo/environment:chromium",
36 "//third_party/mojo/src/mojo/public/c/system:for_component",
37 "//third_party/mojo/src/mojo/public/cpp/bindings",
38 "//third_party/mojo/src/mojo/public/cpp/environment",
39 "//third_party/mojo/src/mojo/public/cpp/system",
43 # GYP version: mojo/mojo_base.gyp:mojo_url_type_converters
44 source_set("url_type_converters") {
46 "url_type_converters.cc",
47 "url_type_converters.h",
50 include_dirs = [ "//third_party/mojo/src/" ]
55 "//base/third_party/dynamic_annotations",
56 "//third_party/mojo/src/mojo/public/cpp/bindings",
61 # TODO(GYP): Delete this after we've converted everything to GN.
62 # The _run targets exist only for compatibility w/ GYP.
63 group("mojo_common_unittests_run") {
66 ":mojo_common_unittests",
70 # GYP version: mojo/mojo_base.gyp:mojo_common_unittests
71 test("mojo_common_unittests") {
75 "//base:message_loop_tests",
76 "//base/test:test_support",
77 "//mojo/environment:chromium",
78 "//mojo/message_pump",
80 "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
81 "//third_party/mojo/src/mojo/edk/test:test_support",
82 "//third_party/mojo/src/mojo/public/cpp/bindings",
83 "//third_party/mojo/src/mojo/public/cpp/test_support:test_utils",
88 # The message_pump tests are so small and some what related to this code
89 # that we put them here.
90 "../message_pump/handle_watcher_unittest.cc",
91 "../message_pump/message_pump_mojo_unittest.cc",
92 "common_type_converters_unittest.cc",
96 if (!is_component_build) {
97 source_set("tracing_impl") {
99 "trace_controller_impl.cc",
100 "trace_controller_impl.h",
107 "//mojo/application/public/cpp",
108 "//mojo/services/tracing:bindings",
109 "//third_party/mojo/src/mojo/public/cpp/bindings",