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

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: . 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
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/shared_buffer_dispatcher.cc', 115 'edk/system/shared_buffer_dispatcher.cc',
116 'edk/system/shared_buffer_dispatcher.h', 116 'edk/system/shared_buffer_dispatcher.h',
117 'edk/system/wait_set_dispatcher.cc', 117 'edk/system/wait_set_dispatcher.cc',
118 'edk/system/wait_set_dispatcher.h', 118 'edk/system/wait_set_dispatcher.h',
119 'edk/system/waiter.cc', 119 'edk/system/waiter.cc',
120 'edk/system/waiter.h', 120 'edk/system/waiter.h',
121 'edk/system/watcher_set.cc',
122 'edk/system/watcher_set.h',
121 # Test-only code: 123 # Test-only code:
122 # TODO(vtl): It's a little unfortunate that these end up in the same 124 # 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 125 # component as non-test-only code. In the static build, this code
124 # should hopefully be dead-stripped. 126 # should hopefully be dead-stripped.
125 'edk/embedder/test_embedder.cc', 127 'edk/embedder/test_embedder.cc',
126 'edk/embedder/test_embedder.h', 128 'edk/embedder/test_embedder.h',
127 ], 129 ],
128 'all_dependent_settings': { 130 'all_dependent_settings': {
129 # Ensures that dependent projects import the core functions on Windows. 131 # Ensures that dependent projects import the core functions on Windows.
130 'defines': ['MOJO_USE_SYSTEM_IMPL'], 132 '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', 247 'mojo_public.gyp:mojo_public_test_support',
246 'mojo_system_impl', 248 'mojo_system_impl',
247 'mojo_test_support_impl', 249 'mojo_test_support_impl',
248 ], 250 ],
249 'sources': [ 251 'sources': [
250 'edk/test/run_all_perftests.cc', 252 'edk/test/run_all_perftests.cc',
251 ], 253 ],
252 }, 254 },
253 ], 255 ],
254 } 256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698