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

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

Issue 1049333002: Cast builder: changes default compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 9 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/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 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',
},
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698