Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: components/nacl.gyp

Issue 348803004: Revert of Isolate nacl_loader_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | components/nacl_loader_unittests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl_loader_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698