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

Unified Diff: runtime/vm/ast.cc

Issue 2976723003: Eliminate dependencies on assemblers and code stubs in precompiled runtime. (Closed)
Patch Set: Created 3 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
Index: runtime/vm/ast.cc
diff --git a/runtime/vm/ast.cc b/runtime/vm/ast.cc
index 69fb0d39ef3728d3d7b59c504ca485cf0ce54993..a6aede9f403880f6fd6d4bf9c394c1fb90870ee4 100644
--- a/runtime/vm/ast.cc
+++ b/runtime/vm/ast.cc
@@ -2,6 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+#if !defined(DART_PRECOMPILED_RUNTIME)
zra 2017/07/11 20:25:08 like here.
+
#include "vm/ast.h"
#include "vm/compiler.h"
#include "vm/dart_entry.h"
@@ -792,3 +794,5 @@ const Instance* StaticGetterNode::EvalConstExpr() const {
}
} // namespace dart
+
+#endif // !defined(DART_PRECOMPILED_RUNTIME)

Powered by Google App Engine
This is Rietveld 408576698