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

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

Issue 10139020: Change --variable argument, must now be spaced, -V foo bar, instead of -V foo=bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « third_party/cacheinvalidation/README.chromium ('k') | tools/isolate/isolate.py » ('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 # 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', '<(tests_run)',
235 '--variable', 'DEPTH=<(DEPTH)', 235 '--variable', 'DEPTH', '<(DEPTH)',
236 '--variable', 'PRODUCT_DIR=<(PRODUCT_DIR)', 236 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
237 '--variable', 'OS=<(OS)', 237 '--variable', 'OS', '<(OS)',
238 '--result', '<@(_outputs)', 238 '--result', '<@(_outputs)',
239 'cacheinvalidation_unittests.isolate', 239 'cacheinvalidation_unittests.isolate',
240 ], 240 ],
241 }, 241 },
242 ], 242 ],
243 }, 243 },
244 ], 244 ],
245 } 245 }
OLDNEW
« no previous file with comments | « third_party/cacheinvalidation/README.chromium ('k') | tools/isolate/isolate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698