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

Side by Side Diff: third_party/cacheinvalidation/cacheinvalidation.gyp

Issue 10392073: Add a new gyp define to be used by the swarm master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add slash, otherwise gyp does silly things Created 8 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « net/net.gyp ('k') | no next file » | 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 # This library should build cleanly with the extra warnings turned on 7 # This library should build cleanly with the extra warnings turned on
8 # for Chromium. 8 # for Chromium.
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # The root directory for the proto files. 10 # The root directory for the proto files.
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'inputs': [ 224 'inputs': [
225 'cacheinvalidation_unittests.isolate', 225 'cacheinvalidation_unittests.isolate',
226 '<@(isolate_dependency_tracked)', 226 '<@(isolate_dependency_tracked)',
227 ], 227 ],
228 'outputs': [ 228 'outputs': [
229 '<(PRODUCT_DIR)/cacheinvalidation_unittests.results', 229 '<(PRODUCT_DIR)/cacheinvalidation_unittests.results',
230 ], 230 ],
231 'action': [ 231 'action': [
232 'python', 232 'python',
233 '../../tools/isolate/isolate.py', 233 '../../tools/isolate/isolate.py',
234 '--mode', '<(tests_run)', 234 '--mode', '<(test_isolation_mode)',
235 '--outdir', '<(test_isolation_outdir)',
235 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', 236 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
236 '--variable', 'OS', '<(OS)', 237 '--variable', 'OS', '<(OS)',
237 '--result', '<@(_outputs)', 238 '--result', '<@(_outputs)',
238 'cacheinvalidation_unittests.isolate', 239 'cacheinvalidation_unittests.isolate',
239 ], 240 ],
240 }, 241 },
241 ], 242 ],
242 }, 243 },
243 ], 244 ],
244 } 245 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698