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

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

Issue 777483004: Bind Window focus ability to the ExecutionContext instead of the process. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sw_client_focus
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
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 2170 matching lines...) Expand 10 before | Expand all | Expand 10 after
2181 'dom/QualifiedName.cpp', 2181 'dom/QualifiedName.cpp',
2182 'dom/Range.cpp', 2182 'dom/Range.cpp',
2183 'dom/RawDataDocumentParser.h', 2183 'dom/RawDataDocumentParser.h',
2184 'dom/RemoteSecurityContext.cpp', 2184 'dom/RemoteSecurityContext.cpp',
2185 'dom/RemoteSecurityContext.h', 2185 'dom/RemoteSecurityContext.h',
2186 'dom/RenderTreeBuilder.cpp', 2186 'dom/RenderTreeBuilder.cpp',
2187 'dom/RenderTreeBuilder.h', 2187 'dom/RenderTreeBuilder.h',
2188 'dom/RequestAnimationFrameCallback.h', 2188 'dom/RequestAnimationFrameCallback.h',
2189 'dom/SandboxFlags.cpp', 2189 'dom/SandboxFlags.cpp',
2190 'dom/SandboxFlags.h', 2190 'dom/SandboxFlags.h',
2191 'dom/ScopedWindowFocusAllowedIndicator.cpp',
2192 'dom/ScopedWindowFocusAllowedIndicator.h',
2191 'dom/ScriptLoader.cpp', 2193 'dom/ScriptLoader.cpp',
2192 'dom/ScriptLoader.h', 2194 'dom/ScriptLoader.h',
2193 'dom/ScriptRunner.cpp', 2195 'dom/ScriptRunner.cpp',
2194 'dom/ScriptRunner.h', 2196 'dom/ScriptRunner.h',
2195 'dom/ScriptableDocumentParser.cpp', 2197 'dom/ScriptableDocumentParser.cpp',
2196 'dom/ScriptableDocumentParser.h', 2198 'dom/ScriptableDocumentParser.h',
2197 'dom/ScriptedAnimationController.cpp', 2199 'dom/ScriptedAnimationController.cpp',
2198 'dom/ScriptedAnimationController.h', 2200 'dom/ScriptedAnimationController.h',
2199 'dom/SecurityContext.cpp', 2201 'dom/SecurityContext.cpp',
2200 'dom/SecurityContext.h', 2202 'dom/SecurityContext.h',
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after
3597 'rendering/style/OutlineValueTest.cpp', 3599 'rendering/style/OutlineValueTest.cpp',
3598 'rendering/style/RenderStyleTest.cpp', 3600 'rendering/style/RenderStyleTest.cpp',
3599 'streams/ReadableStreamTest.cpp', 3601 'streams/ReadableStreamTest.cpp',
3600 'testing/PrivateScriptTestTest.cpp', 3602 'testing/PrivateScriptTestTest.cpp',
3601 'testing/UnitTestHelpers.cpp', 3603 'testing/UnitTestHelpers.cpp',
3602 'testing/UnitTestHelpers.h', 3604 'testing/UnitTestHelpers.h',
3603 'xml/parser/SharedBufferReaderTest.cpp', 3605 'xml/parser/SharedBufferReaderTest.cpp',
3604 ], 3606 ],
3605 } 3607 }
3606 } 3608 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698