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

Side by Side Diff: mojo/edk/mojo_edk.gyp

Issue 638343003: Mojo: Add some tests for ChannelEndpointId, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | mojo/edk/system/BUILD.gn » ('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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 '../mojo_variables.gypi', 10 '../mojo_variables.gypi',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'embedder/simple_platform_shared_buffer.cc', 222 'embedder/simple_platform_shared_buffer.cc',
223 'embedder/simple_platform_shared_buffer.h', 223 'embedder/simple_platform_shared_buffer.h',
224 'embedder/simple_platform_shared_buffer_posix.cc', 224 'embedder/simple_platform_shared_buffer_posix.cc',
225 'embedder/simple_platform_shared_buffer_win.cc', 225 'embedder/simple_platform_shared_buffer_win.cc',
226 'embedder/simple_platform_support.cc', 226 'embedder/simple_platform_support.cc',
227 'embedder/simple_platform_support.h', 227 'embedder/simple_platform_support.h',
228 'system/channel.cc', 228 'system/channel.cc',
229 'system/channel.h', 229 'system/channel.h',
230 'system/channel_endpoint.cc', 230 'system/channel_endpoint.cc',
231 'system/channel_endpoint.h', 231 'system/channel_endpoint.h',
232 'system/channel_endpoint_id.cc',
232 'system/channel_endpoint_id.h', 233 'system/channel_endpoint_id.h',
233 'system/constants.h', 234 'system/constants.h',
234 'system/core.cc', 235 'system/core.cc',
235 'system/core.h', 236 'system/core.h',
236 'system/data_pipe.cc', 237 'system/data_pipe.cc',
237 'system/data_pipe.h', 238 'system/data_pipe.h',
238 'system/data_pipe_consumer_dispatcher.cc', 239 'system/data_pipe_consumer_dispatcher.cc',
239 'system/data_pipe_consumer_dispatcher.h', 240 'system/data_pipe_consumer_dispatcher.h',
240 'system/data_pipe_producer_dispatcher.cc', 241 'system/data_pipe_producer_dispatcher.cc',
241 'system/data_pipe_producer_dispatcher.h', 242 'system/data_pipe_producer_dispatcher.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'dependencies': [ 302 'dependencies': [
302 '../../base/base.gyp:base', 303 '../../base/base.gyp:base',
303 '../../testing/gtest.gyp:gtest', 304 '../../testing/gtest.gyp:gtest',
304 'mojo_common_test_support', 305 'mojo_common_test_support',
305 'mojo_system_impl', 306 'mojo_system_impl',
306 ], 307 ],
307 'sources': [ 308 'sources': [
308 'embedder/embedder_unittest.cc', 309 'embedder/embedder_unittest.cc',
309 'embedder/platform_channel_pair_posix_unittest.cc', 310 'embedder/platform_channel_pair_posix_unittest.cc',
310 'embedder/simple_platform_shared_buffer_unittest.cc', 311 'embedder/simple_platform_shared_buffer_unittest.cc',
312 'system/channel_endpoint_id_unittest.cc',
311 'system/channel_unittest.cc', 313 'system/channel_unittest.cc',
312 'system/core_unittest.cc', 314 'system/core_unittest.cc',
313 'system/core_test_base.cc', 315 'system/core_test_base.cc',
314 'system/core_test_base.h', 316 'system/core_test_base.h',
315 'system/data_pipe_unittest.cc', 317 'system/data_pipe_unittest.cc',
316 'system/dispatcher_unittest.cc', 318 'system/dispatcher_unittest.cc',
317 'system/local_data_pipe_unittest.cc', 319 'system/local_data_pipe_unittest.cc',
318 'system/memory_unittest.cc', 320 'system/memory_unittest.cc',
319 'system/message_pipe_dispatcher_unittest.cc', 321 'system/message_pipe_dispatcher_unittest.cc',
320 'system/message_pipe_test_utils.h', 322 'system/message_pipe_test_utils.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'conditions': [ 398 'conditions': [
397 ['OS=="ios"', { 399 ['OS=="ios"', {
398 'sources!': [ 400 'sources!': [
399 'test/multiprocess_test_helper.cc', 401 'test/multiprocess_test_helper.cc',
400 ], 402 ],
401 }], 403 }],
402 ], 404 ],
403 }, 405 },
404 ], 406 ],
405 } 407 }
OLDNEW
« no previous file with comments | « no previous file | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698