| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'nacl/nacl_defines.gypi', | 10 'nacl/nacl_defines.gypi', |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 ['disable_nacl!=1 and test_isolation_mode!="noop"', { | 456 ['disable_nacl!=1 and test_isolation_mode!="noop"', { |
| 457 'targets': [ | 457 'targets': [ |
| 458 { | 458 { |
| 459 'target_name': 'nacl_loader_unittests_run', | 459 'target_name': 'nacl_loader_unittests_run', |
| 460 'type': 'none', | 460 'type': 'none', |
| 461 'dependencies': [ | 461 'dependencies': [ |
| 462 'nacl_loader_unittests', | 462 'nacl_loader_unittests', |
| 463 ], | 463 ], |
| 464 'includes': [ | 464 'includes': [ |
| 465 '../build/isolate.gypi', | 465 '../build/isolate.gypi', |
| 466 'nacl_loader_unittests.isolate', | |
| 467 ], | 466 ], |
| 468 'sources': [ | 467 'sources': [ |
| 469 'nacl_loader_unittests.isolate', | 468 'nacl_loader_unittests.isolate', |
| 470 ], | 469 ], |
| 471 }, | 470 }, |
| 472 ], | 471 ], |
| 473 }], | 472 }], |
| 474 ], | 473 ], |
| 475 'targets': [ | 474 'targets': [ |
| 476 { | 475 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 ], | 508 ], |
| 510 'include_dirs': [ | 509 'include_dirs': [ |
| 511 '..', | 510 '..', |
| 512 ], | 511 ], |
| 513 'dependencies': [ | 512 'dependencies': [ |
| 514 '../content/content.gyp:content_common', | 513 '../content/content.gyp:content_common', |
| 515 ], | 514 ], |
| 516 }, | 515 }, |
| 517 ] | 516 ] |
| 518 } | 517 } |
| OLD | NEW |