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

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

Issue 738453003: Add a ChannelEndpointClient abstraction. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review comments Created 6 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 | « 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 { 5 {
6 'includes': [ 6 'includes': [
7 '../mojo_variables.gypi', 7 '../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'embedder/simple_platform_shared_buffer.cc', 47 'embedder/simple_platform_shared_buffer.cc',
48 'embedder/simple_platform_shared_buffer.h', 48 'embedder/simple_platform_shared_buffer.h',
49 'embedder/simple_platform_shared_buffer_posix.cc', 49 'embedder/simple_platform_shared_buffer_posix.cc',
50 'embedder/simple_platform_shared_buffer_win.cc', 50 'embedder/simple_platform_shared_buffer_win.cc',
51 'embedder/simple_platform_support.cc', 51 'embedder/simple_platform_support.cc',
52 'embedder/simple_platform_support.h', 52 'embedder/simple_platform_support.h',
53 'system/channel.cc', 53 'system/channel.cc',
54 'system/channel.h', 54 'system/channel.h',
55 'system/channel_endpoint.cc', 55 'system/channel_endpoint.cc',
56 'system/channel_endpoint.h', 56 'system/channel_endpoint.h',
57 'system/channel_endpoint_client.h',
57 'system/channel_endpoint_id.cc', 58 'system/channel_endpoint_id.cc',
58 'system/channel_endpoint_id.h', 59 'system/channel_endpoint_id.h',
59 'system/channel_info.cc', 60 'system/channel_info.cc',
60 'system/channel_info.h', 61 'system/channel_info.h',
61 'system/channel_manager.cc', 62 'system/channel_manager.cc',
62 'system/channel_manager.h', 63 'system/channel_manager.h',
63 'system/configuration.cc', 64 'system/configuration.cc',
64 'system/configuration.h', 65 'system/configuration.h',
65 'system/core.cc', 66 'system/core.cc',
66 'system/core.h', 67 'system/core.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'mojo_edk.gyp:mojo_system_impl', 219 'mojo_edk.gyp:mojo_system_impl',
219 'mojo_test_support_impl', 220 'mojo_test_support_impl',
220 '../public/mojo_public.gyp:mojo_test_support', 221 '../public/mojo_public.gyp:mojo_test_support',
221 ], 222 ],
222 'sources': [ 223 'sources': [
223 'test/run_all_perftests.cc', 224 'test/run_all_perftests.cc',
224 ], 225 ],
225 }, 226 },
226 ], 227 ],
227 } 228 }
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