Chromium Code Reviews| Index: masters/master.tryserver.chromium/master.cfg |
| =================================================================== |
| --- masters/master.tryserver.chromium/master.cfg (revision 175544) |
| +++ masters/master.tryserver.chromium/master.cfg (working copy) |
| @@ -1300,7 +1300,7 @@ |
| b_win_aura = CreateBuilder( |
|
cmp
2013/01/09 18:47:54
Let's make this b_win7_aura.
scottmg
2013/01/09 18:56:42
Done.
|
| platform='win32', |
| target='Debug', |
| - builder_name='win_aura', |
| + builder_name='win_aura (win7)', |
|
cmp
2013/01/09 18:47:54
Let's make this win7_aura.
scottmg
2013/01/09 18:56:42
Done.
|
| options=['aura_builder'], |
| tests=[ |
| 'ash_unittests', |
| @@ -1323,10 +1323,10 @@ |
| }) |
| # this matches the bot on the main waterfall soon |
| -b_win_ash = CreateBuilder( |
| +b_win_aura_win8 = CreateBuilder( |
|
cmp
2013/01/09 18:47:54
Let's make this b_win8_aura.
scottmg
2013/01/09 18:56:42
Done.
|
| platform='win32', |
| target='Debug', |
| - builder_name='win_ash', |
| + builder_name='win_aura (win8)', |
|
cmp
2013/01/09 18:47:54
Let's make this win8_aura.
scottmg
2013/01/09 18:56:42
Done.
|
| options=['aura_builder'], |
| tests=[ |
| 'ash_unittests', |
| @@ -1337,7 +1337,7 @@ |
| goma=True, |
| factory_properties={ |
| 'gclient_env': { |
| - 'GYP_DEFINES': 'use_ash=1', |
| + 'GYP_DEFINES': 'use_aura=1', |
| }, |
| }) |
| @@ -1789,7 +1789,7 @@ |
| b_win_chrome_frame, |
| b_swarm, |
| b_linux_chromeos_clang, |
| - b_linux_futura, b_linux_aura, b_win_ash, b_win_aura, |
| + b_linux_futura, b_linux_aura, b_win_aura_win8, b_win_aura, |
| b_linux_asan, |
| b_linux_chromeos_asan, |
| b_mac_asan, |