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

Side by Side Diff: mojo/mojo_edk.gypi

Issue 2071143003: Various changes to make Mojo work under NaCl non-sfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and comment 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/system/node_controller.cc ('k') | mojo/mojo_edk_nacl.gyp » ('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 17 matching lines...) Expand all
28 'edk/embedder/embedder.cc', 28 'edk/embedder/embedder.cc',
29 'edk/embedder/embedder.h', 29 'edk/embedder/embedder.h',
30 'edk/embedder/embedder_internal.h', 30 'edk/embedder/embedder_internal.h',
31 'edk/embedder/entrypoints.cc', 31 'edk/embedder/entrypoints.cc',
32 'edk/embedder/named_platform_channel_pair_win.cc', 32 'edk/embedder/named_platform_channel_pair_win.cc',
33 'edk/embedder/named_platform_channel_pair.h', 33 'edk/embedder/named_platform_channel_pair.h',
34 'edk/embedder/platform_channel_pair.cc', 34 'edk/embedder/platform_channel_pair.cc',
35 'edk/embedder/platform_channel_pair.h', 35 'edk/embedder/platform_channel_pair.h',
36 'edk/embedder/platform_channel_pair_posix.cc', 36 'edk/embedder/platform_channel_pair_posix.cc',
37 'edk/embedder/platform_channel_pair_win.cc', 37 'edk/embedder/platform_channel_pair_win.cc',
38 'edk/embedder/platform_channel_utils_posix.cc',
39 'edk/embedder/platform_channel_utils_posix.h',
40 'edk/embedder/platform_handle.cc', 38 'edk/embedder/platform_handle.cc',
41 'edk/embedder/platform_handle.h', 39 'edk/embedder/platform_handle.h',
42 'edk/embedder/platform_handle_utils.h', 40 'edk/embedder/platform_handle_utils.h',
43 'edk/embedder/platform_handle_utils_posix.cc', 41 'edk/embedder/platform_handle_utils_posix.cc',
44 'edk/embedder/platform_handle_utils_win.cc', 42 'edk/embedder/platform_handle_utils_win.cc',
45 'edk/embedder/platform_handle_vector.h', 43 'edk/embedder/platform_handle_vector.h',
46 'edk/embedder/platform_shared_buffer.cc', 44 'edk/embedder/platform_shared_buffer.cc',
47 'edk/embedder/platform_shared_buffer.h', 45 'edk/embedder/platform_shared_buffer.h',
48 'edk/embedder/scoped_ipc_support.cc', 46 'edk/embedder/scoped_ipc_support.cc',
49 'edk/embedder/scoped_ipc_support.h', 47 'edk/embedder/scoped_ipc_support.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'edk/system/watcher_set.cc', 99 'edk/system/watcher_set.cc',
102 'edk/system/watcher_set.h', 100 'edk/system/watcher_set.h',
103 # Test-only code: 101 # Test-only code:
104 # TODO(vtl): It's a little unfortunate that these end up in the same 102 # TODO(vtl): It's a little unfortunate that these end up in the same
105 # component as non-test-only code. In the static build, this code 103 # component as non-test-only code. In the static build, this code
106 # should hopefully be dead-stripped. 104 # should hopefully be dead-stripped.
107 'edk/embedder/test_embedder.cc', 105 'edk/embedder/test_embedder.cc',
108 'edk/embedder/test_embedder.h', 106 'edk/embedder/test_embedder.h',
109 ], 107 ],
110 'mojo_edk_system_impl_non_nacl_sources': [ 108 'mojo_edk_system_impl_non_nacl_sources': [
109 'edk/embedder/platform_channel_utils_posix.cc',
110 'edk/embedder/platform_channel_utils_posix.h',
111 'edk/system/broker_host_posix.cc', 111 'edk/system/broker_host_posix.cc',
112 'edk/system/broker_posix.cc', 112 'edk/system/broker_posix.cc',
113 'edk/system/channel_posix.cc', 113 'edk/system/channel_posix.cc',
114 'edk/system/remote_message_pipe_bootstrap.cc', 114 'edk/system/remote_message_pipe_bootstrap.cc',
115 ], 115 ],
116 'mojo_edk_system_impl_nacl_nonsfi_sources': [
117 'edk/embedder/platform_channel_utils_posix.cc',
118 'edk/embedder/platform_channel_utils_posix.h',
119 'edk/system/broker_posix.cc',
120 'edk/system/channel_posix.cc',
121 ],
116 }, 122 },
117 } 123 }
OLDNEW
« no previous file with comments | « mojo/edk/system/node_controller.cc ('k') | mojo/mojo_edk_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698