| 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 SPEC = { | 5 SPEC = { |
| 6 'builders': { | 6 'builders': { |
| 7 'Google Chrome ChromeOS': { | 7 'Google Chrome ChromeOS': { |
| 8 'chromium_config': 'chromium_official', | 8 'chromium_config': 'chromium_official', |
| 9 'chromium_apply_config': ['chromeos'], | 9 'chromium_apply_config': ['chromeos'], |
| 10 'gclient_config': 'chromium', | 10 'gclient_config': 'chromium', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'chromium_config_kwargs': { | 66 'chromium_config_kwargs': { |
| 67 'BUILD_CONFIG': 'Release', | 67 'BUILD_CONFIG': 'Release', |
| 68 'TARGET_BITS': 32, | 68 'TARGET_BITS': 32, |
| 69 }, | 69 }, |
| 70 'testing': { | 70 'testing': { |
| 71 'platform': 'win', | 71 'platform': 'win', |
| 72 }, | 72 }, |
| 73 }, | 73 }, |
| 74 }, | 74 }, |
| 75 } | 75 } |
| OLD | NEW |