Chromium Code Reviews

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

Issue 1897783002: [DO NOT COMMIT] CallWith=ScriptState with iframe Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 87 matching lines...)
98 'dom/MutationRecord.idl', 98 'dom/MutationRecord.idl',
99 'dom/NamedNodeMap.idl', 99 'dom/NamedNodeMap.idl',
100 'dom/Node.idl', 100 'dom/Node.idl',
101 'dom/NodeFilter.idl', 101 'dom/NodeFilter.idl',
102 'dom/NodeIterator.idl', 102 'dom/NodeIterator.idl',
103 'dom/NodeList.idl', 103 'dom/NodeList.idl',
104 'dom/ProcessingInstruction.idl', 104 'dom/ProcessingInstruction.idl',
105 'dom/Range.idl', 105 'dom/Range.idl',
106 'dom/SharedArrayBuffer.idl', 106 'dom/SharedArrayBuffer.idl',
107 'dom/StringCallback.idl', 107 'dom/StringCallback.idl',
108 'dom/TestObject.idl',
108 'dom/Text.idl', 109 'dom/Text.idl',
109 'dom/Touch.idl', 110 'dom/Touch.idl',
110 'dom/TouchList.idl', 111 'dom/TouchList.idl',
111 'dom/TreeWalker.idl', 112 'dom/TreeWalker.idl',
112 'dom/Uint16Array.idl', 113 'dom/Uint16Array.idl',
113 'dom/Uint32Array.idl', 114 'dom/Uint32Array.idl',
114 'dom/Uint8Array.idl', 115 'dom/Uint8Array.idl',
115 'dom/Uint8ClampedArray.idl', 116 'dom/Uint8ClampedArray.idl',
116 'dom/URLSearchParams.idl', 117 'dom/URLSearchParams.idl',
117 'dom/XMLDocument.idl', 118 'dom/XMLDocument.idl',
(...skipping 3827 matching lines...)
3945 'dom/DocumentTest.cpp', 3946 'dom/DocumentTest.cpp',
3946 'dom/ElementTest.cpp', 3947 'dom/ElementTest.cpp',
3947 'dom/MainThreadTaskRunnerTest.cpp', 3948 'dom/MainThreadTaskRunnerTest.cpp',
3948 'dom/NodeTest.cpp', 3949 'dom/NodeTest.cpp',
3949 'dom/NthIndexCacheTest.cpp', 3950 'dom/NthIndexCacheTest.cpp',
3950 'dom/RangeTest.cpp', 3951 'dom/RangeTest.cpp',
3951 'dom/ScriptRunnerTest.cpp', 3952 'dom/ScriptRunnerTest.cpp',
3952 'dom/SelectorQueryTest.cpp', 3953 'dom/SelectorQueryTest.cpp',
3953 'dom/StyleElementTest.cpp', 3954 'dom/StyleElementTest.cpp',
3954 'dom/StyleEngineTest.cpp', 3955 'dom/StyleEngineTest.cpp',
3956 'dom/TestObject.h',
3955 'dom/TextTest.cpp', 3957 'dom/TextTest.cpp',
3956 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3958 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3957 'dom/TreeScopeTest.cpp', 3959 'dom/TreeScopeTest.cpp',
3958 'dom/URLSearchParamsTest.cpp', 3960 'dom/URLSearchParamsTest.cpp',
3959 'dom/shadow/FlatTreeTraversalTest.cpp', 3961 'dom/shadow/FlatTreeTraversalTest.cpp',
3960 'editing/EditingCommandTest.cpp', 3962 'editing/EditingCommandTest.cpp',
3961 'editing/EditingStrategyTest.cpp', 3963 'editing/EditingStrategyTest.cpp',
3962 'editing/EditingTestBase.cpp', 3964 'editing/EditingTestBase.cpp',
3963 'editing/EditingTestBase.h', 3965 'editing/EditingTestBase.h',
3964 'editing/EditingUtilitiesTest.cpp', 3966 'editing/EditingUtilitiesTest.cpp',
(...skipping 137 matching lines...)
4102 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4111 ],
4110 } 4112 }
4111 } 4113 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/fetch/referrer/test.html ('k') | third_party/WebKit/Source/core/dom/TestObject.h » ('j') | no next file with comments »

Powered by Google App Engine