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

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

Issue 2237523003: Update path to snapshot target (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: snapshot.dart too 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 601df65c0ed1261be35b5f3e0ee922b4118d18c8..44249358a91121ffe1aa17e599a85f9befefa88b 100644
--- a/scripts/slave/recipes/flutter/engine.py
+++ b/scripts/slave/recipes/flutter/engine.py
@@ -188,8 +188,8 @@ def BuildMac(api):
RunGN(api, '--runtime-mode', 'release', '--android')
Build(api, 'host_debug')
- Build(api, 'android_profile', 'flutter/sky/engine/bindings:snapshot_cc')
- Build(api, 'android_release', 'flutter/sky/engine/bindings:snapshot_cc')
+ Build(api, 'android_profile', 'flutter/lib/snapshot')
+ Build(api, 'android_release', 'flutter/lib/snapshot')
UploadArtifacts(api, 'darwin-x64', [
'out/host_debug/sky_snapshot',
@@ -231,7 +231,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/sky/engine/bindings/snapshot.dart',
+ '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/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698