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

Unified Diff: runtime/BUILD.gn

Issue 2023703002: Beginning work on GN build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Really add //build. Add dart_bootstrap rule. Created 4 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 | « pkg/BUILD.gn ('k') | runtime/bin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index e6794ec71696ac7e5ac5e63d8da733d578d7fc13..9dbb0389399ea37eb17240d3b3de52393e732e08 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -94,6 +94,11 @@ config("dart_precompiler_config") {
defines += ["DART_PRECOMPILER"]
}
+config("dart_no_snapshot_config") {
+ defines = []
+ defines += ["DART_NO_SNAPSHOT"]
+}
+
config("dart_config") {
defines = []
« no previous file with comments | « pkg/BUILD.gn ('k') | runtime/bin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698