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

Side by Side Diff: mojo/mojo_edk.gypi

Issue 2074453003: Move ScopedIPCSupport to mojo/edk/embedder and the mojo::edk namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « mojo/edk/embedder/scoped_ipc_support.cc ('k') | tools/ipc_fuzzer/message_replay/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'variables': { 6 'variables': {
7 'mojo_edk_ports_sources': [ 7 'mojo_edk_ports_sources': [
8 'edk/system/ports/event.cc', 8 'edk/system/ports/event.cc',
9 'edk/system/ports/event.h', 9 'edk/system/ports/event.h',
10 'edk/system/ports/message.cc', 10 'edk/system/ports/message.cc',
(...skipping 27 matching lines...) Expand all
38 'edk/embedder/platform_channel_utils_posix.cc', 38 'edk/embedder/platform_channel_utils_posix.cc',
39 'edk/embedder/platform_channel_utils_posix.h', 39 'edk/embedder/platform_channel_utils_posix.h',
40 'edk/embedder/platform_handle.cc', 40 'edk/embedder/platform_handle.cc',
41 'edk/embedder/platform_handle.h', 41 'edk/embedder/platform_handle.h',
42 'edk/embedder/platform_handle_utils.h', 42 'edk/embedder/platform_handle_utils.h',
43 'edk/embedder/platform_handle_utils_posix.cc', 43 'edk/embedder/platform_handle_utils_posix.cc',
44 'edk/embedder/platform_handle_utils_win.cc', 44 'edk/embedder/platform_handle_utils_win.cc',
45 'edk/embedder/platform_handle_vector.h', 45 'edk/embedder/platform_handle_vector.h',
46 'edk/embedder/platform_shared_buffer.cc', 46 'edk/embedder/platform_shared_buffer.cc',
47 'edk/embedder/platform_shared_buffer.h', 47 'edk/embedder/platform_shared_buffer.h',
48 'edk/embedder/scoped_ipc_support.cc',
49 'edk/embedder/scoped_ipc_support.h',
48 'edk/embedder/scoped_platform_handle.h', 50 'edk/embedder/scoped_platform_handle.h',
49 'edk/system/awakable.h', 51 'edk/system/awakable.h',
50 'edk/system/awakable_list.cc', 52 'edk/system/awakable_list.cc',
51 'edk/system/awakable_list.h', 53 'edk/system/awakable_list.h',
52 'edk/system/async_waiter.cc', 54 'edk/system/async_waiter.cc',
53 'edk/system/async_waiter.h', 55 'edk/system/async_waiter.h',
54 'edk/system/atomic_flag.h', 56 'edk/system/atomic_flag.h',
55 'edk/system/broker.h', 57 'edk/system/broker.h',
56 'edk/system/broker_host.h', 58 'edk/system/broker_host.h',
57 'edk/system/channel.cc', 59 'edk/system/channel.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'edk/embedder/test_embedder.h', 108 'edk/embedder/test_embedder.h',
107 ], 109 ],
108 'mojo_edk_system_impl_non_nacl_sources': [ 110 'mojo_edk_system_impl_non_nacl_sources': [
109 'edk/system/broker_host_posix.cc', 111 'edk/system/broker_host_posix.cc',
110 'edk/system/broker_posix.cc', 112 'edk/system/broker_posix.cc',
111 'edk/system/channel_posix.cc', 113 'edk/system/channel_posix.cc',
112 'edk/system/remote_message_pipe_bootstrap.cc', 114 'edk/system/remote_message_pipe_bootstrap.cc',
113 ], 115 ],
114 }, 116 },
115 } 117 }
OLDNEW
« no previous file with comments | « mojo/edk/embedder/scoped_ipc_support.cc ('k') | tools/ipc_fuzzer/message_replay/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698