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

Unified Diff: scripts/slave/recipe_modules/gpu/api.py

Issue 1408863011: infra: Remove all references to the OSX 10.10 SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove another newly added 10_10 sdk reference. Created 5 years, 1 month 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/gpu/api.py
diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
index 93425289082c0a86e09c23a874320d8119effe44..072dcd1219a7c0733b705719e228f52516b8df6e 100644
--- a/scripts/slave/recipe_modules/gpu/api.py
+++ b/scripts/slave/recipe_modules/gpu/api.py
@@ -76,11 +76,6 @@ class GpuApi(recipe_api.RecipeApi):
# Blink Release builds.
self.m.chromium.apply_config('blink_logging_on')
- # The FYI waterfall is being used to test linking Chrome Mac against the
- # OSX 10.10 SDK.
- if self.is_fyi_waterfall and self.m.platform.is_mac:
- self.m.chromium.apply_config('chromium_mac_sdk_10_10')
-
# Use the default Ash and Aura settings on all bots (specifically Blink
# bots).
self.m.chromium.c.gyp_env.GYP_DEFINES.pop('use_ash', None)

Powered by Google App Engine
This is Rietveld 408576698