| 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'mojo_base.gyp:mojo_environment_chromium', | 275 'mojo_base.gyp:mojo_environment_chromium', |
| 276 'mojo_shell_lib', | 276 'mojo_shell_lib', |
| 277 'mojo_test_app', | 277 'mojo_test_app', |
| 278 'mojo_test_request_tracker_app', | 278 'mojo_test_request_tracker_app', |
| 279 'mojo_test_service_bindings', | 279 'mojo_test_service_bindings', |
| 280 ], | 280 ], |
| 281 'sources': [ | 281 'sources': [ |
| 282 'shell/child_process_host_unittest.cc', | 282 'shell/child_process_host_unittest.cc', |
| 283 'shell/dynamic_application_loader_unittest.cc', | 283 'shell/dynamic_application_loader_unittest.cc', |
| 284 'shell/in_process_dynamic_service_runner_unittest.cc', | 284 'shell/in_process_dynamic_service_runner_unittest.cc', |
| 285 'shell/mojo_url_resolver_unittest.cc', |
| 285 'shell/shell_test_base.cc', | 286 'shell/shell_test_base.cc', |
| 286 'shell/shell_test_base.h', | 287 'shell/shell_test_base.h', |
| 287 'shell/shell_test_base_unittest.cc', | 288 'shell/shell_test_base_unittest.cc', |
| 288 'shell/shell_test_main.cc', | 289 'shell/shell_test_main.cc', |
| 289 ], | 290 ], |
| 290 'conditions': [ | 291 'conditions': [ |
| 291 ['OS == "android"', { | 292 ['OS == "android"', { |
| 292 'dependencies': [ | 293 'dependencies': [ |
| 293 '../testing/android/native_test.gyp:native_test_native_code', | 294 '../testing/android/native_test.gyp:native_test_native_code', |
| 294 ], | 295 ], |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 '../build/isolate.gypi', | 773 '../build/isolate.gypi', |
| 773 ], | 774 ], |
| 774 'sources': [ | 775 'sources': [ |
| 775 'mojo_js_unittests.isolate', | 776 'mojo_js_unittests.isolate', |
| 776 ], | 777 ], |
| 777 }, | 778 }, |
| 778 ], | 779 ], |
| 779 }], | 780 }], |
| 780 ], | 781 ], |
| 781 } | 782 } |
| OLD | NEW |