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

Unified Diff: scripts/slave/recipes/flutter/engine.py

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/flutter/engine.expected/linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/flutter/engine.py
diff --git a/scripts/slave/recipes/flutter/engine.py b/scripts/slave/recipes/flutter/engine.py
index ca090a4b4dd7b256e27fa52eadd84ccd0effa273..d30a193c44d9e6b25fcdba0f32939336c9f7ef16 100644
--- a/scripts/slave/recipes/flutter/engine.py
+++ b/scripts/slave/recipes/flutter/engine.py
@@ -142,8 +142,8 @@ def BuildLinuxAndroidArm(api):
UploadArtifacts(api, upload_dir, [
'build/android/ant/chromium-debug.keystore',
'dart/runtime/bin/dart_io_entries.txt',
- 'flutter/sky/engine/bindings/dart_vm_entry_points.txt',
- 'flutter/sky/engine/bindings/dart_vm_entry_points_android.txt',
+ 'flutter/runtime/dart_vm_entry_points.txt',
+ 'flutter/runtime/dart_vm_entry_points_android.txt',
] + AddPathPrefix(api, 'out/%s' % build_output_dir, out_paths))
# Upload artifacts used for AOT compilation on Linux hosts.
@@ -226,7 +226,7 @@ def PackageIOSVariant(api, label, device_out, sim_out, bucket_name):
UploadArtifacts(api, bucket_name, [
'dart/runtime/bin/dart_io_entries.txt',
- 'flutter/sky/engine/bindings/dart_vm_entry_points.txt',
+ 'flutter/runtime/dart_vm_entry_points.txt',
'flutter/lib/snapshot/snapshot.dart',
'out/%s/clang_x64/gen_snapshot' % device_out,
'out/%s/Flutter.framework.zip' % label,
« no previous file with comments | « no previous file | scripts/slave/recipes/flutter/engine.expected/linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698