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

Side by Side Diff: mojo/mojo_edk.gyp

Issue 1748503002: [mojo-edk] Add MojoWatch and MojoCancelWatch APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert RequestContext usage, nits Created 4 years, 9 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/test/mojo_test_base.cc ('k') | mojo/mojo_edk_tests.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 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 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'edk/system/ports/node.h', 105 'edk/system/ports/node.h',
106 'edk/system/ports/node_delegate.h', 106 'edk/system/ports/node_delegate.h',
107 'edk/system/ports/port.cc', 107 'edk/system/ports/port.cc',
108 'edk/system/ports/port.h', 108 'edk/system/ports/port.h',
109 'edk/system/ports/port_ref.cc', 109 'edk/system/ports/port_ref.cc',
110 'edk/system/ports/user_data.h', 110 'edk/system/ports/user_data.h',
111 'edk/system/ports_message.cc', 111 'edk/system/ports_message.cc',
112 'edk/system/ports_message.h', 112 'edk/system/ports_message.h',
113 'edk/system/remote_message_pipe_bootstrap.cc', 113 'edk/system/remote_message_pipe_bootstrap.cc',
114 'edk/system/remote_message_pipe_bootstrap.h', 114 'edk/system/remote_message_pipe_bootstrap.h',
115 'edk/system/request_context.cc',
116 'edk/system/request_context.h',
115 'edk/system/shared_buffer_dispatcher.cc', 117 'edk/system/shared_buffer_dispatcher.cc',
116 'edk/system/shared_buffer_dispatcher.h', 118 'edk/system/shared_buffer_dispatcher.h',
117 'edk/system/wait_set_dispatcher.cc', 119 'edk/system/wait_set_dispatcher.cc',
118 'edk/system/wait_set_dispatcher.h', 120 'edk/system/wait_set_dispatcher.h',
119 'edk/system/waiter.cc', 121 'edk/system/waiter.cc',
120 'edk/system/waiter.h', 122 'edk/system/waiter.h',
123 'edk/system/watcher.cc',
124 'edk/system/watcher.h',
125 'edk/system/watcher_set.cc',
126 'edk/system/watcher_set.h',
121 # Test-only code: 127 # Test-only code:
122 # TODO(vtl): It's a little unfortunate that these end up in the same 128 # TODO(vtl): It's a little unfortunate that these end up in the same
123 # component as non-test-only code. In the static build, this code 129 # component as non-test-only code. In the static build, this code
124 # should hopefully be dead-stripped. 130 # should hopefully be dead-stripped.
125 'edk/embedder/test_embedder.cc', 131 'edk/embedder/test_embedder.cc',
126 'edk/embedder/test_embedder.h', 132 'edk/embedder/test_embedder.h',
127 ], 133 ],
128 'all_dependent_settings': { 134 'all_dependent_settings': {
129 # Ensures that dependent projects import the core functions on Windows. 135 # Ensures that dependent projects import the core functions on Windows.
130 'defines': ['MOJO_USE_SYSTEM_IMPL'], 136 'defines': ['MOJO_USE_SYSTEM_IMPL'],
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'mojo_public.gyp:mojo_public_test_support', 251 'mojo_public.gyp:mojo_public_test_support',
246 'mojo_system_impl', 252 'mojo_system_impl',
247 'mojo_test_support_impl', 253 'mojo_test_support_impl',
248 ], 254 ],
249 'sources': [ 255 'sources': [
250 'edk/test/run_all_perftests.cc', 256 'edk/test/run_all_perftests.cc',
251 ], 257 ],
252 }, 258 },
253 ], 259 ],
254 } 260 }
OLDNEW
« no previous file with comments | « mojo/edk/test/mojo_test_base.cc ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698