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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1776993007: Rename Init.h to CoreInitializer.h, and InitModules.h to ModuleInitializer.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « third_party/WebKit/Source/core/Init.cpp ('k') | third_party/WebKit/Source/modules/InitModules.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 04965bfd133fbe363b15af322f7ac38a06c5a766..21afa1df123fdcbb76f2e954769b8d6f99bf6187 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -845,8 +845,8 @@
'layout/svg/line/SVGRootInlineBox.h',
],
'webcore_non_rendering_files': [
- 'Init.cpp',
- 'Init.h',
+ 'CoreInitializer.cpp',
+ 'CoreInitializer.h',
'animation/KeyframeEffect.cpp',
'animation/KeyframeEffect.h',
'animation/AnimationClock.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/Init.cpp ('k') | third_party/WebKit/Source/modules/InitModules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698