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

Side by Side Diff: net/net.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 | « mojo/mojo_python_unittests.isolate ('k') | net/net_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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 ['test_isolation_mode != "noop"', { 1674 ['test_isolation_mode != "noop"', {
1675 'targets': [ 1675 'targets': [
1676 { 1676 {
1677 'target_name': 'net_unittests_run', 1677 'target_name': 'net_unittests_run',
1678 'type': 'none', 1678 'type': 'none',
1679 'dependencies': [ 1679 'dependencies': [
1680 'net_unittests', 1680 'net_unittests',
1681 ], 1681 ],
1682 'includes': [ 1682 'includes': [
1683 '../build/isolate.gypi', 1683 '../build/isolate.gypi',
1684 'net_unittests.isolate',
1685 ], 1684 ],
1686 'sources': [ 1685 'sources': [
1687 'net_unittests.isolate', 1686 'net_unittests.isolate',
1688 ], 1687 ],
1689 }, 1688 },
1690 ], 1689 ],
1691 }], 1690 }],
1692 ], 1691 ],
1693 } 1692 }
OLDNEW
« no previous file with comments | « mojo/mojo_python_unittests.isolate ('k') | net/net_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698