| Index: masters/master.tryserver.chromium/master.cfg
|
| diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
|
| index bc38951a7f297863e4417be54357755518ca6a0d..7ca8a094a742554688ab4efae8c6e751dda636b7 100644
|
| --- a/masters/master.tryserver.chromium/master.cfg
|
| +++ b/masters/master.tryserver.chromium/master.cfg
|
| @@ -1703,8 +1703,8 @@ b_linux_heapcheck = {
|
| ),
|
| }
|
|
|
| -b_linux_redux = {
|
| - 'name': 'linux_redux',
|
| +b_linux_openssl = {
|
| + 'name': 'linux_openssl',
|
| 'factory': m_chromium_linux.ChromiumFactory(
|
| slave_type='Trybot',
|
| options=[
|
| @@ -1736,17 +1736,7 @@ b_linux_redux = {
|
| 'net',
|
| 'unit',
|
| ],
|
| - factory_properties={
|
| - 'gclient_env': {
|
| - 'GYP_DEFINES': ('linux_fpic=1 '
|
| - 'enable_touch_events=1 '
|
| - 'disable_nacl=1 '
|
| - 'linux_use_tcmalloc=0 '
|
| - 'linux_breakpad=0 '
|
| - 'remoting=0 '
|
| - 'configuration_policy=0 '
|
| - 'safe_browsing=0 '
|
| - 'use_openssl=1 ')}}),
|
| + factory_properties={'gclient_env': {'GYP_DEFINES': ('use_openssl=1')}}),
|
| }
|
|
|
| b_cros_pfq_x86 = CreateCrosBuilder(
|
| @@ -1968,7 +1958,7 @@ c['builders'] = [
|
| b_linux_chromeos_asan,
|
| b_mac_asan, b_mac_xcodebuild,
|
| b_linux_heapcheck,
|
| - b_linux_redux,
|
| + b_linux_openssl,
|
| b_cros_pfq_x86, b_cros_pfq_amd64, b_cros_pfq_daisy,
|
| b_linux_gpu, b_win_gpu, b_mac_gpu, b_mac_gpu_retina,
|
| b_linux_nacl_sdk, b_win_nacl_sdk, b_mac_nacl_sdk,
|
|
|