| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 from . import steps | 5 from . import steps |
| 6 | 6 |
| 7 SPEC = { | 7 SPEC = { |
| 8 'settings': { | 8 'settings': { |
| 9 'build_gs_bucket': 'chromium-v8', | 9 'build_gs_bucket': 'chromium-v8', |
| 10 }, | 10 }, |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'cf_gs_acl': 'public-read', | 313 'cf_gs_acl': 'public-read', |
| 314 'cf_archive_name': 'syzyasan', | 314 'cf_archive_name': 'syzyasan', |
| 315 'cf_revision_dir': 'v8', | 315 'cf_revision_dir': 'v8', |
| 316 'fixed_staging_dir': True, | 316 'fixed_staging_dir': True, |
| 317 'compile_targets': ['chromium_builder_asan'], | 317 'compile_targets': ['chromium_builder_asan'], |
| 318 'set_component_rev': {'name': 'src/v8', 'rev_str': '%s'}, | 318 'set_component_rev': {'name': 'src/v8', 'rev_str': '%s'}, |
| 319 'testing': {'platform': 'win'}, | 319 'testing': {'platform': 'win'}, |
| 320 }, | 320 }, |
| 321 }, | 321 }, |
| 322 } | 322 } |
| OLD | NEW |