Chromium Code Reviews

Side by Side Diff: sql/sql.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.
Jump to:
View unified diff |
« no previous file with comments | « sandbox/sandbox_linux_unittests.isolate ('k') | sql/sql_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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 128 matching lines...)
139 ['test_isolation_mode != "noop"', { 139 ['test_isolation_mode != "noop"', {
140 'targets': [ 140 'targets': [
141 { 141 {
142 'target_name': 'sql_unittests_run', 142 'target_name': 'sql_unittests_run',
143 'type': 'none', 143 'type': 'none',
144 'dependencies': [ 144 'dependencies': [
145 'sql_unittests', 145 'sql_unittests',
146 ], 146 ],
147 'includes': [ 147 'includes': [
148 '../build/isolate.gypi', 148 '../build/isolate.gypi',
149 'sql_unittests.isolate',
150 ], 149 ],
151 'sources': [ 150 'sources': [
152 'sql_unittests.isolate', 151 'sql_unittests.isolate',
153 ], 152 ],
154 }, 153 },
155 ], 154 ],
156 }], 155 }],
157 ], 156 ],
158 } 157 }
OLDNEW
« no previous file with comments | « sandbox/sandbox_linux_unittests.isolate ('k') | sql/sql_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine