Index: infra/mb/mb_config.pyl |
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl |
index 46c4388fb224f940e598ef58b8eef841818b2218..5a9d15da40aaeea7d15d24a280a359b60f65395a 100644 |
--- a/infra/mb/mb_config.pyl |
+++ b/infra/mb/mb_config.pyl |
@@ -29,6 +29,13 @@ |
'V8 Win64': 'gyp_release_x64_minimal_symbols', |
'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', |
'V8 Win64 - clang': 'gyp_release_x64_clang', |
+ # Mac. |
Michael Achenbach
2016/06/22 09:15:40
Links:
https://build.chromium.org/p/client.v8/bui
|
+ 'V8 Mac': 'gyp_release_x86', |
+ 'V8 Mac - debug': 'gyp_debug_x86', |
+ 'V8 Mac64': 'gyp_release_x64', |
+ 'V8 Mac64 - debug': 'gyp_debug_x64', |
+ 'V8 Mac GC Stress': 'gyp_debug_x86', |
+ 'V8 Mac64 ASAN': 'gyp_release_x64_asan', |
# Sanitizers. |
'V8 Linux64 ASAN': 'gyp_release_x64_asan', |
'V8 Linux64 TSAN': 'gyp_release_x64_tsan', |
@@ -110,6 +117,12 @@ |
'gyp_release_x86_no_snap_shared_minimal_symbols', |
'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', |
'v8_win64_rel_ng': 'gyp_release_x64_trybot', |
Michael Achenbach
2016/06/22 09:15:40
Links:
https://build.chromium.org/p/tryserver.v8/
|
+ 'v8_mac_rel_ng': 'gyp_release_x86_trybot', |
+ 'v8_mac_dbg': 'gyp_debug_x86_trybot', |
+ 'v8_mac_gc_stress_dbg': 'gyp_debug_x86_trybot', |
+ 'v8_mac64_rel': 'gyp_release_x64_trybot', |
+ 'v8_mac64_dbg': 'gyp_debug_x64_minimal_symbols', |
+ 'v8_mac64_asan_rel': 'gyp_release_x64_asan', |
}, |
}, |