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

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: 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 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "internal_dir": "Path('[CHECKOUT]', 'src')", 85 "internal_dir": "Path('[CHECKOUT]', 'src')",
86 "run_stack_tool_steps": true, 86 "run_stack_tool_steps": true,
87 "tests": [ 87 "tests": [
88 "smoke_instrumentation_tests", 88 "smoke_instrumentation_tests",
89 "small_instrumentation_tests", 89 "small_instrumentation_tests",
90 "medium_instrumentation_tests", 90 "medium_instrumentation_tests",
91 "large_instrumentation_tests" 91 "large_instrumentation_tests"
92 ] 92 ]
93 }, 93 },
94 "x86_base": { 94 "x86_base": {
95 "internal_dir": "Path('[CHECKOUT]', 'src')", 95 "internal_dir": "Path('[CHECKOUT]', 'src')"
96 "target_arch": "x86"
97 }, 96 },
98 "x86_builder": { 97 "x86_builder": {
99 "internal_dir": "Path('[CHECKOUT]', 'src')", 98 "internal_dir": "Path('[CHECKOUT]', 'src')"
100 "target_arch": "x86"
101 }, 99 },
102 "x86_try_builder": { 100 "x86_try_builder": {
103 "apply_svn_patch": true, 101 "apply_svn_patch": true,
104 "internal_dir": "Path('[CHECKOUT]', 'src')", 102 "internal_dir": "Path('[CHECKOUT]', 'src')",
105 "run_findbugs": true, 103 "run_findbugs": true,
106 "run_lint": true, 104 "run_lint": true
107 "target_arch": "x86"
108 }, 105 },
109 "x86_try_instrumentation_tests": { 106 "x86_try_instrumentation_tests": {
110 "apply_svn_patch": true, 107 "apply_svn_patch": true,
111 "extra_deploy_opts": [ 108 "extra_deploy_opts": [
112 "--non-rooted" 109 "--non-rooted"
113 ], 110 ],
114 "internal_dir": "Path('[CHECKOUT]', 'src')", 111 "internal_dir": "Path('[CHECKOUT]', 'src')",
115 "run_stack_tool_steps": true, 112 "run_stack_tool_steps": true,
116 "target_arch": "x86",
117 "tests": [ 113 "tests": [
118 "smoke_instrumentation_tests", 114 "smoke_instrumentation_tests",
119 "small_instrumentation_tests", 115 "small_instrumentation_tests",
120 "medium_instrumentation_tests", 116 "medium_instrumentation_tests",
121 "large_instrumentation_tests" 117 "large_instrumentation_tests"
122 ] 118 ]
123 } 119 }
124 } 120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698