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

Side by Side Diff: mojo/mojo.gyp

Issue 251483007: Mojo: Start writing some unit tests for mojo::system::Channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing export macros Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/system/channel_unittest.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'dependencies': [ 196 'dependencies': [
197 '../base/base.gyp:base', 197 '../base/base.gyp:base',
198 '../base/base.gyp:run_all_unittests', 198 '../base/base.gyp:run_all_unittests',
199 '../testing/gtest.gyp:gtest', 199 '../testing/gtest.gyp:gtest',
200 'mojo_common_test_support', 200 'mojo_common_test_support',
201 'mojo_system_impl', 201 'mojo_system_impl',
202 ], 202 ],
203 'sources': [ 203 'sources': [
204 'embedder/embedder_unittest.cc', 204 'embedder/embedder_unittest.cc',
205 'embedder/platform_channel_pair_posix_unittest.cc', 205 'embedder/platform_channel_pair_posix_unittest.cc',
206 'system/channel_unittest.cc',
206 'system/core_unittest.cc', 207 'system/core_unittest.cc',
207 'system/core_test_base.cc', 208 'system/core_test_base.cc',
208 'system/core_test_base.h', 209 'system/core_test_base.h',
209 'system/data_pipe_unittest.cc', 210 'system/data_pipe_unittest.cc',
210 'system/dispatcher_unittest.cc', 211 'system/dispatcher_unittest.cc',
211 'system/local_data_pipe_unittest.cc', 212 'system/local_data_pipe_unittest.cc',
212 'system/message_pipe_dispatcher_unittest.cc', 213 'system/message_pipe_dispatcher_unittest.cc',
213 'system/message_pipe_unittest.cc', 214 'system/message_pipe_unittest.cc',
214 'system/multiprocess_message_pipe_unittest.cc', 215 'system/multiprocess_message_pipe_unittest.cc',
215 'system/raw_channel_unittest.cc', 216 'system/raw_channel_unittest.cc',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'mojo_js_unittests.isolate', 725 'mojo_js_unittests.isolate',
725 ], 726 ],
726 'sources': [ 727 'sources': [
727 'mojo_js_unittests.isolate', 728 'mojo_js_unittests.isolate',
728 ], 729 ],
729 }, 730 },
730 ], 731 ],
731 }], 732 }],
732 ], 733 ],
733 } 734 }
OLDNEW
« no previous file with comments | « no previous file | mojo/system/channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698