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 ac8a4de433e35f2e136b1da1984d7d99fd18ede6..4ded037a61c27481a67178f432fae0e36d5642b5 100644 |
--- a/scripts/slave/recipe_modules/chromium/chromium_fyi.py |
+++ b/scripts/slave/recipe_modules/chromium/chromium_fyi.py |
@@ -319,17 +319,11 @@ SPEC = { |
}, |
}, |
'Cast Linux': { |
- 'recipe_config': 'chromium', |
+ 'recipe_config': 'cast_linux', |
'chromium_config_kwargs': { |
'BUILD_CONFIG': 'Release', |
'TARGET_BITS': 64, |
}, |
- 'GYP_DEFINES': { |
- 'chromecast': 1, |
- }, |
- 'compile_targets': [ |
- 'cast_shell' |
- ], |
'test_generators': [ |
steps.generate_gtest, |
steps.generate_script, |
@@ -346,9 +340,6 @@ SPEC = { |
'TARGET_PLATFORM': 'android', |
}, |
'android_config': 'cast_builder', |
- 'compile_targets': [ |
- 'cast_shell_apk' |
- ], |
'testing': { |
'platform': 'linux', |
}, |