| 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'dependencies': [ | 307 'dependencies': [ |
| 308 'mojo_public_system_unittests', | 308 'mojo_public_system_unittests', |
| 309 ], | 309 ], |
| 310 'includes': [ | 310 'includes': [ |
| 311 '../../build/isolate.gypi', | 311 '../../build/isolate.gypi', |
| 312 ], | 312 ], |
| 313 'sources': [ | 313 'sources': [ |
| 314 'mojo_public_system_unittests.isolate', | 314 'mojo_public_system_unittests.isolate', |
| 315 ], | 315 ], |
| 316 }, | 316 }, |
| 317 { |
| 318 'target_name': 'mojo_public_utility_unittests_run', |
| 319 'type': 'none', |
| 320 'dependencies': [ |
| 321 'mojo_public_utility_unittests', |
| 322 ], |
| 323 'includes': [ |
| 324 '../../build/isolate.gypi', |
| 325 ], |
| 326 'sources': [ |
| 327 'mojo_public_utility_unittests.isolate', |
| 328 ], |
| 329 }, |
| 317 ], | 330 ], |
| 318 }], | 331 }], |
| 319 ], | 332 ], |
| 320 } | 333 } |
| OLD | NEW |