| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'mojo_examples.gypi', | 10 'mojo_examples.gypi', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'system/message_in_transit.cc', | 85 'system/message_in_transit.cc', |
| 86 'system/message_in_transit.h', | 86 'system/message_in_transit.h', |
| 87 'system/message_pipe.cc', | 87 'system/message_pipe.cc', |
| 88 'system/message_pipe.h', | 88 'system/message_pipe.h', |
| 89 'system/message_pipe_dispatcher.cc', | 89 'system/message_pipe_dispatcher.cc', |
| 90 'system/message_pipe_dispatcher.h', | 90 'system/message_pipe_dispatcher.h', |
| 91 'system/message_pipe_endpoint.cc', | 91 'system/message_pipe_endpoint.cc', |
| 92 'system/message_pipe_endpoint.h', | 92 'system/message_pipe_endpoint.h', |
| 93 'system/platform_channel.cc', | 93 'system/platform_channel.cc', |
| 94 'system/platform_channel.h', | 94 'system/platform_channel.h', |
| 95 'system/platform_channel_handle.cc', |
| 95 'system/platform_channel_handle.h', | 96 'system/platform_channel_handle.h', |
| 96 'system/platform_channel_posix.cc', | 97 'system/platform_channel_posix.cc', |
| 97 'system/proxy_message_pipe_endpoint.cc', | 98 'system/proxy_message_pipe_endpoint.cc', |
| 98 'system/proxy_message_pipe_endpoint.h', | 99 'system/proxy_message_pipe_endpoint.h', |
| 99 'system/raw_channel.h', | 100 'system/raw_channel.h', |
| 100 'system/raw_channel_posix.cc', | 101 'system/raw_channel_posix.cc', |
| 101 'system/raw_channel_win.cc', | 102 'system/raw_channel_win.cc', |
| 102 'system/simple_dispatcher.cc', | 103 'system/simple_dispatcher.cc', |
| 103 'system/simple_dispatcher.h', | 104 'system/simple_dispatcher.h', |
| 104 'system/waiter.cc', | 105 'system/waiter.cc', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 358 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
| 358 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 359 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
| 359 'native_lib_target': 'libmojo_shell', | 360 'native_lib_target': 'libmojo_shell', |
| 360 }, | 361 }, |
| 361 'includes': [ '../build/java_apk.gypi' ], | 362 'includes': [ '../build/java_apk.gypi' ], |
| 362 } | 363 } |
| 363 ], | 364 ], |
| 364 }], | 365 }], |
| 365 ], | 366 ], |
| 366 } | 367 } |
| OLD | NEW |