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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 2074403002: V8: Remove obsolete environment variables (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 94ed4a57e07e500486fbd3ff898f6bc8a3078264..20c12d74c9d2fce9c5851154a929a4da6b069a49 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -1071,7 +1071,6 @@ BUILDERS = {
'V8 Arm - builder': {
'chromium_apply_config': [
'v8_ninja', 'default_compiler', 'goma', 'arm_hard_float'],
- 'v8_apply_config': ['arm_hard_float'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_ARCH': 'arm',
@@ -1089,7 +1088,6 @@ BUILDERS = {
'V8 Arm - debug builder': {
'chromium_apply_config': [
'v8_ninja', 'default_compiler', 'goma', 'arm_hard_float'],
- 'v8_apply_config': ['arm_hard_float'],
'v8_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_ARCH': 'arm',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698