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

Side by Side Diff: chrome_elf/chrome_elf.gyp

Issue 1223703002: Convert chrome_elf_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: foiled again! Created 4 years, 10 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 | « build/gn_migration.gypi ('k') | chrome_elf/chrome_elf_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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../build/util/version.gypi', 9 '../build/util/version.gypi',
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'breakpad.cc', 139 'breakpad.cc',
140 'breakpad.h', 140 'breakpad.h',
141 ], 141 ],
142 'dependencies': [ 142 'dependencies': [
143 'chrome_elf_common', 143 'chrome_elf_common',
144 '../breakpad/breakpad.gyp:breakpad_handler', 144 '../breakpad/breakpad.gyp:breakpad_handler',
145 '../chrome/common_constants.gyp:version_header', 145 '../chrome/common_constants.gyp:version_header',
146 ], 146 ],
147 }, 147 },
148 ], # targets 148 ], # targets
149 'conditions': [
150 ['test_isolation_mode != "noop"', {
151 'targets': [
152 {
153 'target_name': 'chrome_elf_unittests_run',
154 'type': 'none',
155 'dependencies': [
156 'chrome_elf_unittests',
157 ],
158 'includes': [ '../build/isolate.gypi' ],
159 'sources': [ 'chrome_elf_unittests.isolate' ],
160 },
161 ],
162 }],
163 ],
149 } 164 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome_elf/chrome_elf_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698