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

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

Issue 2233883003: Fix two more paths to account for buildroot (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/mac.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 b49ef4324e39249d02fa23cd523c625fd70096af..601df65c0ed1261be35b5f3e0ee922b4118d18c8 100644
--- a/scripts/slave/recipes/flutter/engine.py
+++ b/scripts/slave/recipes/flutter/engine.py
@@ -230,8 +230,8 @@ def PackageIOSVariant(api, label, device_out, sim_out, bucket_name):
UploadArtifacts(api, bucket_name, [
'dart/runtime/bin/dart_io_entries.txt',
- 'sky/engine/bindings/dart_vm_entry_points.txt',
- 'sky/engine/bindings/snapshot.dart',
+ 'flutter/sky/engine/bindings/dart_vm_entry_points.txt',
+ 'flutter/sky/engine/bindings/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/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698