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

Side by Side Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « third_party/khronos/KHR/khrplatform.h ('k') | third_party/mojo/mojo_public.gyp » ('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 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 27 matching lines...) Expand all
38 '../../mojo/mojo_base.gyp:mojo_message_pump_lib', 38 '../../mojo/mojo_base.gyp:mojo_message_pump_lib',
39 '../../testing/gtest.gyp:gtest', 39 '../../testing/gtest.gyp:gtest',
40 'mojo_edk.gyp:mojo_run_all_unittests', 40 'mojo_edk.gyp:mojo_run_all_unittests',
41 'mojo_public.gyp:mojo_cpp_bindings', 41 'mojo_public.gyp:mojo_cpp_bindings',
42 'mojo_public.gyp:mojo_public_bindings_test_utils', 42 'mojo_public.gyp:mojo_public_bindings_test_utils',
43 'mojo_public.gyp:mojo_public_test_interfaces', 43 'mojo_public.gyp:mojo_public_test_interfaces',
44 'mojo_public.gyp:mojo_public_test_utils', 44 'mojo_public.gyp:mojo_public_test_utils',
45 'mojo_public.gyp:mojo_utility', 45 'mojo_public.gyp:mojo_utility',
46 ], 46 ],
47 'sources': [ 47 'sources': [
48 'src/mojo/public/cpp/bindings/tests/array_unittest.cc', 48 '../../mojo/public/cpp/bindings/tests/array_unittest.cc',
49 'src/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc', 49 '../../mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc',
50 'src/mojo/public/cpp/bindings/tests/buffer_unittest.cc', 50 '../../mojo/public/cpp/bindings/tests/buffer_unittest.cc',
51 'src/mojo/public/cpp/bindings/tests/connector_unittest.cc', 51 '../../mojo/public/cpp/bindings/tests/connector_unittest.cc',
52 'src/mojo/public/cpp/bindings/tests/container_test_util.cc', 52 '../../mojo/public/cpp/bindings/tests/container_test_util.cc',
53 'src/mojo/public/cpp/bindings/tests/equals_unittest.cc', 53 '../../mojo/public/cpp/bindings/tests/equals_unittest.cc',
54 'src/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc', 54 '../../mojo/public/cpp/bindings/tests/handle_passing_unittest.cc',
55 'src/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc', 55 '../../mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc',
56 'src/mojo/public/cpp/bindings/tests/map_unittest.cc', 56 '../../mojo/public/cpp/bindings/tests/map_unittest.cc',
57 'src/mojo/public/cpp/bindings/tests/message_queue.cc', 57 '../../mojo/public/cpp/bindings/tests/message_queue.cc',
58 'src/mojo/public/cpp/bindings/tests/message_queue.h', 58 '../../mojo/public/cpp/bindings/tests/message_queue.h',
59 'src/mojo/public/cpp/bindings/tests/request_response_unittest.cc', 59 '../../mojo/public/cpp/bindings/tests/request_response_unittest.cc',
60 'src/mojo/public/cpp/bindings/tests/router_unittest.cc', 60 '../../mojo/public/cpp/bindings/tests/router_unittest.cc',
61 'src/mojo/public/cpp/bindings/tests/sample_service_unittest.cc', 61 '../../mojo/public/cpp/bindings/tests/sample_service_unittest.cc',
62 'src/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc', 62 '../../mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc' ,
63 'src/mojo/public/cpp/bindings/tests/string_unittest.cc', 63 '../../mojo/public/cpp/bindings/tests/string_unittest.cc',
64 'src/mojo/public/cpp/bindings/tests/struct_unittest.cc', 64 '../../mojo/public/cpp/bindings/tests/struct_unittest.cc',
65 'src/mojo/public/cpp/bindings/tests/type_conversion_unittest.cc', 65 '../../mojo/public/cpp/bindings/tests/type_conversion_unittest.cc',
66 'src/mojo/public/cpp/bindings/tests/validation_unittest.cc', 66 '../../mojo/public/cpp/bindings/tests/validation_unittest.cc',
67 ], 67 ],
68 }, 68 },
69 { 69 {
70 # GN version: //mojo/edk/test:mojo_public_bindings_perftests 70 # GN version: //mojo/edk/test:mojo_public_bindings_perftests
71 'target_name': 'mojo_public_bindings_perftests', 71 'target_name': 'mojo_public_bindings_perftests',
72 'type': 'executable', 72 'type': 'executable',
73 'dependencies': [ 73 'dependencies': [
74 '../../testing/gtest.gyp:gtest', 74 '../../testing/gtest.gyp:gtest',
75 'mojo_edk.gyp:mojo_run_all_unittests', 75 'mojo_edk.gyp:mojo_run_all_unittests',
76 'mojo_public.gyp:mojo_cpp_bindings', 76 'mojo_public.gyp:mojo_cpp_bindings',
77 'mojo_public.gyp:mojo_environment_standalone', 77 'mojo_public.gyp:mojo_environment_standalone',
78 'mojo_public.gyp:mojo_public_bindings_test_utils', 78 'mojo_public.gyp:mojo_public_bindings_test_utils',
79 'mojo_public.gyp:mojo_public_test_interfaces', 79 'mojo_public.gyp:mojo_public_test_interfaces',
80 'mojo_public.gyp:mojo_public_test_utils', 80 'mojo_public.gyp:mojo_public_test_utils',
81 'mojo_public.gyp:mojo_utility', 81 'mojo_public.gyp:mojo_utility',
82 ], 82 ],
83 'sources': [ 83 'sources': [
84 'src/mojo/public/cpp/bindings/tests/bindings_perftest.cc', 84 '../../mojo/public/cpp/bindings/tests/bindings_perftest.cc',
85 ], 85 ],
86 }, 86 },
87 { 87 {
88 # GN version: //mojo/edk/test:mojo_public_environment_unittests 88 # GN version: //mojo/edk/test:mojo_public_environment_unittests
89 'target_name': 'mojo_public_environment_unittests', 89 'target_name': 'mojo_public_environment_unittests',
90 'type': 'executable', 90 'type': 'executable',
91 'dependencies': [ 91 'dependencies': [
92 '../../testing/gtest.gyp:gtest', 92 '../../testing/gtest.gyp:gtest',
93 'mojo_edk.gyp:mojo_run_all_unittests', 93 'mojo_edk.gyp:mojo_run_all_unittests',
94 'mojo_public.gyp:mojo_cpp_bindings', 94 'mojo_public.gyp:mojo_cpp_bindings',
95 'mojo_public.gyp:mojo_environment_standalone', 95 'mojo_public.gyp:mojo_environment_standalone',
96 'mojo_public.gyp:mojo_public_test_utils', 96 'mojo_public.gyp:mojo_public_test_utils',
97 'mojo_public.gyp:mojo_utility', 97 'mojo_public.gyp:mojo_utility',
98 ], 98 ],
99 'include_dirs': [ '../..' ], 99 'include_dirs': [ '../..' ],
100 'sources': [ 100 'sources': [
101 'src/mojo/public/cpp/environment/tests/async_wait_unittest.cc', 101 '../../mojo/public/cpp/environment/tests/async_wait_unittest.cc',
102 'src/mojo/public/cpp/environment/tests/async_waiter_unittest.cc', 102 '../../mojo/public/cpp/environment/tests/async_waiter_unittest.cc',
103 'src/mojo/public/cpp/environment/tests/logger_unittest.cc', 103 '../../mojo/public/cpp/environment/tests/logger_unittest.cc',
104 'src/mojo/public/cpp/environment/tests/logging_unittest.cc', 104 '../../mojo/public/cpp/environment/tests/logging_unittest.cc',
105 ], 105 ],
106 }, 106 },
107 { 107 {
108 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests 108 # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests
109 # and //mojo/public/c/system/tests 109 # and //mojo/public/c/system/tests
110 'target_name': 'mojo_public_system_unittests', 110 'target_name': 'mojo_public_system_unittests',
111 'type': 'executable', 111 'type': 'executable',
112 'dependencies': [ 112 'dependencies': [
113 '../../testing/gtest.gyp:gtest', 113 '../../testing/gtest.gyp:gtest',
114 'mojo_edk.gyp:mojo_run_all_unittests', 114 'mojo_edk.gyp:mojo_run_all_unittests',
(...skipping 10 matching lines...) Expand all
125 'type': 'executable', 125 'type': 'executable',
126 'dependencies': [ 126 'dependencies': [
127 '../../testing/gtest.gyp:gtest', 127 '../../testing/gtest.gyp:gtest',
128 'mojo_edk.gyp:mojo_run_all_unittests', 128 'mojo_edk.gyp:mojo_run_all_unittests',
129 'mojo_public.gyp:mojo_cpp_bindings', 129 'mojo_public.gyp:mojo_cpp_bindings',
130 'mojo_public.gyp:mojo_public_test_utils', 130 'mojo_public.gyp:mojo_public_test_utils',
131 'mojo_public.gyp:mojo_utility', 131 'mojo_public.gyp:mojo_utility',
132 ], 132 ],
133 'include_dirs': [ '../..' ], 133 'include_dirs': [ '../..' ],
134 'sources': [ 134 'sources': [
135 'src/mojo/public/cpp/utility/tests/mutex_unittest.cc', 135 '../../mojo/public/cpp/utility/tests/mutex_unittest.cc',
136 'src/mojo/public/cpp/utility/tests/run_loop_unittest.cc', 136 '../../mojo/public/cpp/utility/tests/run_loop_unittest.cc',
137 'src/mojo/public/cpp/utility/tests/thread_unittest.cc', 137 '../../mojo/public/cpp/utility/tests/thread_unittest.cc',
138 ], 138 ],
139 'conditions': [ 139 'conditions': [
140 # See crbug.com/342893: 140 # See crbug.com/342893:
141 ['OS=="win"', { 141 ['OS=="win"', {
142 'sources!': [ 142 'sources!': [
143 'src/mojo/public/cpp/utility/tests/mutex_unittest.cc', 143 '../../mojo/public/cpp/utility/tests/mutex_unittest.cc',
144 'src/mojo/public/cpp/utility/tests/thread_unittest.cc', 144 '../../mojo/public/cpp/utility/tests/thread_unittest.cc',
145 ], 145 ],
146 }], 146 }],
147 ], 147 ],
148 }, 148 },
149 { 149 {
150 # GN version: //mojo/edk/test:mojo_public_system_perftests 150 # GN version: //mojo/edk/test:mojo_public_system_perftests
151 'target_name': 'mojo_public_system_perftests', 151 'target_name': 'mojo_public_system_perftests',
152 'type': 'executable', 152 'type': 'executable',
153 'dependencies': [ 153 'dependencies': [
154 '../../base/base.gyp:base', 154 '../../base/base.gyp:base',
155 '../../testing/gtest.gyp:gtest', 155 '../../testing/gtest.gyp:gtest',
156 'mojo_edk.gyp:mojo_run_all_perftests', 156 'mojo_edk.gyp:mojo_run_all_perftests',
157 'mojo_public.gyp:mojo_public_test_utils', 157 'mojo_public.gyp:mojo_public_test_utils',
158 'mojo_public.gyp:mojo_utility', 158 'mojo_public.gyp:mojo_utility',
159 ], 159 ],
160 'sources': [ 160 'sources': [
161 'src/mojo/public/c/system/tests/core_perftest.cc', 161 '../../mojo/public/c/system/tests/core_perftest.cc',
162 ], 162 ],
163 }, 163 },
164 { 164 {
165 # GN version: //mojo/edk/system:mojo_system_unittests 165 # GN version: //mojo/edk/system:mojo_system_unittests
166 'target_name': 'mojo_system_unittests', 166 'target_name': 'mojo_system_unittests',
167 'type': 'executable', 167 'type': 'executable',
168 'dependencies': [ 168 'dependencies': [
169 '../../base/base.gyp:base', 169 '../../base/base.gyp:base',
170 '../../testing/gtest.gyp:gtest', 170 '../../testing/gtest.gyp:gtest',
171 'mojo_edk.gyp:mojo_common_test_support', 171 'mojo_edk.gyp:mojo_common_test_support',
172 'mojo_edk.gyp:mojo_system_impl', 172 'mojo_edk.gyp:mojo_system_impl',
173 ], 173 ],
174 'sources': [ 174 'sources': [
175 'src/mojo/edk/embedder/embedder_unittest.cc', 175 'src/mojo/edk/embedder/embedder_unittest.cc',
176 'src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc', 176 'src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc',
177 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc', 177 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc',
178 'src/mojo/edk/system/awakable_list_unittest.cc', 178 'src/mojo/edk/system/awakable_list_unittest.cc',
179 'src/mojo/edk/system/channel_endpoint_id_unittest.cc', 179 'src/mojo/edk/system/channel_endpoint_id_unittest.cc',
180 'src/mojo/edk/system/channel_endpoint_unittest.cc', 180 'src/mojo/edk/system/channel_endpoint_unittest.cc',
181 'src/mojo/edk/system/channel_manager_unittest.cc', 181 'src/mojo/edk/system/channel_manager_unittest.cc',
182 'src/mojo/edk/system/channel_test_base.cc', 182 'src/mojo/edk/system/channel_test_base.cc',
183 'src/mojo/edk/system/channel_test_base.h', 183 'src/mojo/edk/system/channel_test_base.h',
184 'src/mojo/edk/system/channel_unittest.cc', 184 'src/mojo/edk/system/channel_unittest.cc',
185 'src/mojo/edk/system/core_unittest.cc',
186 'src/mojo/edk/system/core_test_base.cc', 185 'src/mojo/edk/system/core_test_base.cc',
187 'src/mojo/edk/system/core_test_base.h', 186 'src/mojo/edk/system/core_test_base.h',
187 'src/mojo/edk/system/core_unittest.cc',
188 'src/mojo/edk/system/data_pipe_impl_unittest.cc', 188 'src/mojo/edk/system/data_pipe_impl_unittest.cc',
189 'src/mojo/edk/system/data_pipe_unittest.cc', 189 'src/mojo/edk/system/data_pipe_unittest.cc',
190 'src/mojo/edk/system/dispatcher_unittest.cc', 190 'src/mojo/edk/system/dispatcher_unittest.cc',
191 'src/mojo/edk/system/endpoint_relayer_unittest.cc', 191 'src/mojo/edk/system/endpoint_relayer_unittest.cc',
192 'src/mojo/edk/system/ipc_support_unittest.cc', 192 'src/mojo/edk/system/ipc_support_unittest.cc',
193 'src/mojo/edk/system/memory_unittest.cc', 193 'src/mojo/edk/system/memory_unittest.cc',
194 'src/mojo/edk/system/message_in_transit_queue_unittest.cc', 194 'src/mojo/edk/system/message_in_transit_queue_unittest.cc',
195 'src/mojo/edk/system/message_in_transit_test_utils.cc', 195 'src/mojo/edk/system/message_in_transit_test_utils.cc',
196 'src/mojo/edk/system/message_in_transit_test_utils.h', 196 'src/mojo/edk/system/message_in_transit_test_utils.h',
197 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc', 197 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 '../../build/isolate.gypi', 350 '../../build/isolate.gypi',
351 ], 351 ],
352 'sources': [ 352 'sources': [
353 'mojo_public_utility_unittests.isolate', 353 'mojo_public_utility_unittests.isolate',
354 ], 354 ],
355 }, 355 },
356 ], 356 ],
357 }], 357 }],
358 ], 358 ],
359 } 359 }
OLDNEW
« no previous file with comments | « third_party/khronos/KHR/khrplatform.h ('k') | third_party/mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698