| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # Essential components (and their tests) that are needed to build | 5 # Essential components (and their tests) that are needed to build |
| 6 # Chrome should be here. Other components that are useful only in | 6 # Chrome should be here. Other components that are useful only in |
| 7 # Mojo land like mojo_shell should be in mojo.gyp. | 7 # Mojo land like mojo_shell should be in mojo.gyp. |
| 8 { | 8 { |
| 9 'includes': [ | 9 'includes': [ |
| 10 'mojo_public.gypi', | 10 'mojo_public.gypi', |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 ['test_isolation_mode != "noop"', { | 642 ['test_isolation_mode != "noop"', { |
| 643 'targets': [ | 643 'targets': [ |
| 644 { | 644 { |
| 645 'target_name': 'mojo_js_unittests_run', | 645 'target_name': 'mojo_js_unittests_run', |
| 646 'type': 'none', | 646 'type': 'none', |
| 647 'dependencies': [ | 647 'dependencies': [ |
| 648 'mojo_js_unittests', | 648 'mojo_js_unittests', |
| 649 ], | 649 ], |
| 650 'includes': [ | 650 'includes': [ |
| 651 '../build/isolate.gypi', | 651 '../build/isolate.gypi', |
| 652 'mojo_js_unittests.isolate', | |
| 653 ], | 652 ], |
| 654 'sources': [ | 653 'sources': [ |
| 655 'mojo_js_unittests.isolate', | 654 'mojo_js_unittests.isolate', |
| 656 ], | 655 ], |
| 657 }, | 656 }, |
| 658 ], | 657 ], |
| 659 }], | 658 }], |
| 660 ] | 659 ] |
| 661 } | 660 } |
| OLD | NEW |