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

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

Issue 1019173002: Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep permission service alive if embedder drops requests Created 5 years, 9 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
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'src/mojo/edk/system/awakable_list_unittest.cc', 171 'src/mojo/edk/system/awakable_list_unittest.cc',
172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc', 172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc',
173 'src/mojo/edk/system/channel_manager_unittest.cc', 173 'src/mojo/edk/system/channel_manager_unittest.cc',
174 'src/mojo/edk/system/channel_unittest.cc', 174 'src/mojo/edk/system/channel_unittest.cc',
175 'src/mojo/edk/system/core_unittest.cc', 175 'src/mojo/edk/system/core_unittest.cc',
176 'src/mojo/edk/system/core_test_base.cc', 176 'src/mojo/edk/system/core_test_base.cc',
177 'src/mojo/edk/system/core_test_base.h', 177 'src/mojo/edk/system/core_test_base.h',
178 'src/mojo/edk/system/data_pipe_impl_unittest.cc', 178 'src/mojo/edk/system/data_pipe_impl_unittest.cc',
179 'src/mojo/edk/system/data_pipe_unittest.cc', 179 'src/mojo/edk/system/data_pipe_unittest.cc',
180 'src/mojo/edk/system/dispatcher_unittest.cc', 180 'src/mojo/edk/system/dispatcher_unittest.cc',
181 'src/mojo/edk/system/local_data_pipe_impl_unittest.cc',
182 'src/mojo/edk/system/memory_unittest.cc', 181 'src/mojo/edk/system/memory_unittest.cc',
183 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc', 182 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc',
183 'src/mojo/edk/system/message_pipe_test_utils.cc',
184 'src/mojo/edk/system/message_pipe_test_utils.h', 184 'src/mojo/edk/system/message_pipe_test_utils.h',
185 'src/mojo/edk/system/message_pipe_test_utils.cc',
186 'src/mojo/edk/system/message_pipe_unittest.cc', 185 'src/mojo/edk/system/message_pipe_unittest.cc',
187 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', 186 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc',
188 'src/mojo/edk/system/options_validation_unittest.cc', 187 'src/mojo/edk/system/options_validation_unittest.cc',
189 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc', 188 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc',
190 'src/mojo/edk/system/raw_channel_unittest.cc', 189 'src/mojo/edk/system/raw_channel_unittest.cc',
191 'src/mojo/edk/system/remote_data_pipe_impl_unittest.cc', 190 'src/mojo/edk/system/remote_data_pipe_impl_unittest.cc',
192 'src/mojo/edk/system/remote_message_pipe_unittest.cc', 191 'src/mojo/edk/system/remote_message_pipe_unittest.cc',
193 'src/mojo/edk/system/run_all_unittests.cc', 192 'src/mojo/edk/system/run_all_unittests.cc',
194 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', 193 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc',
195 'src/mojo/edk/system/simple_dispatcher_unittest.cc', 194 'src/mojo/edk/system/simple_dispatcher_unittest.cc',
(...skipping 22 matching lines...) Expand all
218 'dependencies': [ 217 'dependencies': [
219 '../../base/base.gyp:base', 218 '../../base/base.gyp:base',
220 '../../base/base.gyp:test_support_base', 219 '../../base/base.gyp:test_support_base',
221 '../../base/base.gyp:test_support_perf', 220 '../../base/base.gyp:test_support_perf',
222 '../../testing/gtest.gyp:gtest', 221 '../../testing/gtest.gyp:gtest',
223 'mojo_edk.gyp:mojo_common_test_support', 222 'mojo_edk.gyp:mojo_common_test_support',
224 'mojo_edk.gyp:mojo_system_impl', 223 'mojo_edk.gyp:mojo_system_impl',
225 ], 224 ],
226 'sources': [ 225 'sources': [
227 'src/mojo/edk/system/message_pipe_perftest.cc', 226 'src/mojo/edk/system/message_pipe_perftest.cc',
227 'src/mojo/edk/system/message_pipe_test_utils.cc',
228 'src/mojo/edk/system/message_pipe_test_utils.h', 228 'src/mojo/edk/system/message_pipe_test_utils.h',
229 'src/mojo/edk/system/message_pipe_test_utils.cc',
230 'src/mojo/edk/system/test_utils.cc', 229 'src/mojo/edk/system/test_utils.cc',
231 'src/mojo/edk/system/test_utils.h', 230 'src/mojo/edk/system/test_utils.h',
232 ], 231 ],
233 }, 232 },
234 { 233 {
235 # GN version: //mojo/edk/js/test:js_unittests 234 # GN version: //mojo/edk/js/test:js_unittests
236 'target_name': 'mojo_js_unittests', 235 'target_name': 'mojo_js_unittests',
237 'type': 'executable', 236 'type': 'executable',
238 'dependencies': [ 237 'dependencies': [
239 '../../gin/gin.gyp:gin_test', 238 '../../gin/gin.gyp:gin_test',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'type': 'none', 272 'type': 'none',
274 'variables': { 273 'variables': {
275 'mojom_files': [ 274 'mojom_files': [
276 'src/mojo/edk/js/tests/js_to_cpp.mojom', 275 'src/mojo/edk/js/tests/js_to_cpp.mojom',
277 ], 276 ],
278 }, 277 },
279 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 278 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
280 }, 279 },
281 ], 280 ],
282 } 281 }
OLDNEW
« no previous file with comments | « third_party/mojo/mojo_edk_system_impl.gypi ('k') | third_party/mojo/mojom_bindings_generator_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698