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

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

Issue 2252473003: Build the Flutter engine for android_debug and then the dist target (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 | « scripts/slave/recipes/flutter/engine.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/flutter/engine.expected/linux.json
diff --git a/scripts/slave/recipes/flutter/engine.expected/linux.json b/scripts/slave/recipes/flutter/engine.expected/linux.json
index ee7b42acb6cd77c92409a403026de9fa08d10a88..d1255c01e23c4037106c21f1e5a143a5eee038fc 100644
--- a/scripts/slave/recipes/flutter/engine.expected/linux.json
+++ b/scripts/slave/recipes/flutter/engine.expected/linux.json
@@ -235,6 +235,17 @@
"cmd": [
"ninja",
"-C",
+ "[SLAVE_BUILD]/src/out/android_debug"
+ ],
+ "env": {
+ "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
+ },
+ "name": "build android_debug"
+ },
+ {
+ "cmd": [
+ "ninja",
+ "-C",
"[SLAVE_BUILD]/src/out/android_debug",
":dist"
],
« no previous file with comments | « scripts/slave/recipes/flutter/engine.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698