| OLD | NEW |
| 1 { | 1 { |
| 2 "android": { | 2 "android": { |
| 3 "build_config_fs": "Release_x64", | 3 "build_config_fs": "Release_x64", |
| 4 "build_dir": "Path('[CHECKOUT]', 'out')", | 4 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 5 "compile_py": { | 5 "compile_py": { |
| 6 "build_tool": "ninja", | 6 "build_tool": "ninja", |
| 7 "clobber": false, | 7 "clobber": false, |
| 8 "compiler": "goma" | 8 "compiler": "goma", |
| 9 "goma_dir": "Path('[BUILD]', 'goma')" |
| 9 }, | 10 }, |
| 10 "gyp_env": { | 11 "gyp_env": { |
| 11 "GYP_DEFINES": "OS=win chromium_win_pch=0 component=static_library fastbui
ld=1 host_os=win target_arch=x64", | 12 "GYP_DEFINES": "OS=win chromium_win_pch=0 component=static_library fastbui
ld=1 gomadir=Path('[BUILD]', 'goma') host_os=win target_arch=x64 use_goma=1", |
| 12 "GYP_GENERATORS": "ninja", | 13 "GYP_GENERATORS": "ninja", |
| 13 "GYP_MSVS_VERSION": "2012" | 14 "GYP_MSVS_VERSION": "2012" |
| 14 } | 15 } |
| 15 }, | 16 }, |
| 16 "android_defaults": "Can only build android on linux.", | 17 "android_defaults": "Can only build android on linux.", |
| 17 "blink": { | 18 "blink": { |
| 18 "build_config_fs": "Release_x64", | 19 "build_config_fs": "Release_x64", |
| 19 "build_dir": "Path('[CHECKOUT]', 'out')", | 20 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 20 "compile_py": { | 21 "compile_py": { |
| 21 "build_tool": "ninja", | 22 "build_tool": "ninja", |
| 22 "clobber": false, | 23 "clobber": false, |
| 23 "compiler": "goma", | 24 "compiler": "goma", |
| 24 "default_targets": [ | 25 "default_targets": [ |
| 25 "blink_tests" | 26 "blink_tests" |
| 26 ] | 27 ], |
| 28 "goma_dir": "Path('[BUILD]', 'goma')" |
| 27 }, | 29 }, |
| 28 "gyp_env": { | 30 "gyp_env": { |
| 29 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 ta
rget_arch=x64", | 31 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir=Path('[BUILD]', 'goma') target_arch=x64 use_goma=1", |
| 30 "GYP_GENERATORS": "ninja", | 32 "GYP_GENERATORS": "ninja", |
| 31 "GYP_MSVS_VERSION": "2012" | 33 "GYP_MSVS_VERSION": "2012" |
| 32 } | 34 } |
| 33 }, | 35 }, |
| 34 "blink_clang": { | 36 "blink_clang": { |
| 35 "build_config_fs": "Release_x64", | 37 "build_config_fs": "Release_x64", |
| 36 "build_dir": "Path('[CHECKOUT]', 'out')", | 38 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 37 "compile_py": { | 39 "compile_py": { |
| 38 "build_tool": "ninja", | 40 "build_tool": "ninja", |
| 39 "clobber": false, | 41 "clobber": false, |
| 40 "compiler": "goma-clang", | 42 "compiler": "goma-clang", |
| 41 "default_targets": [ | 43 "default_targets": [ |
| 42 "blink_tests" | 44 "blink_tests" |
| 43 ] | 45 ], |
| 46 "goma_dir": "Path('[BUILD]', 'goma')" |
| 44 }, | 47 }, |
| 45 "gyp_env": { | 48 "gyp_env": { |
| 46 "GYP_DEFINES": "chromium_win_pch=0 clang=1 component=static_library fastbu
ild=1 target_arch=x64", | 49 "GYP_DEFINES": "chromium_win_pch=0 clang=1 component=static_library fastbu
ild=1 gomadir=Path('[BUILD]', 'goma') target_arch=x64 use_goma=1", |
| 47 "GYP_GENERATORS": "ninja", | 50 "GYP_GENERATORS": "ninja", |
| 48 "GYP_MSVS_VERSION": "2012" | 51 "GYP_MSVS_VERSION": "2012" |
| 49 } | 52 } |
| 50 }, | 53 }, |
| 51 "chromium": { | 54 "chromium": { |
| 52 "build_config_fs": "Release_x64", | 55 "build_config_fs": "Release_x64", |
| 53 "build_dir": "Path('[CHECKOUT]', 'out')", | 56 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 54 "compile_py": { | 57 "compile_py": { |
| 55 "build_tool": "ninja", | 58 "build_tool": "ninja", |
| 56 "clobber": false, | 59 "clobber": false, |
| 57 "compiler": "goma", | 60 "compiler": "goma", |
| 58 "default_targets": [ | 61 "default_targets": [ |
| 59 "All", | 62 "All", |
| 60 "chromium_builder_tests" | 63 "chromium_builder_tests" |
| 61 ] | 64 ], |
| 65 "goma_dir": "Path('[BUILD]', 'goma')" |
| 62 }, | 66 }, |
| 63 "gyp_env": { | 67 "gyp_env": { |
| 64 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 ta
rget_arch=x64", | 68 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir=Path('[BUILD]', 'goma') target_arch=x64 use_goma=1", |
| 65 "GYP_GENERATORS": "ninja", | 69 "GYP_GENERATORS": "ninja", |
| 66 "GYP_MSVS_VERSION": "2012" | 70 "GYP_MSVS_VERSION": "2012" |
| 67 } | 71 } |
| 68 }, | 72 }, |
| 69 "chromium_asan": { | 73 "chromium_asan": { |
| 70 "build_config_fs": "Release_x64", | 74 "build_config_fs": "Release_x64", |
| 71 "build_dir": "Path('[CHECKOUT]', 'out')", | 75 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 72 "compile_py": { | 76 "compile_py": { |
| 73 "build_tool": "ninja", | 77 "build_tool": "ninja", |
| 74 "clobber": false, | 78 "clobber": false, |
| 75 "compiler": "goma-clang", | 79 "compiler": "goma-clang", |
| 76 "default_targets": [ | 80 "default_targets": [ |
| 77 "All", | 81 "All", |
| 78 "chromium_builder_tests" | 82 "chromium_builder_tests" |
| 79 ] | 83 ], |
| 84 "goma_dir": "Path('[BUILD]', 'goma')" |
| 80 }, | 85 }, |
| 81 "gyp_env": { | 86 "gyp_env": { |
| 82 "GYP_DEFINES": "asan=1 chromium_win_pch=0 clang=1 component=static_library
fastbuild=1 lsan=1 target_arch=x64", | 87 "GYP_DEFINES": "asan=1 chromium_win_pch=0 clang=1 component=static_library
fastbuild=1 gomadir=Path('[BUILD]', 'goma') lsan=1 target_arch=x64 use_goma=1",
|
| 83 "GYP_GENERATORS": "ninja", | 88 "GYP_GENERATORS": "ninja", |
| 84 "GYP_MSVS_VERSION": "2012" | 89 "GYP_MSVS_VERSION": "2012" |
| 85 } | 90 } |
| 86 }, | 91 }, |
| 87 "chromium_chromeos": { | 92 "chromium_chromeos": { |
| 88 "build_config_fs": "Release_x64", | 93 "build_config_fs": "Release_x64", |
| 89 "build_dir": "Path('[CHECKOUT]', 'out')", | 94 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 90 "compile_py": { | 95 "compile_py": { |
| 91 "build_tool": "ninja", | 96 "build_tool": "ninja", |
| 92 "clobber": false, | 97 "clobber": false, |
| 93 "compiler": "goma", | 98 "compiler": "goma", |
| 94 "default_targets": [ | 99 "default_targets": [ |
| 95 "All", | 100 "All", |
| 96 "chromium_builder_tests" | 101 "chromium_builder_tests" |
| 97 ] | 102 ], |
| 103 "goma_dir": "Path('[BUILD]', 'goma')" |
| 98 }, | 104 }, |
| 99 "gyp_env": { | 105 "gyp_env": { |
| 100 "GYP_DEFINES": "chromeos=1 chromium_win_pch=0 component=static_library fas
tbuild=1 ffmpeg_branding=ChromeOS proprietary_codecs=1 target_arch=x64", | 106 "GYP_DEFINES": "chromeos=1 chromium_win_pch=0 component=static_library fas
tbuild=1 ffmpeg_branding=ChromeOS gomadir=Path('[BUILD]', 'goma') proprietary_co
decs=1 target_arch=x64 use_goma=1", |
| 101 "GYP_GENERATORS": "ninja", | 107 "GYP_GENERATORS": "ninja", |
| 102 "GYP_MSVS_VERSION": "2012" | 108 "GYP_MSVS_VERSION": "2012" |
| 103 } | 109 } |
| 104 }, | 110 }, |
| 105 "chromium_chromeos_asan": { | 111 "chromium_chromeos_asan": { |
| 106 "build_config_fs": "Release_x64", | 112 "build_config_fs": "Release_x64", |
| 107 "build_dir": "Path('[CHECKOUT]', 'out')", | 113 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 108 "compile_py": { | 114 "compile_py": { |
| 109 "build_tool": "ninja", | 115 "build_tool": "ninja", |
| 110 "clobber": false, | 116 "clobber": false, |
| 111 "compiler": "goma-clang", | 117 "compiler": "goma-clang", |
| 112 "default_targets": [ | 118 "default_targets": [ |
| 113 "All", | 119 "All", |
| 114 "chromium_builder_tests" | 120 "chromium_builder_tests" |
| 115 ] | 121 ], |
| 122 "goma_dir": "Path('[BUILD]', 'goma')" |
| 116 }, | 123 }, |
| 117 "gyp_env": { | 124 "gyp_env": { |
| 118 "GYP_DEFINES": "asan=1 chromeos=1 chromium_win_pch=0 clang=1 component=sta
tic_library fastbuild=1 ffmpeg_branding=ChromeOS lsan=1 proprietary_codecs=1 tar
get_arch=x64", | 125 "GYP_DEFINES": "asan=1 chromeos=1 chromium_win_pch=0 clang=1 component=sta
tic_library fastbuild=1 ffmpeg_branding=ChromeOS gomadir=Path('[BUILD]', 'goma')
lsan=1 proprietary_codecs=1 target_arch=x64 use_goma=1", |
| 119 "GYP_GENERATORS": "ninja", | 126 "GYP_GENERATORS": "ninja", |
| 120 "GYP_MSVS_VERSION": "2012" | 127 "GYP_MSVS_VERSION": "2012" |
| 121 } | 128 } |
| 122 }, | 129 }, |
| 123 "chromium_chromeos_clang": { | 130 "chromium_chromeos_clang": { |
| 124 "build_config_fs": "Release_x64", | 131 "build_config_fs": "Release_x64", |
| 125 "build_dir": "Path('[CHECKOUT]', 'out')", | 132 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 126 "compile_py": { | 133 "compile_py": { |
| 127 "build_tool": "ninja", | 134 "build_tool": "ninja", |
| 128 "clobber": false, | 135 "clobber": false, |
| 129 "compiler": "goma-clang", | 136 "compiler": "goma-clang", |
| 130 "default_targets": [ | 137 "default_targets": [ |
| 131 "All", | 138 "All", |
| 132 "chromium_builder_tests" | 139 "chromium_builder_tests" |
| 133 ] | 140 ], |
| 141 "goma_dir": "Path('[BUILD]', 'goma')" |
| 134 }, | 142 }, |
| 135 "gyp_env": { | 143 "gyp_env": { |
| 136 "GYP_DEFINES": "chromeos=1 chromium_win_pch=0 clang=1 component=static_lib
rary fastbuild=1 ffmpeg_branding=ChromeOS proprietary_codecs=1 target_arch=x64",
| 144 "GYP_DEFINES": "chromeos=1 chromium_win_pch=0 clang=1 component=static_lib
rary fastbuild=1 ffmpeg_branding=ChromeOS gomadir=Path('[BUILD]', 'goma') propri
etary_codecs=1 target_arch=x64 use_goma=1", |
| 137 "GYP_GENERATORS": "ninja", | 145 "GYP_GENERATORS": "ninja", |
| 138 "GYP_MSVS_VERSION": "2012" | 146 "GYP_MSVS_VERSION": "2012" |
| 139 } | 147 } |
| 140 }, | 148 }, |
| 141 "chromium_clang": { | 149 "chromium_clang": { |
| 142 "build_config_fs": "Release_x64", | 150 "build_config_fs": "Release_x64", |
| 143 "build_dir": "Path('[CHECKOUT]', 'out')", | 151 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 144 "compile_py": { | 152 "compile_py": { |
| 145 "build_tool": "ninja", | 153 "build_tool": "ninja", |
| 146 "clobber": false, | 154 "clobber": false, |
| 147 "compiler": "goma-clang", | 155 "compiler": "goma-clang", |
| 148 "default_targets": [ | 156 "default_targets": [ |
| 149 "All", | 157 "All", |
| 150 "chromium_builder_tests" | 158 "chromium_builder_tests" |
| 151 ] | 159 ], |
| 160 "goma_dir": "Path('[BUILD]', 'goma')" |
| 152 }, | 161 }, |
| 153 "gyp_env": { | 162 "gyp_env": { |
| 154 "GYP_DEFINES": "chromium_win_pch=0 clang=1 component=static_library fastbu
ild=1 target_arch=x64", | 163 "GYP_DEFINES": "chromium_win_pch=0 clang=1 component=static_library fastbu
ild=1 gomadir=Path('[BUILD]', 'goma') target_arch=x64 use_goma=1", |
| 155 "GYP_GENERATORS": "ninja", | 164 "GYP_GENERATORS": "ninja", |
| 156 "GYP_MSVS_VERSION": "2012" | 165 "GYP_MSVS_VERSION": "2012" |
| 157 } | 166 } |
| 158 }, | 167 }, |
| 159 "chromium_official": { | 168 "chromium_official": { |
| 160 "build_config_fs": "Release_x64", | 169 "build_config_fs": "Release_x64", |
| 161 "build_dir": "Path('[CHECKOUT]', 'out')", | 170 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 162 "compile_py": { | 171 "compile_py": { |
| 163 "build_tool": "ninja", | 172 "build_tool": "ninja", |
| 164 "clobber": true, | 173 "clobber": true, |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64", | 232 "GYP_DEFINES": "target_arch=x64 v8_target_arch=x64", |
| 224 "GYP_MSVS_VERSION": "2012" | 233 "GYP_MSVS_VERSION": "2012" |
| 225 } | 234 } |
| 226 }, | 235 }, |
| 227 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"win\")", | 236 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got
: \"win\")", |
| 228 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can
only build android on linux.]", | 237 "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can
only build android on linux.]", |
| 229 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
config \"x86_builder\" includes \"android_defaults\", but [Can only build androi
d on linux.]]", | 238 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
config \"x86_builder\" includes \"android_defaults\", but [Can only build androi
d on linux.]]", |
| 230 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\"
, but [Can only build android on linux.]]", | 239 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\"
, but [Can only build android on linux.]]", |
| 231 "xcodebuild": "can not use xcodebuild on \"win\"" | 240 "xcodebuild": "can not use xcodebuild on \"win\"" |
| 232 } | 241 } |
| OLD | NEW |