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

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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 'dom/StyleChangeReason.cpp', 2215 'dom/StyleChangeReason.cpp',
2216 'dom/StyleChangeReason.h', 2216 'dom/StyleChangeReason.h',
2217 'dom/StyleElement.cpp', 2217 'dom/StyleElement.cpp',
2218 'dom/StyleElement.h', 2218 'dom/StyleElement.h',
2219 'dom/StyleEngine.cpp', 2219 'dom/StyleEngine.cpp',
2220 'dom/StyleEngine.h', 2220 'dom/StyleEngine.h',
2221 'dom/StyleSheetCandidate.cpp', 2221 'dom/StyleSheetCandidate.cpp',
2222 'dom/StyleSheetCandidate.h', 2222 'dom/StyleSheetCandidate.h',
2223 'dom/StyleSheetCollection.cpp', 2223 'dom/StyleSheetCollection.cpp',
2224 'dom/StyleSheetCollection.h', 2224 'dom/StyleSheetCollection.h',
2225 'dom/SuspendableScriptRunner.cpp',
2226 'dom/SuspendableScriptRunner.h',
2225 'dom/TagCollection.cpp', 2227 'dom/TagCollection.cpp',
2226 'dom/TagCollection.h', 2228 'dom/TagCollection.h',
2227 'dom/Text.cpp', 2229 'dom/Text.cpp',
2228 'dom/TextLinkColors.cpp', 2230 'dom/TextLinkColors.cpp',
2229 'dom/TextLinkColors.h', 2231 'dom/TextLinkColors.h',
2230 'dom/Touch.cpp', 2232 'dom/Touch.cpp',
2231 'dom/Touch.h', 2233 'dom/Touch.h',
2232 'dom/TouchList.cpp', 2234 'dom/TouchList.cpp',
2233 'dom/TouchList.h', 2235 'dom/TouchList.h',
2234 'dom/TransformSource.h', 2236 'dom/TransformSource.h',
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'rendering/shapes/BoxShapeTest.cpp', 3614 'rendering/shapes/BoxShapeTest.cpp',
3613 'rendering/style/OutlineValueTest.cpp', 3615 'rendering/style/OutlineValueTest.cpp',
3614 'testing/PrivateScriptTestTest.cpp', 3616 'testing/PrivateScriptTestTest.cpp',
3615 'streams/ReadableStreamTest.cpp', 3617 'streams/ReadableStreamTest.cpp',
3616 'testing/UnitTestHelpers.cpp', 3618 'testing/UnitTestHelpers.cpp',
3617 'testing/UnitTestHelpers.h', 3619 'testing/UnitTestHelpers.h',
3618 'xml/parser/SharedBufferReaderTest.cpp', 3620 'xml/parser/SharedBufferReaderTest.cpp',
3619 ], 3621 ],
3620 } 3622 }
3621 } 3623 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/SuspendableScriptRunner.h » ('j') | Source/core/dom/SuspendableScriptRunner.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698