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

Unified Diff: runtime/BUILD.gn

Issue 1899953002: Enable DART_PRECOMPILER on all platforms so AOT compilation can be used on Android (Closed) Base URL: https://chromium.googlesource.com/external/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
« no previous file with comments | « no previous file | no next file » | 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 5a3ee25b4d085243660665b1b80e379349d2a3d0..5d47c21cb8564771a557956cc4cb7e550c71fc78 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -62,10 +62,8 @@ config("dart_config") {
defines += ["PRODUCT"]
}
-
- if (is_ios || is_mac) {
- defines += ["DART_PRECOMPILER"]
- }
+ # Ideally this would only be enabled for gen_snapshot
+ defines += ["DART_PRECOMPILER"]
cflags = [
"-Werror",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698