| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 'mojo_common_test_support', | 151 'mojo_common_test_support', |
| 152 'mojo_system', | 152 'mojo_system', |
| 153 'mojo_system_impl', | 153 'mojo_system_impl', |
| 154 ], | 154 ], |
| 155 'sources': [ | 155 'sources': [ |
| 156 'system/core_impl_unittest.cc', | 156 'system/core_impl_unittest.cc', |
| 157 'system/core_test_base.cc', | 157 'system/core_test_base.cc', |
| 158 'system/core_test_base.h', | 158 'system/core_test_base.h', |
| 159 'system/data_pipe_unittest.cc', | 159 'system/data_pipe_unittest.cc', |
| 160 'system/dispatcher_unittest.cc', | 160 'system/dispatcher_unittest.cc', |
| 161 'system/embedder_unittest.cc', |
| 161 'system/local_data_pipe_unittest.cc', | 162 'system/local_data_pipe_unittest.cc', |
| 162 'system/message_pipe_dispatcher_unittest.cc', | 163 'system/message_pipe_dispatcher_unittest.cc', |
| 163 'system/message_pipe_unittest.cc', | 164 'system/message_pipe_unittest.cc', |
| 164 'system/multiprocess_message_pipe_unittest.cc', | 165 'system/multiprocess_message_pipe_unittest.cc', |
| 165 'system/raw_channel_posix_unittest.cc', | 166 'system/raw_channel_posix_unittest.cc', |
| 166 'system/remote_message_pipe_posix_unittest.cc', | 167 'system/remote_message_pipe_posix_unittest.cc', |
| 167 'system/simple_dispatcher_unittest.cc', | 168 'system/simple_dispatcher_unittest.cc', |
| 169 'system/test_embedder.cc', |
| 170 'system/test_embedder.h', |
| 168 'system/test_utils.cc', | 171 'system/test_utils.cc', |
| 169 'system/test_utils.h', | 172 'system/test_utils.h', |
| 170 'system/waiter_list_unittest.cc', | 173 'system/waiter_list_unittest.cc', |
| 171 'system/waiter_test_utils.cc', | 174 'system/waiter_test_utils.cc', |
| 172 'system/waiter_test_utils.h', | 175 'system/waiter_test_utils.h', |
| 173 'system/waiter_unittest.cc', | 176 'system/waiter_unittest.cc', |
| 174 ], | 177 ], |
| 175 }, | 178 }, |
| 176 { | 179 { |
| 177 'target_name': 'mojo_gles2', | 180 'target_name': 'mojo_gles2', |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 478 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
| 476 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 479 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
| 477 'native_lib_target': 'libmojo_shell', | 480 'native_lib_target': 'libmojo_shell', |
| 478 }, | 481 }, |
| 479 'includes': [ '../build/java_apk.gypi' ], | 482 'includes': [ '../build/java_apk.gypi' ], |
| 480 } | 483 } |
| 481 ], | 484 ], |
| 482 }], | 485 }], |
| 483 ], | 486 ], |
| 484 } | 487 } |
| OLD | NEW |