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

Side by Side Diff: mojo/mojo_base.gyp

Issue 541233002: Mojo: Factor Channel::EndpointInfo out to ChannelEndpoint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stupid msvs Created 6 years, 3 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/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_public.gypi', 10 'mojo_public.gypi',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'embedder/platform_support.h', 114 'embedder/platform_support.h',
115 'embedder/scoped_platform_handle.h', 115 'embedder/scoped_platform_handle.h',
116 'embedder/simple_platform_shared_buffer.cc', 116 'embedder/simple_platform_shared_buffer.cc',
117 'embedder/simple_platform_shared_buffer.h', 117 'embedder/simple_platform_shared_buffer.h',
118 'embedder/simple_platform_shared_buffer_posix.cc', 118 'embedder/simple_platform_shared_buffer_posix.cc',
119 'embedder/simple_platform_shared_buffer_win.cc', 119 'embedder/simple_platform_shared_buffer_win.cc',
120 'embedder/simple_platform_support.cc', 120 'embedder/simple_platform_support.cc',
121 'embedder/simple_platform_support.h', 121 'embedder/simple_platform_support.h',
122 'system/channel.cc', 122 'system/channel.cc',
123 'system/channel.h', 123 'system/channel.h',
124 'system/channel_endpoint.cc',
125 'system/channel_endpoint.h',
124 'system/constants.h', 126 'system/constants.h',
125 'system/core.cc', 127 'system/core.cc',
126 'system/core.h', 128 'system/core.h',
127 'system/data_pipe.cc', 129 'system/data_pipe.cc',
128 'system/data_pipe.h', 130 'system/data_pipe.h',
129 'system/data_pipe_consumer_dispatcher.cc', 131 'system/data_pipe_consumer_dispatcher.cc',
130 'system/data_pipe_consumer_dispatcher.h', 132 'system/data_pipe_consumer_dispatcher.h',
131 'system/data_pipe_producer_dispatcher.cc', 133 'system/data_pipe_producer_dispatcher.cc',
132 'system/data_pipe_producer_dispatcher.h', 134 'system/data_pipe_producer_dispatcher.h',
133 'system/dispatcher.cc', 135 'system/dispatcher.cc',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'mojo_js_unittests.isolate', 620 'mojo_js_unittests.isolate',
619 ], 621 ],
620 'sources': [ 622 'sources': [
621 'mojo_js_unittests.isolate', 623 'mojo_js_unittests.isolate',
622 ], 624 ],
623 }, 625 },
624 ], 626 ],
625 }], 627 }],
626 ] 628 ]
627 } 629 }
OLDNEW
« no previous file with comments | « no previous file | mojo/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698