| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'dependencies': [ | 196 'dependencies': [ |
| 197 '../base/base.gyp:base', | 197 '../base/base.gyp:base', |
| 198 '../base/base.gyp:run_all_unittests', | 198 '../base/base.gyp:run_all_unittests', |
| 199 '../testing/gtest.gyp:gtest', | 199 '../testing/gtest.gyp:gtest', |
| 200 'mojo_common_test_support', | 200 'mojo_common_test_support', |
| 201 'mojo_system_impl', | 201 'mojo_system_impl', |
| 202 ], | 202 ], |
| 203 'sources': [ | 203 'sources': [ |
| 204 'embedder/embedder_unittest.cc', | 204 'embedder/embedder_unittest.cc', |
| 205 'embedder/platform_channel_pair_posix_unittest.cc', | 205 'embedder/platform_channel_pair_posix_unittest.cc', |
| 206 'system/channel_unittest.cc', |
| 206 'system/core_unittest.cc', | 207 'system/core_unittest.cc', |
| 207 'system/core_test_base.cc', | 208 'system/core_test_base.cc', |
| 208 'system/core_test_base.h', | 209 'system/core_test_base.h', |
| 209 'system/data_pipe_unittest.cc', | 210 'system/data_pipe_unittest.cc', |
| 210 'system/dispatcher_unittest.cc', | 211 'system/dispatcher_unittest.cc', |
| 211 'system/local_data_pipe_unittest.cc', | 212 'system/local_data_pipe_unittest.cc', |
| 212 'system/message_pipe_dispatcher_unittest.cc', | 213 'system/message_pipe_dispatcher_unittest.cc', |
| 213 'system/message_pipe_unittest.cc', | 214 'system/message_pipe_unittest.cc', |
| 214 'system/multiprocess_message_pipe_unittest.cc', | 215 'system/multiprocess_message_pipe_unittest.cc', |
| 215 'system/raw_channel_unittest.cc', | 216 'system/raw_channel_unittest.cc', |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'mojo_js_unittests.isolate', | 725 'mojo_js_unittests.isolate', |
| 725 ], | 726 ], |
| 726 'sources': [ | 727 'sources': [ |
| 727 'mojo_js_unittests.isolate', | 728 'mojo_js_unittests.isolate', |
| 728 ], | 729 ], |
| 729 }, | 730 }, |
| 730 ], | 731 ], |
| 731 }], | 732 }], |
| 732 ], | 733 ], |
| 733 } | 734 } |
| OLD | NEW |