| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 | 10 |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 'android_nexus7_perf_bisect': 'official_goma_minimal_symbols_android', | 618 'android_nexus7_perf_bisect': 'official_goma_minimal_symbols_android', |
| 619 'android_nexus9_perf_bisect': 'official_goma_minimal_symbols_android_arm64
', | 619 'android_nexus9_perf_bisect': 'official_goma_minimal_symbols_android_arm64
', |
| 620 'android_one_perf_bisect': 'official_goma_minimal_symbols_android', | 620 'android_one_perf_bisect': 'official_goma_minimal_symbols_android', |
| 621 'android_perf_bisect_builder': 'official_goma_minimal_symbols_android', | 621 'android_perf_bisect_builder': 'official_goma_minimal_symbols_android', |
| 622 'android_s5_perf_bisect': 'official_goma_minimal_symbols_android', | 622 'android_s5_perf_bisect': 'official_goma_minimal_symbols_android', |
| 623 'android_webview_arm64_aosp_perf_bisect': 'official_goma_minimal_symbols_a
ndroid', | 623 'android_webview_arm64_aosp_perf_bisect': 'official_goma_minimal_symbols_a
ndroid', |
| 624 'linux_fyi_perf_bisect': 'official_goma', | 624 'linux_fyi_perf_bisect': 'official_goma', |
| 625 'linux_perf_bisect': 'official_goma', | 625 'linux_perf_bisect': 'official_goma', |
| 626 'linux_perf_bisect_builder': 'official_goma', | 626 'linux_perf_bisect_builder': 'official_goma', |
| 627 'linux_perf_cq': 'official_goma', | 627 'linux_perf_cq': 'official_goma', |
| 628 'Mac Builder': 'official_goma', |
| 628 'mac_10_10_perf_bisect': 'official_goma', | 629 'mac_10_10_perf_bisect': 'official_goma', |
| 629 'mac_10_11_perf_bisect': 'official_goma', | 630 'mac_10_11_perf_bisect': 'official_goma', |
| 630 'mac_fyi_perf_bisect': 'official_goma', | 631 'mac_fyi_perf_bisect': 'official_goma', |
| 631 'mac_hdd_perf_bisect': 'official_goma', | 632 'mac_hdd_perf_bisect': 'official_goma', |
| 632 'mac_perf_bisect_builder': 'official_goma', | 633 'mac_perf_bisect_builder': 'official_goma', |
| 633 'mac_retina_perf_bisect': 'official_goma', | 634 'mac_retina_perf_bisect': 'official_goma', |
| 634 'mac_retina_perf_cq': 'official_goma', | 635 'mac_retina_perf_cq': 'official_goma', |
| 635 'win_8_perf_bisect': 'official_goma_x86', | 636 'win_8_perf_bisect': 'official_goma_x86', |
| 636 'win_fyi_perf_bisect': 'official_goma_x86', | 637 'win_fyi_perf_bisect': 'official_goma_x86', |
| 637 'win_perf_bisect': 'official_goma_x86', | 638 'win_perf_bisect': 'official_goma_x86', |
| (...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 | 1926 |
| 1926 'x64': { | 1927 'x64': { |
| 1927 'gn_args': 'target_cpu="x64"', | 1928 'gn_args': 'target_cpu="x64"', |
| 1928 }, | 1929 }, |
| 1929 | 1930 |
| 1930 'x86': { | 1931 'x86': { |
| 1931 'gn_args': 'target_cpu="x86"', | 1932 'gn_args': 'target_cpu="x86"', |
| 1932 }, | 1933 }, |
| 1933 }, | 1934 }, |
| 1934 } | 1935 } |
| OLD | NEW |