| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 'sources': [ | 236 'sources': [ |
| 237 'embedder/embedder_unittest.cc', | 237 'embedder/embedder_unittest.cc', |
| 238 'embedder/platform_channel_pair_posix_unittest.cc', | 238 'embedder/platform_channel_pair_posix_unittest.cc', |
| 239 'system/channel_unittest.cc', | 239 'system/channel_unittest.cc', |
| 240 'system/core_unittest.cc', | 240 'system/core_unittest.cc', |
| 241 'system/core_test_base.cc', | 241 'system/core_test_base.cc', |
| 242 'system/core_test_base.h', | 242 'system/core_test_base.h', |
| 243 'system/data_pipe_unittest.cc', | 243 'system/data_pipe_unittest.cc', |
| 244 'system/dispatcher_unittest.cc', | 244 'system/dispatcher_unittest.cc', |
| 245 'system/local_data_pipe_unittest.cc', | 245 'system/local_data_pipe_unittest.cc', |
| 246 'system/memory_unittest.cc', | |
| 247 'system/message_pipe_dispatcher_unittest.cc', | 246 'system/message_pipe_dispatcher_unittest.cc', |
| 248 'system/message_pipe_unittest.cc', | 247 'system/message_pipe_unittest.cc', |
| 249 'system/multiprocess_message_pipe_unittest.cc', | 248 'system/multiprocess_message_pipe_unittest.cc', |
| 250 'system/platform_handle_dispatcher_unittest.cc', | 249 'system/platform_handle_dispatcher_unittest.cc', |
| 251 'system/raw_channel_unittest.cc', | 250 'system/raw_channel_unittest.cc', |
| 252 'system/raw_shared_buffer_unittest.cc', | 251 'system/raw_shared_buffer_unittest.cc', |
| 253 'system/remote_message_pipe_unittest.cc', | 252 'system/remote_message_pipe_unittest.cc', |
| 254 'system/shared_buffer_dispatcher_unittest.cc', | 253 'system/shared_buffer_dispatcher_unittest.cc', |
| 255 'system/simple_dispatcher_unittest.cc', | 254 'system/simple_dispatcher_unittest.cc', |
| 256 'system/test_utils.cc', | 255 'system/test_utils.cc', |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 'aura/screen_mojo.cc', | 873 'aura/screen_mojo.cc', |
| 875 'aura/screen_mojo.h', | 874 'aura/screen_mojo.h', |
| 876 'aura/window_tree_host_mojo.cc', | 875 'aura/window_tree_host_mojo.cc', |
| 877 'aura/window_tree_host_mojo.h', | 876 'aura/window_tree_host_mojo.h', |
| 878 ], | 877 ], |
| 879 }, | 878 }, |
| 880 ], | 879 ], |
| 881 }], | 880 }], |
| 882 ], | 881 ], |
| 883 } | 882 } |
| OLD | NEW |