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

Unified Diff: utils/application_snapshot.gni

Issue 2910473003: Fix vm tests: introduce a hybrid file system so that the vm tests can find the (Closed)
Patch Set: Created 3 years, 7 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 | utils/kernel-service/kernel-service.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/application_snapshot.gni
diff --git a/utils/application_snapshot.gni b/utils/application_snapshot.gni
index 03661fb49818efe7efc5850c4413abb2ca96a658..9b5278672c0a1cd7b45b253fa21e723bbc56b852 100644
--- a/utils/application_snapshot.gni
+++ b/utils/application_snapshot.gni
@@ -25,7 +25,7 @@ template("application_snapshot") {
if (defined(invoker.deps)) {
extra_deps += invoker.deps
}
- extra_inputs = []
+ extra_inputs = [main_dart]
Siggi Cherem (dart-lang) 2017/05/25 18:47:55 Not sure if this is the proper way to fix it, but
if (defined(invoker.inputs)) {
extra_inputs += invoker.inputs
}
« no previous file with comments | « no previous file | utils/kernel-service/kernel-service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698