| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'dependencies': [ | 281 'dependencies': [ |
| 282 'mojo_public_bindings_unittests', | 282 'mojo_public_bindings_unittests', |
| 283 ], | 283 ], |
| 284 'includes': [ | 284 'includes': [ |
| 285 '../../build/isolate.gypi', | 285 '../../build/isolate.gypi', |
| 286 ], | 286 ], |
| 287 'sources': [ | 287 'sources': [ |
| 288 'mojo_public_bindings_unittests.isolate', | 288 'mojo_public_bindings_unittests.isolate', |
| 289 ], | 289 ], |
| 290 }, | 290 }, |
| 291 { |
| 292 'target_name': 'mojo_public_environment_unittests_run', |
| 293 'type': 'none', |
| 294 'dependencies': [ |
| 295 'mojo_public_environment_unittests', |
| 296 ], |
| 297 'includes': [ |
| 298 '../../build/isolate.gypi', |
| 299 ], |
| 300 'sources': [ |
| 301 'mojo_public_environment_unittests.isolate', |
| 302 ], |
| 303 }, |
| 291 ], | 304 ], |
| 292 }], | 305 }], |
| 293 ], | 306 ], |
| 294 } | 307 } |
| OLD | NEW |