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

Side by Side Diff: mojo/mojo.gyp

Issue 277083003: Mojo: (Theoretically) implement the read side of platform handle passing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'embedder/embedder.cc', 138 'embedder/embedder.cc',
139 'embedder/embedder.h', 139 'embedder/embedder.h',
140 'embedder/platform_channel_pair.cc', 140 'embedder/platform_channel_pair.cc',
141 'embedder/platform_channel_pair.h', 141 'embedder/platform_channel_pair.h',
142 'embedder/platform_channel_pair_posix.cc', 142 'embedder/platform_channel_pair_posix.cc',
143 'embedder/platform_channel_pair_win.cc', 143 'embedder/platform_channel_pair_win.cc',
144 'embedder/platform_channel_utils_posix.cc', 144 'embedder/platform_channel_utils_posix.cc',
145 'embedder/platform_channel_utils_posix.h', 145 'embedder/platform_channel_utils_posix.h',
146 'embedder/platform_handle.cc', 146 'embedder/platform_handle.cc',
147 'embedder/platform_handle.h', 147 'embedder/platform_handle.h',
148 'embedder/platform_handle_vector.h',
148 'embedder/scoped_platform_handle.h', 149 'embedder/scoped_platform_handle.h',
149 'system/channel.cc', 150 'system/channel.cc',
150 'system/channel.h', 151 'system/channel.h',
151 'system/constants.h', 152 'system/constants.h',
152 'system/core.cc', 153 'system/core.cc',
153 'system/core.h', 154 'system/core.h',
154 'system/data_pipe.cc', 155 'system/data_pipe.cc',
155 'system/data_pipe.h', 156 'system/data_pipe.h',
156 'system/data_pipe_consumer_dispatcher.cc', 157 'system/data_pipe_consumer_dispatcher.cc',
157 'system/data_pipe_consumer_dispatcher.h', 158 'system/data_pipe_consumer_dispatcher.h',
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 'aura/screen_mojo.cc', 869 'aura/screen_mojo.cc',
869 'aura/screen_mojo.h', 870 'aura/screen_mojo.h',
870 'aura/window_tree_host_mojo.cc', 871 'aura/window_tree_host_mojo.cc',
871 'aura/window_tree_host_mojo.h', 872 'aura/window_tree_host_mojo.h',
872 ], 873 ],
873 }, 874 },
874 ], 875 ],
875 }], 876 }],
876 ], 877 ],
877 } 878 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698