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

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 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 'dom/ProcessingInstruction.h', 2213 'dom/ProcessingInstruction.h',
2214 'dom/PseudoElement.cpp', 2214 'dom/PseudoElement.cpp',
2215 'dom/QualifiedName.cpp', 2215 'dom/QualifiedName.cpp',
2216 'dom/Range.cpp', 2216 'dom/Range.cpp',
2217 'dom/RawDataDocumentParser.h', 2217 'dom/RawDataDocumentParser.h',
2218 'dom/RenderTreeBuilder.cpp', 2218 'dom/RenderTreeBuilder.cpp',
2219 'dom/RenderTreeBuilder.h', 2219 'dom/RenderTreeBuilder.h',
2220 'dom/RequestAnimationFrameCallback.h', 2220 'dom/RequestAnimationFrameCallback.h',
2221 'dom/SandboxFlags.cpp', 2221 'dom/SandboxFlags.cpp',
2222 'dom/SandboxFlags.h', 2222 'dom/SandboxFlags.h',
2223 'dom/ScriptExecutionCallback.cpp',
2224 'dom/ScriptExecutionCallback.h',
2223 'dom/ScriptLoader.cpp', 2225 'dom/ScriptLoader.cpp',
2224 'dom/ScriptLoader.h', 2226 'dom/ScriptLoader.h',
2225 'dom/ScriptRunner.cpp', 2227 'dom/ScriptRunner.cpp',
2226 'dom/ScriptRunner.h', 2228 'dom/ScriptRunner.h',
2227 'dom/ScriptableDocumentParser.cpp', 2229 'dom/ScriptableDocumentParser.cpp',
2228 'dom/ScriptableDocumentParser.h', 2230 'dom/ScriptableDocumentParser.h',
2229 'dom/ScriptedAnimationController.cpp', 2231 'dom/ScriptedAnimationController.cpp',
2230 'dom/ScriptedAnimationController.h', 2232 'dom/ScriptedAnimationController.h',
2231 'dom/SecurityContext.cpp', 2233 'dom/SecurityContext.cpp',
2232 'dom/SecurityContext.h', 2234 'dom/SecurityContext.h',
2233 'dom/SelectorQuery.cpp', 2235 'dom/SelectorQuery.cpp',
2234 'dom/SelectorQuery.h', 2236 'dom/SelectorQuery.h',
2235 'dom/ShadowTreeStyleSheetCollection.cpp', 2237 'dom/ShadowTreeStyleSheetCollection.cpp',
2236 'dom/ShadowTreeStyleSheetCollection.h', 2238 'dom/ShadowTreeStyleSheetCollection.h',
2237 'dom/SimulatedClickOptions.h', 2239 'dom/SimulatedClickOptions.h',
2238 'dom/SpaceSplitString.cpp', 2240 'dom/SpaceSplitString.cpp',
2239 'dom/StaticNodeList.h', 2241 'dom/StaticNodeList.h',
2240 'dom/StringCallback.cpp', 2242 'dom/StringCallback.cpp',
2241 'dom/StringCallback.h', 2243 'dom/StringCallback.h',
2242 'dom/StyleChangeReason.cpp', 2244 'dom/StyleChangeReason.cpp',
2243 'dom/StyleChangeReason.h', 2245 'dom/StyleChangeReason.h',
2244 'dom/StyleElement.cpp', 2246 'dom/StyleElement.cpp',
2245 'dom/StyleElement.h', 2247 'dom/StyleElement.h',
2246 'dom/StyleEngine.cpp', 2248 'dom/StyleEngine.cpp',
2247 'dom/StyleEngine.h', 2249 'dom/StyleEngine.h',
2248 'dom/StyleSheetCandidate.cpp', 2250 'dom/StyleSheetCandidate.cpp',
2249 'dom/StyleSheetCandidate.h', 2251 'dom/StyleSheetCandidate.h',
2250 'dom/StyleSheetCollection.cpp', 2252 'dom/StyleSheetCollection.cpp',
2251 'dom/StyleSheetCollection.h', 2253 'dom/StyleSheetCollection.h',
2254 'dom/SuspendableScriptRunner.cpp',
2255 'dom/SuspendableScriptRunner.h',
2252 'dom/TagCollection.cpp', 2256 'dom/TagCollection.cpp',
2253 'dom/TagCollection.h', 2257 'dom/TagCollection.h',
2254 'dom/Text.cpp', 2258 'dom/Text.cpp',
2255 'dom/TextLinkColors.cpp', 2259 'dom/TextLinkColors.cpp',
2256 'dom/TextLinkColors.h', 2260 'dom/TextLinkColors.h',
2257 'dom/Touch.cpp', 2261 'dom/Touch.cpp',
2258 'dom/Touch.h', 2262 'dom/Touch.h',
2259 'dom/TouchList.cpp', 2263 'dom/TouchList.cpp',
2260 'dom/TouchList.h', 2264 'dom/TouchList.h',
2261 'dom/TransformSource.h', 2265 'dom/TransformSource.h',
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
3640 'rendering/shapes/BoxShapeTest.cpp', 3644 'rendering/shapes/BoxShapeTest.cpp',
3641 'rendering/style/OutlineValueTest.cpp', 3645 'rendering/style/OutlineValueTest.cpp',
3642 'testing/PrivateScriptTestTest.cpp', 3646 'testing/PrivateScriptTestTest.cpp',
3643 'streams/ReadableStreamTest.cpp', 3647 'streams/ReadableStreamTest.cpp',
3644 'testing/UnitTestHelpers.cpp', 3648 'testing/UnitTestHelpers.cpp',
3645 'testing/UnitTestHelpers.h', 3649 'testing/UnitTestHelpers.h',
3646 'xml/parser/SharedBufferReaderTest.cpp', 3650 'xml/parser/SharedBufferReaderTest.cpp',
3647 ], 3651 ],
3648 } 3652 }
3649 } 3653 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/ScriptExecutionCallback.h » ('j') | Source/core/dom/SuspendableScriptRunner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698