OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |