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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1841143002: Add enum class |WebEditingCommandType| for EditorCommand (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introducing |codePointCompareIgnoringASCIICase()| Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingCommandTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3930 matching lines...) Expand 10 before | Expand all | Expand 10 after
3941 'dom/RangeTest.cpp', 3941 'dom/RangeTest.cpp',
3942 'dom/ScriptRunnerTest.cpp', 3942 'dom/ScriptRunnerTest.cpp',
3943 'dom/SelectorQueryTest.cpp', 3943 'dom/SelectorQueryTest.cpp',
3944 'dom/StyleElementTest.cpp', 3944 'dom/StyleElementTest.cpp',
3945 'dom/StyleEngineTest.cpp', 3945 'dom/StyleEngineTest.cpp',
3946 'dom/TextTest.cpp', 3946 'dom/TextTest.cpp',
3947 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3947 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3948 'dom/TreeScopeTest.cpp', 3948 'dom/TreeScopeTest.cpp',
3949 'dom/URLSearchParamsTest.cpp', 3949 'dom/URLSearchParamsTest.cpp',
3950 'dom/shadow/FlatTreeTraversalTest.cpp', 3950 'dom/shadow/FlatTreeTraversalTest.cpp',
3951 'editing/EditingCommandTest.cpp',
3951 'editing/EditingStrategyTest.cpp', 3952 'editing/EditingStrategyTest.cpp',
3952 'editing/EditingTestBase.cpp', 3953 'editing/EditingTestBase.cpp',
3953 'editing/EditingTestBase.h', 3954 'editing/EditingTestBase.h',
3954 'editing/EditingUtilitiesTest.cpp', 3955 'editing/EditingUtilitiesTest.cpp',
3955 'editing/EditorTest.cpp', 3956 'editing/EditorTest.cpp',
3956 'editing/FrameSelectionTest.cpp', 3957 'editing/FrameSelectionTest.cpp',
3957 'editing/GranularityStrategyTest.cpp', 3958 'editing/GranularityStrategyTest.cpp',
3958 'editing/InputMethodControllerTest.cpp', 3959 'editing/InputMethodControllerTest.cpp',
3959 'editing/iterators/BackwardsTextBufferTest.cpp', 3960 'editing/iterators/BackwardsTextBufferTest.cpp',
3960 'editing/iterators/CharacterIteratorTest.cpp', 3961 'editing/iterators/CharacterIteratorTest.cpp',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4093 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4095 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4096 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4097 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4098 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4099 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4100 ],
4100 } 4101 }
4101 } 4102 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingCommandTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698