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

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

Issue 804163002: Revert 186849 "Bind Window focus ability to the ExecutionContext..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2250/
Patch Set: Created 6 years 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 | Annotate | Revision Log
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 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 'dom/QualifiedName.cpp', 2198 'dom/QualifiedName.cpp',
2199 'dom/Range.cpp', 2199 'dom/Range.cpp',
2200 'dom/RawDataDocumentParser.h', 2200 'dom/RawDataDocumentParser.h',
2201 'dom/RemoteSecurityContext.cpp', 2201 'dom/RemoteSecurityContext.cpp',
2202 'dom/RemoteSecurityContext.h', 2202 'dom/RemoteSecurityContext.h',
2203 'dom/RenderTreeBuilder.cpp', 2203 'dom/RenderTreeBuilder.cpp',
2204 'dom/RenderTreeBuilder.h', 2204 'dom/RenderTreeBuilder.h',
2205 'dom/RequestAnimationFrameCallback.h', 2205 'dom/RequestAnimationFrameCallback.h',
2206 'dom/SandboxFlags.cpp', 2206 'dom/SandboxFlags.cpp',
2207 'dom/SandboxFlags.h', 2207 'dom/SandboxFlags.h',
2208 'dom/ScopedWindowFocusAllowedIndicator.cpp',
2209 'dom/ScopedWindowFocusAllowedIndicator.h',
2210 'dom/ScriptLoader.cpp', 2208 'dom/ScriptLoader.cpp',
2211 'dom/ScriptLoader.h', 2209 'dom/ScriptLoader.h',
2212 'dom/ScriptRunner.cpp', 2210 'dom/ScriptRunner.cpp',
2213 'dom/ScriptRunner.h', 2211 'dom/ScriptRunner.h',
2214 'dom/ScriptableDocumentParser.cpp', 2212 'dom/ScriptableDocumentParser.cpp',
2215 'dom/ScriptableDocumentParser.h', 2213 'dom/ScriptableDocumentParser.h',
2216 'dom/ScriptedAnimationController.cpp', 2214 'dom/ScriptedAnimationController.cpp',
2217 'dom/ScriptedAnimationController.h', 2215 'dom/ScriptedAnimationController.h',
2218 'dom/SecurityContext.cpp', 2216 'dom/SecurityContext.cpp',
2219 'dom/SecurityContext.h', 2217 'dom/SecurityContext.h',
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
3641 'rendering/style/RenderStyleTest.cpp', 3639 'rendering/style/RenderStyleTest.cpp',
3642 'rendering/style/SVGRenderStyleTest.cpp', 3640 'rendering/style/SVGRenderStyleTest.cpp',
3643 'streams/ReadableStreamTest.cpp', 3641 'streams/ReadableStreamTest.cpp',
3644 'testing/PrivateScriptTestTest.cpp', 3642 'testing/PrivateScriptTestTest.cpp',
3645 'testing/UnitTestHelpers.cpp', 3643 'testing/UnitTestHelpers.cpp',
3646 'testing/UnitTestHelpers.h', 3644 'testing/UnitTestHelpers.h',
3647 'xml/parser/SharedBufferReaderTest.cpp', 3645 'xml/parser/SharedBufferReaderTest.cpp',
3648 ], 3646 ],
3649 } 3647 }
3650 } 3648 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/serviceworker/client-focus.html ('k') | Source/core/dom/ExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698