Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1095)

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.arm.32.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.arm.32.json
===================================================================
--- scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.arm.32.json (revision 248765)
+++ scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.arm.32.json (working copy)
@@ -5,10 +5,11 @@
"compile_py": {
"build_tool": "ninja",
"clobber": false,
- "compiler": "goma"
+ "compiler": "goma",
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "OS=linux component=static_library fastbuild=1 host_os=linux target_arch=arm",
+ "GYP_DEFINES": "OS=linux component=static_library fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -34,10 +35,11 @@
"compiler": "goma",
"default_targets": [
"blink_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "component=shared_library target_arch=arm",
+ "GYP_DEFINES": "component=shared_library gomadir=Path('[BUILD]', 'goma') target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -50,10 +52,11 @@
"compiler": "goma-clang",
"default_targets": [
"blink_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=shared_library target_arch=arm",
+ "GYP_DEFINES": "clang=1 component=shared_library gomadir=Path('[BUILD]', 'goma') target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -67,10 +70,11 @@
"default_targets": [
"All",
"chromium_builder_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "component=shared_library target_arch=arm",
+ "GYP_DEFINES": "component=shared_library gomadir=Path('[BUILD]', 'goma') target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -84,10 +88,11 @@
"default_targets": [
"All",
"chromium_builder_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "asan=1 clang=1 component=shared_library linux_use_tcmalloc=0 lsan=1 target_arch=arm",
+ "GYP_DEFINES": "asan=1 clang=1 component=shared_library gomadir=Path('[BUILD]', 'goma') linux_use_tcmalloc=0 lsan=1 target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -101,10 +106,11 @@
"default_targets": [
"All",
"chromium_builder_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "chromeos=1 component=shared_library ffmpeg_branding=ChromeOS proprietary_codecs=1 target_arch=arm",
+ "GYP_DEFINES": "chromeos=1 component=shared_library ffmpeg_branding=ChromeOS gomadir=Path('[BUILD]', 'goma') proprietary_codecs=1 target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -118,10 +124,11 @@
"default_targets": [
"All",
"chromium_builder_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "asan=1 chromeos=1 clang=1 component=shared_library ffmpeg_branding=ChromeOS linux_use_tcmalloc=0 lsan=1 proprietary_codecs=1 target_arch=arm",
+ "GYP_DEFINES": "asan=1 chromeos=1 clang=1 component=shared_library ffmpeg_branding=ChromeOS gomadir=Path('[BUILD]', 'goma') linux_use_tcmalloc=0 lsan=1 proprietary_codecs=1 target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -135,10 +142,11 @@
"default_targets": [
"All",
"chromium_builder_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "chromeos=1 clang=1 component=shared_library ffmpeg_branding=ChromeOS proprietary_codecs=1 target_arch=arm",
+ "GYP_DEFINES": "chromeos=1 clang=1 component=shared_library ffmpeg_branding=ChromeOS gomadir=Path('[BUILD]', 'goma') proprietary_codecs=1 target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -152,10 +160,11 @@
"default_targets": [
"All",
"chromium_builder_tests"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=shared_library target_arch=arm",
+ "GYP_DEFINES": "clang=1 component=shared_library gomadir=Path('[BUILD]', 'goma') target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -172,10 +181,11 @@
"linux_symbols",
"symupload"
],
+ "goma_dir": "Path('[BUILD]', 'goma')",
"mode": "official"
},
"gyp_env": {
- "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_library target_arch=arm",
+ "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_library gomadir=Path('[BUILD]', 'goma') target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -185,11 +195,12 @@
"compile_py": {
"build_tool": "ninja",
"clobber": false,
- "compiler": "goma-clang"
+ "compiler": "goma-clang",
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 host_os=linux target_arch=arm",
+ "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -212,11 +223,12 @@
"compile_py": {
"build_tool": "ninja",
"clobber": false,
- "compiler": "goma"
+ "compiler": "goma",
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 host_os=linux target_arch=arm",
+ "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -230,11 +242,12 @@
"default_targets": [
"chrome_apk",
"content_shell_apk"
- ]
+ ],
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=linux target_arch=arm",
+ "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -257,11 +270,12 @@
"compile_py": {
"build_tool": "ninja",
"clobber": false,
- "compiler": "goma"
+ "compiler": "goma",
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android android_sdk_root=Path('[CHECKOUT]', 'third_party', 'android_tools_internal', 'sdk') android_sdk_version=4.4 component=static_library fastbuild=1 host_os=linux target_arch=arm",
+ "GYP_DEFINES": "OS=android android_sdk_root=Path('[CHECKOUT]', 'third_party', 'android_tools_internal', 'sdk') android_sdk_version=4.4 component=static_library fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -271,11 +285,12 @@
"compile_py": {
"build_tool": "ninja",
"clobber": false,
- "compiler": "goma"
+ "compiler": "goma",
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=linux target_arch=arm",
+ "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},
@@ -325,11 +340,12 @@
"compile_py": {
"build_tool": "ninja",
"clobber": false,
- "compiler": "goma"
+ "compiler": "goma",
+ "goma_dir": "Path('[BUILD]', 'goma')"
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=linux target_arch=arm",
+ "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
"GYP_GENERATORS": "ninja"
}
},

Powered by Google App Engine
This is Rietveld 408576698