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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json

Issue 1751773003: Enable proprietary codecs and ffmpeg_branding=Chrome for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Trial with tester. Created 4 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 { 99 {
100 "cmd": [ 100 "cmd": [
101 "python", 101 "python",
102 "-u", 102 "-u",
103 "RECIPE_PACKAGE[depot_tools]/gclient.py", 103 "RECIPE_PACKAGE[depot_tools]/gclient.py",
104 "runhooks" 104 "runhooks"
105 ], 105 ],
106 "cwd": "[SLAVE_BUILD]", 106 "cwd": "[SLAVE_BUILD]",
107 "env": { 107 "env": {
108 "GYP_CROSSCOMPILE": "1", 108 "GYP_CROSSCOMPILE": "1",
109 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1", 109 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=arm use_gom a=1",
110 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]" 110 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]"
111 }, 111 },
112 "name": "gclient runhooks" 112 "name": "gclient runhooks"
113 }, 113 },
114 { 114 {
115 "cmd": [ 115 "cmd": [
116 "python", 116 "python",
117 "-u", 117 "-u",
118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
119 "--output", 119 "--output",
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "~followup_annotations": [ 410 "~followup_annotations": [
411 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" 411 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@"
412 ] 412 ]
413 }, 413 },
414 { 414 {
415 "name": "$result", 415 "name": "$result",
416 "recipe_result": null, 416 "recipe_result": null,
417 "status_code": 0 417 "status_code": 0
418 } 418 }
419 ] 419 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698