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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 }, | 440 }, |
441 { | 441 { |
442 'target_name': 'nacl_switches_win64', | 442 'target_name': 'nacl_switches_win64', |
443 'type': 'none', | 443 'type': 'none', |
444 'sources': [], | 444 'sources': [], |
445 }, | 445 }, |
446 ], | 446 ], |
447 }], | 447 }], |
448 ], | 448 ], |
449 }], | 449 }], |
450 ['test_isolation_mode != "noop"', { | |
451 'targets': [ | |
452 { | |
453 'target_name': 'nacl_loader_unittests_run', | |
454 'type': 'none', | |
455 'dependencies': [ | |
456 'nacl_loader_unittests', | |
457 ], | |
458 'includes': [ | |
459 '../build/isolate.gypi', | |
460 'nacl_loader_unittests.isolate', | |
461 ], | |
462 'sources': [ | |
463 'nacl_loader_unittests.isolate', | |
464 ], | |
465 }, | |
466 ], | |
467 }], | |
468 ], | 450 ], |
469 'targets': [ | 451 'targets': [ |
470 { | 452 { |
471 'target_name': 'nacl_switches', | 453 'target_name': 'nacl_switches', |
472 'type': 'static_library', | 454 'type': 'static_library', |
473 'sources': [ | 455 'sources': [ |
474 'nacl/common/nacl_switches.cc', | 456 'nacl/common/nacl_switches.cc', |
475 'nacl/common/nacl_switches.h', | 457 'nacl/common/nacl_switches.h', |
476 ], | 458 ], |
477 'include_dirs': [ | 459 'include_dirs': [ |
(...skipping 21 matching lines...) Expand all Loading... |
499 ], | 481 ], |
500 'include_dirs': [ | 482 'include_dirs': [ |
501 '..', | 483 '..', |
502 ], | 484 ], |
503 'dependencies': [ | 485 'dependencies': [ |
504 '../content/content.gyp:content_common', | 486 '../content/content.gyp:content_common', |
505 ], | 487 ], |
506 }, | 488 }, |
507 ] | 489 ] |
508 } | 490 } |
OLD | NEW |