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

Unified Diff: runtime/vm/vm_sources.gni

Issue 3010543002: Rename the class "KernelReader" to "KernelLoader". (Closed)
Patch Set: Fix alphabetical order in vm_sources.gni. Created 3 years, 4 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/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gni
diff --git a/runtime/vm/vm_sources.gni b/runtime/vm/vm_sources.gni
index f8231c38c1958d6d6d9285da3c4144197c4c7333..a95f070de8d5b9036c5430bc41b7cb90b2e98c46 100644
--- a/runtime/vm/vm_sources.gni
+++ b/runtime/vm/vm_sources.gni
@@ -292,10 +292,10 @@ vm_sources = [
"kernel_binary.h",
"kernel_binary_flowgraph.cc",
"kernel_binary_flowgraph.h",
+ "kernel_loader.h",
+ "kernel_loader.cc",
"kernel_to_il.cc",
"kernel_to_il.h",
- "kernel_reader.h",
- "kernel_reader.cc",
"proccpuinfo.cc",
"proccpuinfo.h",
"profiler_service.cc",
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698