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

Unified Diff: runtime/BUILD.gn

Issue 2168263002: GN: Don't complain about dart_runtime_mode == "profile" + dart_debug (AOT with asserts). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 56347b7cb2cc50c7c40d0b0aaef82507d52f3fe1..499fc42eabbda070904fa4dc252e495c39560fba 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -77,11 +77,6 @@ config("dart_precompiled_runtime_config") {
defines += ["DART_PRECOMPILED_RUNTIME"]
}
} else if (dart_runtime_mode == "profile") {
- if (dart_debug) {
- print("Debug and profile mode are mutually exclusive.")
- }
- assert(!dart_debug)
-
if (!dart_experimental_interpreter) {
defines += ["DART_PRECOMPILED_RUNTIME"]
}
« 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