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

Side by Side Diff: mojo/mojo.gyp

Issue 325213004: Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/public/c/system/types.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'system/raw_shared_buffer.cc', 209 'system/raw_shared_buffer.cc',
210 'system/raw_shared_buffer.h', 210 'system/raw_shared_buffer.h',
211 'system/raw_shared_buffer_posix.cc', 211 'system/raw_shared_buffer_posix.cc',
212 'system/raw_shared_buffer_win.cc', 212 'system/raw_shared_buffer_win.cc',
213 'system/shared_buffer_dispatcher.cc', 213 'system/shared_buffer_dispatcher.cc',
214 'system/shared_buffer_dispatcher.h', 214 'system/shared_buffer_dispatcher.h',
215 'system/simple_dispatcher.cc', 215 'system/simple_dispatcher.cc',
216 'system/simple_dispatcher.h', 216 'system/simple_dispatcher.h',
217 'system/transport_data.cc', 217 'system/transport_data.cc',
218 'system/transport_data.h', 218 'system/transport_data.h',
219 'system/wait_flags_state.h',
219 'system/waiter.cc', 220 'system/waiter.cc',
220 'system/waiter.h', 221 'system/waiter.h',
221 'system/waiter_list.cc', 222 'system/waiter_list.cc',
222 'system/waiter_list.h', 223 'system/waiter_list.h',
223 # Test-only code: 224 # Test-only code:
224 # TODO(vtl): It's a little unfortunate that these end up in the same 225 # TODO(vtl): It's a little unfortunate that these end up in the same
225 # component as non-test-only code. In the static build, this code should 226 # component as non-test-only code. In the static build, this code should
226 # hopefully be dead-stripped. 227 # hopefully be dead-stripped.
227 'embedder/test_embedder.cc', 228 'embedder/test_embedder.cc',
228 'embedder/test_embedder.h', 229 'embedder/test_embedder.h',
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 'views/native_widget_view_manager.cc', 931 'views/native_widget_view_manager.cc',
931 'views/native_widget_view_manager.h', 932 'views/native_widget_view_manager.h',
932 'views/views_init.cc', 933 'views/views_init.cc',
933 'views/views_init.h', 934 'views/views_init.h',
934 ], 935 ],
935 }, 936 },
936 ], 937 ],
937 }], 938 }],
938 ], 939 ],
939 } 940 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/c/system/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698