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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_fyi.py

Issue 1141643004: Remove arm_float_abi=hard from GYP_DEFINES (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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/chromium_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_fyi.py b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
index 2c0f284190199d52943c7677eb90cc8ffe370f17..c5926241e2a90ccb59a9ed0a5fecbf1c3ddd0921 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py
@@ -82,7 +82,6 @@ SPEC = {
},
'bot_type': 'builder',
'GYP_DEFINES': {
- 'arm_float_abi': 'hard',
'test_isolation_mode': 'archive',
},
'test_generators': [
@@ -107,9 +106,6 @@ SPEC = {
'TARGET_BITS': 32,
},
'bot_type': 'builder',
- 'GYP_DEFINES': {
- 'arm_float_abi': 'hard',
- },
'use_isolate': True,
'testing': {
'platform': 'linux',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/chromium_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698