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

Side by Side 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: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "base_config": { 2 "base_config": {
3 "internal_dir": "Path('[CHECKOUT]', 'src')" 3 "internal_dir": "Path('[CHECKOUT]', 'src')"
4 }, 4 },
5 "clang_builder": { 5 "clang_builder": {
6 "internal_dir": "Path('[CHECKOUT]', 'src')", 6 "internal_dir": "Path('[CHECKOUT]', 'src')",
7 "run_checkdeps": true, 7 "run_checkdeps": true,
8 "run_findbugs": true, 8 "run_findbugs": true,
9 "run_lint": true 9 "run_lint": true
10 }, 10 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "internal_dir": "Path('[CHECKOUT]', 'src')", 79 "internal_dir": "Path('[CHECKOUT]', 'src')",
80 "run_stack_tool_steps": true, 80 "run_stack_tool_steps": true,
81 "tests": [ 81 "tests": [
82 "smoke_instrumentation_tests", 82 "smoke_instrumentation_tests",
83 "small_instrumentation_tests", 83 "small_instrumentation_tests",
84 "medium_instrumentation_tests", 84 "medium_instrumentation_tests",
85 "large_instrumentation_tests" 85 "large_instrumentation_tests"
86 ] 86 ]
87 }, 87 },
88 "x86_base": { 88 "x86_base": {
89 "internal_dir": "Path('[CHECKOUT]', 'src')", 89 "internal_dir": "Path('[CHECKOUT]', 'src')"
90 "target_arch": "x86"
91 }, 90 },
92 "x86_builder": { 91 "x86_builder": {
93 "internal_dir": "Path('[CHECKOUT]', 'src')", 92 "internal_dir": "Path('[CHECKOUT]', 'src')"
94 "target_arch": "x86"
95 }, 93 },
96 "x86_try_builder": { 94 "x86_try_builder": {
97 "apply_svn_patch": true, 95 "apply_svn_patch": true,
98 "internal_dir": "Path('[CHECKOUT]', 'src')", 96 "internal_dir": "Path('[CHECKOUT]', 'src')",
99 "run_findbugs": true, 97 "run_findbugs": true,
100 "run_lint": true, 98 "run_lint": true
101 "target_arch": "x86"
102 }, 99 },
103 "x86_try_instrumentation_tests": { 100 "x86_try_instrumentation_tests": {
104 "apply_svn_patch": true, 101 "apply_svn_patch": true,
105 "extra_deploy_opts": [ 102 "extra_deploy_opts": [
106 "--non-rooted" 103 "--non-rooted"
107 ], 104 ],
108 "internal_dir": "Path('[CHECKOUT]', 'src')", 105 "internal_dir": "Path('[CHECKOUT]', 'src')",
109 "run_stack_tool_steps": true, 106 "run_stack_tool_steps": true,
110 "target_arch": "x86",
111 "tests": [ 107 "tests": [
112 "smoke_instrumentation_tests", 108 "smoke_instrumentation_tests",
113 "small_instrumentation_tests", 109 "small_instrumentation_tests",
114 "medium_instrumentation_tests", 110 "medium_instrumentation_tests",
115 "large_instrumentation_tests" 111 "large_instrumentation_tests"
116 ] 112 ]
117 } 113 }
118 } 114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698