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

Side by Side Diff: scripts/slave/recipes/flutter/engine.expected/linux.json

Issue 2245853002: Update path to entry points config file (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "rmcontents everything", 9 "name": "rmcontents everything",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 { 376 {
377 "cmd": [ 377 "cmd": [
378 "python", 378 "python",
379 "-u", 379 "-u",
380 "RECIPE_MODULE[build::zip]/resources/zip.py" 380 "RECIPE_MODULE[build::zip]/resources/zip.py"
381 ], 381 ],
382 "env": { 382 "env": {
383 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 383 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
384 }, 384 },
385 "name": "Zip android-arm-profile artifacts.zip", 385 "name": "Zip android-arm-profile artifacts.zip",
386 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\" : \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/sky/e ngine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\ ": \"dart_vm_entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/s ky/engine/bindings/dart_vm_entry_points_android.txt\", \"type\": \"file\"}, {\"a rchive_name\": \"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_profil e/flutter.jar\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \" path\": \"[SLAVE_BUILD]/src/out/android_profile/gen/flutter/sky/shell/shell/shel l/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \" icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/icudtl.dat\", \" type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BU ILD]/src/out/android_profile/gen/flutter/sky/shell/shell/classes.dex.jar\", \"ty pe\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_4/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 386 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\" : \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/runti me/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\": \"dart_vm _entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/runtime/dart_ vm_entry_points_android.txt\", \"type\": \"file\"}, {\"archive_name\": \"flutter .jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/flutter.jar\", \"type\ ": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/ src/out/android_profile/gen/flutter/sky/shell/shell/shell/libs/armeabi-v7a/libsk y_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_profile/icudtl.dat\", \"type\": \"file\"}, {\"ar chive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_pro file/gen/flutter/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"outp ut\": \"[TMP_BASE]/tmp_tmp_4/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
387 }, 387 },
388 { 388 {
389 "cmd": [ 389 "cmd": [
390 "python", 390 "python",
391 "-u", 391 "-u",
392 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 392 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
393 "--", 393 "--",
394 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 394 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
395 "----", 395 "----",
396 "cp", 396 "cp",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 { 560 {
561 "cmd": [ 561 "cmd": [
562 "python", 562 "python",
563 "-u", 563 "-u",
564 "RECIPE_MODULE[build::zip]/resources/zip.py" 564 "RECIPE_MODULE[build::zip]/resources/zip.py"
565 ], 565 ],
566 "env": { 566 "env": {
567 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 567 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
568 }, 568 },
569 "name": "Zip android-arm-release artifacts.zip", 569 "name": "Zip android-arm-release artifacts.zip",
570 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\" : \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/sky/e ngine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\ ": \"dart_vm_entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/s ky/engine/bindings/dart_vm_entry_points_android.txt\", \"type\": \"file\"}, {\"a rchive_name\": \"flutter.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_releas e/flutter.jar\", \"type\": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \" path\": \"[SLAVE_BUILD]/src/out/android_release/gen/flutter/sky/shell/shell/shel l/libs/armeabi-v7a/libsky_shell.so\", \"type\": \"file\"}, {\"archive_name\": \" icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_release/icudtl.dat\", \" type\": \"file\"}, {\"archive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BU ILD]/src/out/android_release/gen/flutter/sky/shell/shell/classes.dex.jar\", \"ty pe\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_7/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 570 "stdin": "{\"entries\": [{\"archive_name\": \"chromium-debug.keystore\", \"p ath\": \"[SLAVE_BUILD]/src/build/android/ant/chromium-debug.keystore\", \"type\" : \"file\"}, {\"archive_name\": \"dart_io_entries.txt\", \"path\": \"[SLAVE_BUIL D]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\"}, {\"archive_n ame\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/runti me/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archive_name\": \"dart_vm _entry_points_android.txt\", \"path\": \"[SLAVE_BUILD]/src/flutter/runtime/dart_ vm_entry_points_android.txt\", \"type\": \"file\"}, {\"archive_name\": \"flutter .jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_release/flutter.jar\", \"type\ ": \"file\"}, {\"archive_name\": \"libsky_shell.so\", \"path\": \"[SLAVE_BUILD]/ src/out/android_release/gen/flutter/sky/shell/shell/shell/libs/armeabi-v7a/libsk y_shell.so\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD]/src/out/android_release/icudtl.dat\", \"type\": \"file\"}, {\"ar chive_name\": \"classes.dex.jar\", \"path\": \"[SLAVE_BUILD]/src/out/android_rel ease/gen/flutter/sky/shell/shell/classes.dex.jar\", \"type\": \"file\"}], \"outp ut\": \"[TMP_BASE]/tmp_tmp_7/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
571 }, 571 },
572 { 572 {
573 "cmd": [ 573 "cmd": [
574 "python", 574 "python",
575 "-u", 575 "-u",
576 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 576 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
577 "--", 577 "--",
578 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 578 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
579 "----", 579 "----",
580 "cp", 580 "cp",
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 1086 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
1087 "@@@STEP_LOG_END@python.inline@@@" 1087 "@@@STEP_LOG_END@python.inline@@@"
1088 ] 1088 ]
1089 }, 1089 },
1090 { 1090 {
1091 "name": "$result", 1091 "name": "$result",
1092 "recipe_result": null, 1092 "recipe_result": null,
1093 "status_code": 0 1093 "status_code": 0
1094 } 1094 }
1095 ] 1095 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/flutter/engine.py ('k') | scripts/slave/recipes/flutter/engine.expected/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698