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

Unified Diff: runtime/vm/vm_sources.gni

Issue 3010543002: Rename the class "KernelReader" to "KernelLoader". (Closed)
Patch Set: Fix names in few places 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..2cf3df1e3ad73b1f2c7329030e7c646cb750cf72 100644
--- a/runtime/vm/vm_sources.gni
+++ b/runtime/vm/vm_sources.gni
@@ -294,8 +294,8 @@ vm_sources = [
"kernel_binary_flowgraph.h",
"kernel_to_il.cc",
"kernel_to_il.h",
- "kernel_reader.h",
- "kernel_reader.cc",
+ "kernel_loader.h",
zra 2017/08/28 14:38:06 DBC: Please keep this list alphabetized.
sivachandra 2017/08/28 15:14:44 Done. Thanks for catching!
+ "kernel_loader.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