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

Side by Side Diff: sandbox/linux/sandbox_linux.gypi

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 | « net/net_unittests.isolate ('k') | sandbox/sandbox_linux_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 'conditions': [ 7 'conditions': [
8 ['OS=="linux"', { 8 ['OS=="linux"', {
9 'compile_suid_client': 1, 9 'compile_suid_client': 1,
10 'compile_credentials': 1, 10 'compile_credentials': 1,
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 ['test_isolation_mode != "noop"', { 332 ['test_isolation_mode != "noop"', {
333 'targets': [ 333 'targets': [
334 { 334 {
335 'target_name': 'sandbox_linux_unittests_run', 335 'target_name': 'sandbox_linux_unittests_run',
336 'type': 'none', 336 'type': 'none',
337 'dependencies': [ 337 'dependencies': [
338 'sandbox_linux_unittests', 338 'sandbox_linux_unittests',
339 ], 339 ],
340 'includes': [ 340 'includes': [
341 '../../build/isolate.gypi', 341 '../../build/isolate.gypi',
342 '../sandbox_linux_unittests.isolate',
343 ], 342 ],
344 'sources': [ 343 'sources': [
345 '../sandbox_linux_unittests.isolate', 344 '../sandbox_linux_unittests.isolate',
346 ], 345 ],
347 }, 346 },
348 ], 347 ],
349 }], 348 }],
350 ], 349 ],
351 } 350 }
OLDNEW
« no previous file with comments | « net/net_unittests.isolate ('k') | sandbox/sandbox_linux_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698