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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'style/StyleVisualData.cpp', 838 'style/StyleVisualData.cpp',
839 'style/StyleWillChangeData.cpp', 839 'style/StyleWillChangeData.cpp',
840 'layout/svg/line/SVGInlineFlowBox.cpp', 840 'layout/svg/line/SVGInlineFlowBox.cpp',
841 'layout/svg/line/SVGInlineFlowBox.h', 841 'layout/svg/line/SVGInlineFlowBox.h',
842 'layout/svg/line/SVGInlineTextBox.cpp', 842 'layout/svg/line/SVGInlineTextBox.cpp',
843 'layout/svg/line/SVGInlineTextBox.h', 843 'layout/svg/line/SVGInlineTextBox.h',
844 'layout/svg/line/SVGRootInlineBox.cpp', 844 'layout/svg/line/SVGRootInlineBox.cpp',
845 'layout/svg/line/SVGRootInlineBox.h', 845 'layout/svg/line/SVGRootInlineBox.h',
846 ], 846 ],
847 'webcore_non_rendering_files': [ 847 'webcore_non_rendering_files': [
848 'Init.cpp', 848 'CoreInitializer.cpp',
849 'Init.h', 849 'CoreInitializer.h',
850 'animation/KeyframeEffect.cpp', 850 'animation/KeyframeEffect.cpp',
851 'animation/KeyframeEffect.h', 851 'animation/KeyframeEffect.h',
852 'animation/AnimationClock.cpp', 852 'animation/AnimationClock.cpp',
853 'animation/AnimationClock.h', 853 'animation/AnimationClock.h',
854 'animation/EffectModel.h', 854 'animation/EffectModel.h',
855 'animation/AnimationInputHelpers.cpp', 855 'animation/AnimationInputHelpers.cpp',
856 'animation/AnimationInputHelpers.h', 856 'animation/AnimationInputHelpers.h',
857 'animation/AnimationEffect.cpp', 857 'animation/AnimationEffect.cpp',
858 'animation/AnimationEffect.h', 858 'animation/AnimationEffect.h',
859 'animation/AnimationEffectTiming.cpp', 859 'animation/AnimationEffectTiming.cpp',
(...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after
4066 'svg/SVGPathParserTest.cpp', 4066 'svg/SVGPathParserTest.cpp',
4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4068 'testing/PrivateScriptTestTest.cpp', 4068 'testing/PrivateScriptTestTest.cpp',
4069 'timing/MemoryInfoTest.cpp', 4069 'timing/MemoryInfoTest.cpp',
4070 'workers/WorkerThreadTest.cpp', 4070 'workers/WorkerThreadTest.cpp',
4071 'workers/WorkerThreadTestHelper.h', 4071 'workers/WorkerThreadTestHelper.h',
4072 'xml/parser/SharedBufferReaderTest.cpp', 4072 'xml/parser/SharedBufferReaderTest.cpp',
4073 ], 4073 ],
4074 } 4074 }
4075 } 4075 }
OLDNEW
« 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