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

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

Issue 2051253002: Start autoplay muted videos with autoplay attribute when they are visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reduce Created 4 years, 6 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after
2477 'dom/Element.h', 2477 'dom/Element.h',
2478 'dom/ElementData.cpp', 2478 'dom/ElementData.cpp',
2479 'dom/ElementData.h', 2479 'dom/ElementData.h',
2480 'dom/ElementDataCache.cpp', 2480 'dom/ElementDataCache.cpp',
2481 'dom/ElementDataCache.h', 2481 'dom/ElementDataCache.h',
2482 'dom/ElementFullscreen.cpp', 2482 'dom/ElementFullscreen.cpp',
2483 'dom/ElementFullscreen.h', 2483 'dom/ElementFullscreen.h',
2484 'dom/ElementRareData.cpp', 2484 'dom/ElementRareData.cpp',
2485 'dom/ElementRareData.h', 2485 'dom/ElementRareData.h',
2486 'dom/ElementTraversal.h', 2486 'dom/ElementTraversal.h',
2487 'dom/ElementVisibilityObserver.cpp',
2488 'dom/ElementVisibilityObserver.h',
2487 'dom/EmptyNodeList.cpp', 2489 'dom/EmptyNodeList.cpp',
2488 'dom/EmptyNodeList.h', 2490 'dom/EmptyNodeList.h',
2489 'dom/ExecutionContext.cpp', 2491 'dom/ExecutionContext.cpp',
2490 'dom/ExecutionContext.h', 2492 'dom/ExecutionContext.h',
2491 'dom/ExecutionContextTask.h', 2493 'dom/ExecutionContextTask.h',
2492 'dom/FirstLetterPseudoElement.cpp', 2494 'dom/FirstLetterPseudoElement.cpp',
2493 'dom/FirstLetterPseudoElement.h', 2495 'dom/FirstLetterPseudoElement.h',
2494 'dom/FlexibleArrayBufferView.h', 2496 'dom/FlexibleArrayBufferView.h',
2495 'dom/FrameRequestCallback.h', 2497 'dom/FrameRequestCallback.h',
2496 'dom/FrameRequestCallbackCollection.cpp', 2498 'dom/FrameRequestCallbackCollection.cpp',
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
4177 'testing/PrivateScriptTestTest.cpp', 4179 'testing/PrivateScriptTestTest.cpp',
4178 'timing/MemoryInfoTest.cpp', 4180 'timing/MemoryInfoTest.cpp',
4179 'timing/PerformanceBaseTest.cpp', 4181 'timing/PerformanceBaseTest.cpp',
4180 'timing/PerformanceObserverTest.cpp', 4182 'timing/PerformanceObserverTest.cpp',
4181 'workers/WorkerThreadTest.cpp', 4183 'workers/WorkerThreadTest.cpp',
4182 'workers/WorkerThreadTestHelper.h', 4184 'workers/WorkerThreadTestHelper.h',
4183 'xml/parser/SharedBufferReaderTest.cpp', 4185 'xml/parser/SharedBufferReaderTest.cpp',
4184 ], 4186 ],
4185 } 4187 }
4186 } 4188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698