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

Unified Diff: runtime/vm/native_entry.h

Issue 2827873002: Move runtime functions to the more logical runtime_entry.cc. (Closed)
Patch Set: sort Created 3 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 | « runtime/vm/isolate_reload.cc ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/native_entry.h
diff --git a/runtime/vm/native_entry.h b/runtime/vm/native_entry.h
index 5f6984e794e16848926e02682e96852ef37e1d19..200703f87199837ed75301a9524bd32056716e65 100644
--- a/runtime/vm/native_entry.h
+++ b/runtime/vm/native_entry.h
@@ -9,10 +9,10 @@
#include "vm/allocation.h"
#include "vm/assembler.h"
-#include "vm/code_generator.h"
#include "vm/exceptions.h"
#include "vm/log.h"
#include "vm/native_arguments.h"
+#include "vm/runtime_entry.h"
#include "vm/verifier.h"
#include "include/dart_api.h"
« no previous file with comments | « runtime/vm/isolate_reload.cc ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698