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

Side by Side Diff: mojo/mojo_edk.gyp

Issue 1387963004: Create a broker interface for the new Mojo EDK so that the browser can create and duplicate messa... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: presubmit whitespace error Created 5 years 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 '../third_party/mojo/mojo_variables.gypi', 7 '../third_party/mojo/mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'edk/embedder/simple_platform_shared_buffer_android.cc', 60 'edk/embedder/simple_platform_shared_buffer_android.cc',
61 'edk/embedder/simple_platform_shared_buffer_posix.cc', 61 'edk/embedder/simple_platform_shared_buffer_posix.cc',
62 'edk/embedder/simple_platform_shared_buffer_win.cc', 62 'edk/embedder/simple_platform_shared_buffer_win.cc',
63 'edk/embedder/simple_platform_support.cc', 63 'edk/embedder/simple_platform_support.cc',
64 'edk/embedder/simple_platform_support.h', 64 'edk/embedder/simple_platform_support.h',
65 'edk/system/awakable.h', 65 'edk/system/awakable.h',
66 'edk/system/awakable_list.cc', 66 'edk/system/awakable_list.cc',
67 'edk/system/awakable_list.h', 67 'edk/system/awakable_list.h',
68 'edk/system/async_waiter.cc', 68 'edk/system/async_waiter.cc',
69 'edk/system/async_waiter.h', 69 'edk/system/async_waiter.h',
70 'edk/system/child_token_serializer_win.cc',
71 'edk/system/child_token_serializer_win.h',
70 'edk/system/configuration.cc', 72 'edk/system/configuration.cc',
71 'edk/system/configuration.h', 73 'edk/system/configuration.h',
72 'edk/system/core.cc', 74 'edk/system/core.cc',
73 'edk/system/core.h', 75 'edk/system/core.h',
74 'edk/system/data_pipe.cc', 76 'edk/system/data_pipe.cc',
75 'edk/system/data_pipe.h', 77 'edk/system/data_pipe.h',
76 'edk/system/data_pipe_consumer_dispatcher.cc', 78 'edk/system/data_pipe_consumer_dispatcher.cc',
77 'edk/system/data_pipe_consumer_dispatcher.h', 79 'edk/system/data_pipe_consumer_dispatcher.h',
78 'edk/system/data_pipe_producer_dispatcher.cc', 80 'edk/system/data_pipe_producer_dispatcher.cc',
79 'edk/system/data_pipe_producer_dispatcher.h', 81 'edk/system/data_pipe_producer_dispatcher.h',
80 'edk/system/dispatcher.cc', 82 'edk/system/dispatcher.cc',
81 'edk/system/dispatcher.h', 83 'edk/system/dispatcher.h',
82 'edk/system/handle_signals_state.h', 84 'edk/system/handle_signals_state.h',
83 'edk/system/handle_table.cc', 85 'edk/system/handle_table.cc',
84 'edk/system/handle_table.h', 86 'edk/system/handle_table.h',
85 'edk/system/mapping_table.cc', 87 'edk/system/mapping_table.cc',
86 'edk/system/mapping_table.h', 88 'edk/system/mapping_table.h',
87 'edk/system/message_in_transit.cc', 89 'edk/system/message_in_transit.cc',
88 'edk/system/message_in_transit.h', 90 'edk/system/message_in_transit.h',
89 'edk/system/message_in_transit_queue.cc', 91 'edk/system/message_in_transit_queue.cc',
90 'edk/system/message_in_transit_queue.h', 92 'edk/system/message_in_transit_queue.h',
91 'edk/system/message_pipe_dispatcher.cc', 93 'edk/system/message_pipe_dispatcher.cc',
92 'edk/system/message_pipe_dispatcher.h', 94 'edk/system/message_pipe_dispatcher.h',
93 'edk/system/options_validation.h', 95 'edk/system/options_validation.h',
96 'edk/system/parent_token_serializer_state_win.cc',
97 'edk/system/parent_token_serializer_state_win.h',
98 'edk/system/parent_token_serializer_win.cc',
99 'edk/system/parent_token_serializer_win.h',
94 'edk/system/platform_handle_dispatcher.cc', 100 'edk/system/platform_handle_dispatcher.cc',
95 'edk/system/platform_handle_dispatcher.h', 101 'edk/system/platform_handle_dispatcher.h',
96 'edk/system/raw_channel.cc', 102 'edk/system/raw_channel.cc',
97 'edk/system/raw_channel.h', 103 'edk/system/raw_channel.h',
98 'edk/system/raw_channel_posix.cc', 104 'edk/system/raw_channel_posix.cc',
99 'edk/system/raw_channel_win.cc', 105 'edk/system/raw_channel_win.cc',
100 'edk/system/shared_buffer_dispatcher.cc', 106 'edk/system/shared_buffer_dispatcher.cc',
101 'edk/system/shared_buffer_dispatcher.h', 107 'edk/system/shared_buffer_dispatcher.h',
102 'edk/system/simple_dispatcher.cc', 108 'edk/system/simple_dispatcher.cc',
103 'edk/system/simple_dispatcher.h', 109 'edk/system/simple_dispatcher.h',
110 'edk/system/simple_token_serializer_win.cc',
111 'edk/system/simple_token_serializer_win.h',
112 'edk/system/token_serializer_messages_win.h',
113 'edk/system/token_serializer_win.h',
104 'edk/system/transport_data.cc', 114 'edk/system/transport_data.cc',
105 'edk/system/transport_data.h', 115 'edk/system/transport_data.h',
106 'edk/system/waiter.cc', 116 'edk/system/waiter.cc',
107 'edk/system/waiter.h', 117 'edk/system/waiter.h',
108 # Test-only code: 118 # Test-only code:
109 # TODO(vtl): It's a little unfortunate that these end up in the same 119 # TODO(vtl): It's a little unfortunate that these end up in the same
110 # component as non-test-only code. In the static build, this code 120 # component as non-test-only code. In the static build, this code
111 # should hopefully be dead-stripped. 121 # should hopefully be dead-stripped.
112 'edk/embedder/test_embedder.cc', 122 'edk/embedder/test_embedder.cc',
113 'edk/embedder/test_embedder.h', 123 'edk/embedder/test_embedder.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', 224 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support',
215 'mojo_system_impl2', 225 'mojo_system_impl2',
216 'mojo_test_support_impl2', 226 'mojo_test_support_impl2',
217 ], 227 ],
218 'sources': [ 228 'sources': [
219 'edk/test/run_all_unittests.cc', 229 'edk/test/run_all_unittests.cc',
220 ], 230 ],
221 }, 231 },
222 ], 232 ],
223 } 233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698