| OLD | NEW |
| 1 # Copyright (c) 2016, Google Inc. All rights reserved. | 1 # Copyright (c) 2016, Google Inc. All rights reserved. |
| 2 # | 2 # |
| 3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
| 4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
| 5 # met: | 5 # met: |
| 6 # | 6 # |
| 7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
| 8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
| 9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
| 10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 "specifiers": ['Win7', 'Release'] | 32 "specifiers": ['Win7', 'Release'] |
| 33 }, | 33 }, |
| 34 "WebKit Win7 (dbg)": { | 34 "WebKit Win7 (dbg)": { |
| 35 "port_name": "win-win7", | 35 "port_name": "win-win7", |
| 36 "specifiers": ['Win7', 'Debug'] | 36 "specifiers": ['Win7', 'Debug'] |
| 37 }, | 37 }, |
| 38 "WebKit Win10": { | 38 "WebKit Win10": { |
| 39 "port_name": "win-win10", | 39 "port_name": "win-win10", |
| 40 "specifiers": ['Win10', 'Release'] | 40 "specifiers": ['Win10', 'Release'] |
| 41 }, | 41 }, |
| 42 "WebKit Linux Precise": { | |
| 43 "port_name": "linux-precise", | |
| 44 "specifiers": ['Precise', 'Release'] | |
| 45 }, | |
| 46 "WebKit Linux Trusty": { | 42 "WebKit Linux Trusty": { |
| 47 "port_name": "linux-trusty", | 43 "port_name": "linux-trusty", |
| 48 "specifiers": ['Trusty', 'Release'] | 44 "specifiers": ['Trusty', 'Release'] |
| 49 }, | 45 }, |
| 50 "WebKit Linux Precise (dbg)": { | |
| 51 "port_name": "linux-precise", | |
| 52 "specifiers": ['Precise', 'Debug'] | |
| 53 }, | |
| 54 "WebKit Mac10.9": { | 46 "WebKit Mac10.9": { |
| 55 "port_name": "mac-mac10.9", | 47 "port_name": "mac-mac10.9", |
| 56 "specifiers": ['Mac10.9', 'Release'] | 48 "specifiers": ['Mac10.9', 'Release'] |
| 57 }, | 49 }, |
| 58 "WebKit Mac10.10": { | 50 "WebKit Mac10.10": { |
| 59 "port_name": "mac-mac10.10", | 51 "port_name": "mac-mac10.10", |
| 60 "specifiers": ['Mac10.10', 'Release'] | 52 "specifiers": ['Mac10.10', 'Release'] |
| 61 }, | 53 }, |
| 62 "WebKit Mac10.11": { | 54 "WebKit Mac10.11": { |
| 63 "port_name": "mac-mac10.11", | 55 "port_name": "mac-mac10.11", |
| 64 "specifiers": ['Mac10.11', 'Release'] | 56 "specifiers": ['Mac10.11', 'Release'] |
| 65 }, | 57 }, |
| 66 "WebKit Mac10.11 (dbg)": { | 58 "WebKit Mac10.11 (dbg)": { |
| 67 "port_name": "mac-mac10.11", | 59 "port_name": "mac-mac10.11", |
| 68 "specifiers": ['Mac10.11', 'Debug'] | 60 "specifiers": ['Mac10.11', 'Debug'] |
| 69 }, | 61 }, |
| 70 "WebKit Mac10.11 (retina)": { | 62 "WebKit Mac10.11 (retina)": { |
| 71 "port_name": "mac-retina", | 63 "port_name": "mac-retina", |
| 72 "specifiers": ['Retina', 'Release'] | 64 "specifiers": ['Retina', 'Release'] |
| 73 }, | 65 }, |
| 74 "WebKit Android (Nexus4)": { | 66 "WebKit Android (Nexus4)": { |
| 75 "port_name": "android", | 67 "port_name": "android", |
| 76 "specifiers": ['Android', 'Release'] | 68 "specifiers": ['Android', 'Release'] |
| 77 }, | 69 }, |
| 78 "linux_precise_blink_rel": { | |
| 79 "port_name": "linux-precise", | |
| 80 "specifiers": ['Precise', 'Release'], | |
| 81 "is_try_builder": True, | |
| 82 }, | |
| 83 "linux_trusty_blink_rel": { | 70 "linux_trusty_blink_rel": { |
| 84 "port_name": "linux-trusty", | 71 "port_name": "linux-trusty", |
| 85 "specifiers": ['Trusty', 'Release'], | 72 "specifiers": ['Trusty', 'Release'], |
| 86 "is_try_builder": True, | 73 "is_try_builder": True, |
| 87 }, | 74 }, |
| 88 "mac10.9_blink_rel": { | 75 "mac10.9_blink_rel": { |
| 89 "port_name": "mac-mac10.9", | 76 "port_name": "mac-mac10.9", |
| 90 "specifiers": ['Mac10.9', 'Release'], | 77 "specifiers": ['Mac10.9', 'Release'], |
| 91 "is_try_builder": True, | 78 "is_try_builder": True, |
| 92 }, | 79 }, |
| (...skipping 21 matching lines...) Expand all Loading... |
| 114 "port_name": "win-win10", | 101 "port_name": "win-win10", |
| 115 "specifiers": ['Win10', 'Release'], | 102 "specifiers": ['Win10', 'Release'], |
| 116 "is_try_builder": True, | 103 "is_try_builder": True, |
| 117 }, | 104 }, |
| 118 "android_blink_rel": { | 105 "android_blink_rel": { |
| 119 "port_name": "android", | 106 "port_name": "android", |
| 120 "specifiers": ['Android', 'Release'], | 107 "specifiers": ['Android', 'Release'], |
| 121 "is_try_builder": True, | 108 "is_try_builder": True, |
| 122 }, | 109 }, |
| 123 } | 110 } |
| OLD | NEW |