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

Side by Side Diff: mojo/mojo.gyp

Issue 304303006: Mojo: Specify/check alignment of pointers more carefully. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix msvs 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/system/core.cc » ('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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'sources': [ 236 'sources': [
237 'embedder/embedder_unittest.cc', 237 'embedder/embedder_unittest.cc',
238 'embedder/platform_channel_pair_posix_unittest.cc', 238 'embedder/platform_channel_pair_posix_unittest.cc',
239 'system/channel_unittest.cc', 239 'system/channel_unittest.cc',
240 'system/core_unittest.cc', 240 'system/core_unittest.cc',
241 'system/core_test_base.cc', 241 'system/core_test_base.cc',
242 'system/core_test_base.h', 242 'system/core_test_base.h',
243 'system/data_pipe_unittest.cc', 243 'system/data_pipe_unittest.cc',
244 'system/dispatcher_unittest.cc', 244 'system/dispatcher_unittest.cc',
245 'system/local_data_pipe_unittest.cc', 245 'system/local_data_pipe_unittest.cc',
246 'system/memory_unittest.cc',
246 'system/message_pipe_dispatcher_unittest.cc', 247 'system/message_pipe_dispatcher_unittest.cc',
247 'system/message_pipe_unittest.cc', 248 'system/message_pipe_unittest.cc',
248 'system/multiprocess_message_pipe_unittest.cc', 249 'system/multiprocess_message_pipe_unittest.cc',
249 'system/platform_handle_dispatcher_unittest.cc', 250 'system/platform_handle_dispatcher_unittest.cc',
250 'system/raw_channel_unittest.cc', 251 'system/raw_channel_unittest.cc',
251 'system/raw_shared_buffer_unittest.cc', 252 'system/raw_shared_buffer_unittest.cc',
252 'system/remote_message_pipe_unittest.cc', 253 'system/remote_message_pipe_unittest.cc',
253 'system/shared_buffer_dispatcher_unittest.cc', 254 'system/shared_buffer_dispatcher_unittest.cc',
254 'system/simple_dispatcher_unittest.cc', 255 'system/simple_dispatcher_unittest.cc',
255 'system/test_utils.cc', 256 'system/test_utils.cc',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'aura/screen_mojo.cc', 874 'aura/screen_mojo.cc',
874 'aura/screen_mojo.h', 875 'aura/screen_mojo.h',
875 'aura/window_tree_host_mojo.cc', 876 'aura/window_tree_host_mojo.cc',
876 'aura/window_tree_host_mojo.h', 877 'aura/window_tree_host_mojo.h',
877 ], 878 ],
878 }, 879 },
879 ], 880 ],
880 }], 881 }],
881 ], 882 ],
882 } 883 }
OLDNEW
« no previous file with comments | « no previous file | mojo/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698