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

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

Issue 2130653002: SELECT element: Introduce light-weight OPTION iterater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLSelectElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 'html/forms/InputTypeView.cpp', 3129 'html/forms/InputTypeView.cpp',
3130 'html/forms/InputTypeView.h', 3130 'html/forms/InputTypeView.h',
3131 'html/forms/KeyboardClickableInputTypeView.cpp', 3131 'html/forms/KeyboardClickableInputTypeView.cpp',
3132 'html/forms/KeyboardClickableInputTypeView.h', 3132 'html/forms/KeyboardClickableInputTypeView.h',
3133 'html/forms/MonthInputType.cpp', 3133 'html/forms/MonthInputType.cpp',
3134 'html/forms/MonthInputType.h', 3134 'html/forms/MonthInputType.h',
3135 'html/forms/MultipleFieldsTemporalInputTypeView.cpp', 3135 'html/forms/MultipleFieldsTemporalInputTypeView.cpp',
3136 'html/forms/MultipleFieldsTemporalInputTypeView.h', 3136 'html/forms/MultipleFieldsTemporalInputTypeView.h',
3137 'html/forms/NumberInputType.cpp', 3137 'html/forms/NumberInputType.cpp',
3138 'html/forms/NumberInputType.h', 3138 'html/forms/NumberInputType.h',
3139 'html/forms/OptionList.cpp',
3140 'html/forms/OptionList.h',
3139 'html/forms/PasswordInputType.cpp', 3141 'html/forms/PasswordInputType.cpp',
3140 'html/forms/PasswordInputType.h', 3142 'html/forms/PasswordInputType.h',
3141 'html/forms/RadioButtonGroupScope.cpp', 3143 'html/forms/RadioButtonGroupScope.cpp',
3142 'html/forms/RadioButtonGroupScope.h', 3144 'html/forms/RadioButtonGroupScope.h',
3143 'html/forms/RadioInputType.cpp', 3145 'html/forms/RadioInputType.cpp',
3144 'html/forms/RadioInputType.h', 3146 'html/forms/RadioInputType.h',
3145 'html/forms/RangeInputType.cpp', 3147 'html/forms/RangeInputType.cpp',
3146 'html/forms/RangeInputType.h', 3148 'html/forms/RangeInputType.h',
3147 'html/forms/ResetInputType.cpp', 3149 'html/forms/ResetInputType.cpp',
3148 'html/forms/ResetInputType.h', 3150 'html/forms/ResetInputType.h',
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
4109 'html/HTMLTableRowElementTest.cpp', 4111 'html/HTMLTableRowElementTest.cpp',
4110 'html/HTMLTextAreaElementTest.cpp', 4112 'html/HTMLTextAreaElementTest.cpp',
4111 'html/HTMLTextFormControlElementTest.cpp', 4113 'html/HTMLTextFormControlElementTest.cpp',
4112 'html/HTMLVideoElementTest.cpp', 4114 'html/HTMLVideoElementTest.cpp',
4113 'html/LinkRelAttributeTest.cpp', 4115 'html/LinkRelAttributeTest.cpp',
4114 'html/TimeRangesTest.cpp', 4116 'html/TimeRangesTest.cpp',
4115 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', 4117 'html/canvas/CanvasAsyncBlobCreatorTest.cpp',
4116 'html/canvas/CanvasFontCacheTest.cpp', 4118 'html/canvas/CanvasFontCacheTest.cpp',
4117 'html/forms/EmailInputTypeTest.cpp', 4119 'html/forms/EmailInputTypeTest.cpp',
4118 'html/forms/FileInputTypeTest.cpp', 4120 'html/forms/FileInputTypeTest.cpp',
4121 'html/forms/OptionListTest.cpp',
4119 'html/forms/StepRangeTest.cpp', 4122 'html/forms/StepRangeTest.cpp',
4120 'html/parser/AtomicHTMLTokenTest.cpp', 4123 'html/parser/AtomicHTMLTokenTest.cpp',
4121 'html/parser/CompactHTMLTokenTest.cpp', 4124 'html/parser/CompactHTMLTokenTest.cpp',
4122 'html/parser/HTMLEntityParserTest.cpp', 4125 'html/parser/HTMLEntityParserTest.cpp',
4123 'html/parser/HTMLParserIdiomsTest.cpp', 4126 'html/parser/HTMLParserIdiomsTest.cpp',
4124 'html/parser/HTMLParserThreadTest.cpp', 4127 'html/parser/HTMLParserThreadTest.cpp',
4125 'html/parser/HTMLPreloadScannerTest.cpp', 4128 'html/parser/HTMLPreloadScannerTest.cpp',
4126 'html/parser/HTMLResourcePreloaderTest.cpp', 4129 'html/parser/HTMLResourcePreloaderTest.cpp',
4127 'html/parser/HTMLSrcsetParserTest.cpp', 4130 'html/parser/HTMLSrcsetParserTest.cpp',
4128 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', 4131 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
4196 'testing/PrivateScriptTestTest.cpp', 4199 'testing/PrivateScriptTestTest.cpp',
4197 'timing/MemoryInfoTest.cpp', 4200 'timing/MemoryInfoTest.cpp',
4198 'timing/PerformanceBaseTest.cpp', 4201 'timing/PerformanceBaseTest.cpp',
4199 'timing/PerformanceObserverTest.cpp', 4202 'timing/PerformanceObserverTest.cpp',
4200 'workers/WorkerThreadTest.cpp', 4203 'workers/WorkerThreadTest.cpp',
4201 'workers/WorkerThreadTestHelper.h', 4204 'workers/WorkerThreadTestHelper.h',
4202 'xml/parser/SharedBufferReaderTest.cpp', 4205 'xml/parser/SharedBufferReaderTest.cpp',
4203 ], 4206 ],
4204 } 4207 }
4205 } 4208 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLSelectElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698