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

Unified Diff: runtime/bin/BUILD.gn

Issue 1903583002: GN Build fixes for Flutter + gen_snapshot fix (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 20b2a8a84a0a9d4e058c9a82e5da82fa00fbb6d4..4916be1d2279c6000a77e356caba6c1fd33d5339 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -172,7 +172,7 @@ static_library("libdart_nosnapshot") {
executable("gen_snapshot") {
- configs += ["..:dart_config"]
+ configs += ["..:dart_config", "..:dart_gen_snapshot_config"]
deps = [
":gen_resources_cc",
":gen_snapshot_dart_io",

Powered by Google App Engine
This is Rietveld 408576698