| OLD | NEW |
| 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 Loading... |
| 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)', | |
| 236 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', | 235 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |
| 237 '--variable', 'OS', '<(OS)', | 236 '--variable', 'OS', '<(OS)', |
| 238 '--result', '<@(_outputs)', | 237 '--result', '<@(_outputs)', |
| 239 'cacheinvalidation_unittests.isolate', | 238 'cacheinvalidation_unittests.isolate', |
| 240 ], | 239 ], |
| 241 }, | 240 }, |
| 242 ], | 241 ], |
| 243 }, | 242 }, |
| 244 ], | 243 ], |
| 245 } | 244 } |
| OLD | NEW |