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

Side by Side Diff: components/nacl.gyp

Issue 614923005: Rename all isolate_dependency_* to files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 6 years, 2 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
« no previous file with comments | « components/components_unittests.isolate ('k') | 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « components/components_unittests.isolate ('k') | components/nacl_loader_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698