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

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

Issue 1958073002: Introduce :-internal-shadow-host-has-appearance pseudo class, and apply it to METER element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove null host check Created 4 years, 7 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 3183 matching lines...) Expand 10 before | Expand all | Expand 10 after
3194 'html/parser/PreloadRequest.cpp', 3194 'html/parser/PreloadRequest.cpp',
3195 'html/parser/ResourcePreloader.cpp', 3195 'html/parser/ResourcePreloader.cpp',
3196 'html/parser/TextDocumentParser.cpp', 3196 'html/parser/TextDocumentParser.cpp',
3197 'html/parser/TextDocumentParser.h', 3197 'html/parser/TextDocumentParser.h',
3198 'html/parser/TextResourceDecoder.cpp', 3198 'html/parser/TextResourceDecoder.cpp',
3199 'html/parser/TextResourceDecoder.h', 3199 'html/parser/TextResourceDecoder.h',
3200 'html/parser/XSSAuditor.cpp', 3200 'html/parser/XSSAuditor.cpp',
3201 'html/parser/XSSAuditor.h', 3201 'html/parser/XSSAuditor.h',
3202 'html/parser/XSSAuditorDelegate.cpp', 3202 'html/parser/XSSAuditorDelegate.cpp',
3203 'html/parser/XSSAuditorDelegate.h', 3203 'html/parser/XSSAuditorDelegate.h',
3204 'html/shadow/AppearanceSwitchElement.cpp',
3205 'html/shadow/AppearanceSwitchElement.h',
3206 'html/shadow/ClearButtonElement.cpp', 3204 'html/shadow/ClearButtonElement.cpp',
3207 'html/shadow/ClearButtonElement.h', 3205 'html/shadow/ClearButtonElement.h',
3208 'html/shadow/DateTimeEditElement.cpp', 3206 'html/shadow/DateTimeEditElement.cpp',
3209 'html/shadow/DateTimeEditElement.h', 3207 'html/shadow/DateTimeEditElement.h',
3210 'html/shadow/DateTimeFieldElement.cpp', 3208 'html/shadow/DateTimeFieldElement.cpp',
3211 'html/shadow/DateTimeFieldElement.h', 3209 'html/shadow/DateTimeFieldElement.h',
3212 'html/shadow/DateTimeFieldElements.cpp', 3210 'html/shadow/DateTimeFieldElements.cpp',
3213 'html/shadow/DateTimeFieldElements.h', 3211 'html/shadow/DateTimeFieldElements.h',
3214 'html/shadow/DateTimeNumericFieldElement.cpp', 3212 'html/shadow/DateTimeNumericFieldElement.cpp',
3215 'html/shadow/DateTimeNumericFieldElement.h', 3213 'html/shadow/DateTimeNumericFieldElement.h',
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
4125 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4123 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4126 'testing/PrivateScriptTestTest.cpp', 4124 'testing/PrivateScriptTestTest.cpp',
4127 'timing/MemoryInfoTest.cpp', 4125 'timing/MemoryInfoTest.cpp',
4128 'timing/PerformanceBaseTest.cpp', 4126 'timing/PerformanceBaseTest.cpp',
4129 'workers/WorkerThreadTest.cpp', 4127 'workers/WorkerThreadTest.cpp',
4130 'workers/WorkerThreadTestHelper.h', 4128 'workers/WorkerThreadTestHelper.h',
4131 'xml/parser/SharedBufferReaderTest.cpp', 4129 'xml/parser/SharedBufferReaderTest.cpp',
4132 ], 4130 ],
4133 } 4131 }
4134 } 4132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698