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

Unified Diff: scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase again Created 7 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/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.json
diff --git a/scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.json b/scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.json
index 80c5e8452d28a8c95bfe0f803c65363f78b25c0d..0903c65bed70cc514b687e06c760d75c9a8a8dd6 100644
--- a/scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.json
+++ b/scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.json
@@ -92,19 +92,16 @@
]
},
"x86_base": {
- "internal_dir": "Path('[CHECKOUT]', 'src')",
- "target_arch": "x86"
+ "internal_dir": "Path('[CHECKOUT]', 'src')"
},
"x86_builder": {
- "internal_dir": "Path('[CHECKOUT]', 'src')",
- "target_arch": "x86"
+ "internal_dir": "Path('[CHECKOUT]', 'src')"
},
"x86_try_builder": {
"apply_svn_patch": true,
"internal_dir": "Path('[CHECKOUT]', 'src')",
"run_findbugs": true,
- "run_lint": true,
- "target_arch": "x86"
+ "run_lint": true
},
"x86_try_instrumentation_tests": {
"apply_svn_patch": true,
@@ -113,7 +110,6 @@
],
"internal_dir": "Path('[CHECKOUT]', 'src')",
"run_stack_tool_steps": true,
- "target_arch": "x86",
"tests": [
"smoke_instrumentation_tests",
"small_instrumentation_tests",

Powered by Google App Engine
This is Rietveld 408576698