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 169723004: RawChannel refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | mojo/system/raw_channel.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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'system/message_in_transit.cc', 131 'system/message_in_transit.cc',
132 'system/message_in_transit.h', 132 'system/message_in_transit.h',
133 'system/message_pipe.cc', 133 'system/message_pipe.cc',
134 'system/message_pipe.h', 134 'system/message_pipe.h',
135 'system/message_pipe_dispatcher.cc', 135 'system/message_pipe_dispatcher.cc',
136 'system/message_pipe_dispatcher.h', 136 'system/message_pipe_dispatcher.h',
137 'system/message_pipe_endpoint.cc', 137 'system/message_pipe_endpoint.cc',
138 'system/message_pipe_endpoint.h', 138 'system/message_pipe_endpoint.h',
139 'system/proxy_message_pipe_endpoint.cc', 139 'system/proxy_message_pipe_endpoint.cc',
140 'system/proxy_message_pipe_endpoint.h', 140 'system/proxy_message_pipe_endpoint.h',
141 'system/raw_channel.cc',
141 'system/raw_channel.h', 142 'system/raw_channel.h',
142 'system/raw_channel_posix.cc', 143 'system/raw_channel_posix.cc',
143 'system/raw_channel_win.cc', 144 'system/raw_channel_win.cc',
144 'system/simple_dispatcher.cc', 145 'system/simple_dispatcher.cc',
145 'system/simple_dispatcher.h', 146 'system/simple_dispatcher.h',
146 'system/waiter.cc', 147 'system/waiter.cc',
147 'system/waiter.h', 148 'system/waiter.h',
148 'system/waiter_list.cc', 149 'system/waiter_list.cc',
149 'system/waiter_list.h', 150 'system/waiter_list.h',
150 # Test-only code: 151 # Test-only code:
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 478 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
478 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 479 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
479 'native_lib_target': 'libmojo_shell', 480 'native_lib_target': 'libmojo_shell',
480 }, 481 },
481 'includes': [ '../build/java_apk.gypi' ], 482 'includes': [ '../build/java_apk.gypi' ],
482 } 483 }
483 ], 484 ],
484 }], 485 }],
485 ], 486 ],
486 } 487 }
OLDNEW
« no previous file with comments | « no previous file | mojo/system/raw_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698