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

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

Issue 660863002: [DevTools] Added public method for async execution of scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2220 'dom/ProcessingInstruction.h', 2220 'dom/ProcessingInstruction.h',
2221 'dom/PseudoElement.cpp', 2221 'dom/PseudoElement.cpp',
2222 'dom/QualifiedName.cpp', 2222 'dom/QualifiedName.cpp',
2223 'dom/Range.cpp', 2223 'dom/Range.cpp',
2224 'dom/RawDataDocumentParser.h', 2224 'dom/RawDataDocumentParser.h',
2225 'dom/RenderTreeBuilder.cpp', 2225 'dom/RenderTreeBuilder.cpp',
2226 'dom/RenderTreeBuilder.h', 2226 'dom/RenderTreeBuilder.h',
2227 'dom/RequestAnimationFrameCallback.h', 2227 'dom/RequestAnimationFrameCallback.h',
2228 'dom/SandboxFlags.cpp', 2228 'dom/SandboxFlags.cpp',
2229 'dom/SandboxFlags.h', 2229 'dom/SandboxFlags.h',
2230 'dom/ScriptExecutionCallback.cpp',
2231 'dom/ScriptExecutionCallback.h',
2230 'dom/ScriptLoader.cpp', 2232 'dom/ScriptLoader.cpp',
2231 'dom/ScriptLoader.h', 2233 'dom/ScriptLoader.h',
2232 'dom/ScriptRunner.cpp', 2234 'dom/ScriptRunner.cpp',
2233 'dom/ScriptRunner.h', 2235 'dom/ScriptRunner.h',
2234 'dom/ScriptableDocumentParser.cpp', 2236 'dom/ScriptableDocumentParser.cpp',
2235 'dom/ScriptableDocumentParser.h', 2237 'dom/ScriptableDocumentParser.h',
2236 'dom/ScriptedAnimationController.cpp', 2238 'dom/ScriptedAnimationController.cpp',
2237 'dom/ScriptedAnimationController.h', 2239 'dom/ScriptedAnimationController.h',
2238 'dom/SecurityContext.cpp', 2240 'dom/SecurityContext.cpp',
2239 'dom/SecurityContext.h', 2241 'dom/SecurityContext.h',
2240 'dom/SelectorQuery.cpp', 2242 'dom/SelectorQuery.cpp',
2241 'dom/SelectorQuery.h', 2243 'dom/SelectorQuery.h',
2242 'dom/ShadowTreeStyleSheetCollection.cpp', 2244 'dom/ShadowTreeStyleSheetCollection.cpp',
2243 'dom/ShadowTreeStyleSheetCollection.h', 2245 'dom/ShadowTreeStyleSheetCollection.h',
2244 'dom/SimulatedClickOptions.h', 2246 'dom/SimulatedClickOptions.h',
2245 'dom/SpaceSplitString.cpp', 2247 'dom/SpaceSplitString.cpp',
2246 'dom/StaticNodeList.h', 2248 'dom/StaticNodeList.h',
2247 'dom/StringCallback.cpp', 2249 'dom/StringCallback.cpp',
2248 'dom/StringCallback.h', 2250 'dom/StringCallback.h',
2249 'dom/StyleChangeReason.cpp', 2251 'dom/StyleChangeReason.cpp',
2250 'dom/StyleChangeReason.h', 2252 'dom/StyleChangeReason.h',
2251 'dom/StyleElement.cpp', 2253 'dom/StyleElement.cpp',
2252 'dom/StyleElement.h', 2254 'dom/StyleElement.h',
2253 'dom/StyleEngine.cpp', 2255 'dom/StyleEngine.cpp',
2254 'dom/StyleEngine.h', 2256 'dom/StyleEngine.h',
2255 'dom/StyleSheetCandidate.cpp', 2257 'dom/StyleSheetCandidate.cpp',
2256 'dom/StyleSheetCandidate.h', 2258 'dom/StyleSheetCandidate.h',
2257 'dom/StyleSheetCollection.cpp', 2259 'dom/StyleSheetCollection.cpp',
2258 'dom/StyleSheetCollection.h', 2260 'dom/StyleSheetCollection.h',
2261 'dom/SuspendableScriptExecutor.cpp',
2262 'dom/SuspendableScriptExecutor.h',
2259 'dom/TagCollection.cpp', 2263 'dom/TagCollection.cpp',
2260 'dom/TagCollection.h', 2264 'dom/TagCollection.h',
2261 'dom/Text.cpp', 2265 'dom/Text.cpp',
2262 'dom/TextLinkColors.cpp', 2266 'dom/TextLinkColors.cpp',
2263 'dom/TextLinkColors.h', 2267 'dom/TextLinkColors.h',
2264 'dom/Touch.cpp', 2268 'dom/Touch.cpp',
2265 'dom/Touch.h', 2269 'dom/Touch.h',
2266 'dom/TouchList.cpp', 2270 'dom/TouchList.cpp',
2267 'dom/TouchList.h', 2271 'dom/TouchList.h',
2268 'dom/TransformSource.h', 2272 'dom/TransformSource.h',
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 'rendering/shapes/BoxShapeTest.cpp', 3652 'rendering/shapes/BoxShapeTest.cpp',
3649 'rendering/style/OutlineValueTest.cpp', 3653 'rendering/style/OutlineValueTest.cpp',
3650 'testing/PrivateScriptTestTest.cpp', 3654 'testing/PrivateScriptTestTest.cpp',
3651 'streams/ReadableStreamTest.cpp', 3655 'streams/ReadableStreamTest.cpp',
3652 'testing/UnitTestHelpers.cpp', 3656 'testing/UnitTestHelpers.cpp',
3653 'testing/UnitTestHelpers.h', 3657 'testing/UnitTestHelpers.h',
3654 'xml/parser/SharedBufferReaderTest.cpp', 3658 'xml/parser/SharedBufferReaderTest.cpp',
3655 ], 3659 ],
3656 } 3660 }
3657 } 3661 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ScriptExecutionCallback.h » ('j') | Source/core/dom/SuspendableScriptExecutor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698