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

Unified Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2815263002: Move form-related files in core/html/shadow to core/html/forms. (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/BUILD.gn
diff --git a/third_party/WebKit/Source/core/html/BUILD.gn b/third_party/WebKit/Source/core/html/BUILD.gn
index e4a46ff5dd5a219b94e9cb2ca725e57979eed788..c4b6c5fcebb49313b1344fcd9178cdb19fa565f8 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -283,6 +283,8 @@ blink_core_sources("html") {
"forms/CheckboxInputType.h",
"forms/ChooserOnlyTemporalInputTypeView.cpp",
"forms/ChooserOnlyTemporalInputTypeView.h",
+ "forms/ClearButtonElement.cpp",
+ "forms/ClearButtonElement.h",
"forms/ColorChooser.cpp",
"forms/ColorChooser.h",
"forms/ColorChooserClient.cpp",
@@ -295,10 +297,20 @@ blink_core_sources("html") {
"forms/DateTimeChooser.h",
"forms/DateTimeChooserClient.cpp",
"forms/DateTimeChooserClient.h",
+ "forms/DateTimeEditElement.cpp",
+ "forms/DateTimeEditElement.h",
+ "forms/DateTimeFieldElement.cpp",
+ "forms/DateTimeFieldElement.h",
+ "forms/DateTimeFieldElements.cpp",
+ "forms/DateTimeFieldElements.h",
"forms/DateTimeFieldsState.cpp",
"forms/DateTimeFieldsState.h",
"forms/DateTimeLocalInputType.cpp",
"forms/DateTimeLocalInputType.h",
+ "forms/DateTimeNumericFieldElement.cpp",
+ "forms/DateTimeNumericFieldElement.h",
+ "forms/DateTimeSymbolicFieldElement.cpp",
+ "forms/DateTimeSymbolicFieldElement.h",
"forms/EmailInputType.cpp",
"forms/EmailInputType.h",
"forms/FileInputType.cpp",
@@ -325,6 +337,8 @@ blink_core_sources("html") {
"forms/OptionList.h",
"forms/PasswordInputType.cpp",
"forms/PasswordInputType.h",
+ "forms/PickerIndicatorElement.cpp",
+ "forms/PickerIndicatorElement.h",
"forms/RadioButtonGroupScope.cpp",
"forms/RadioButtonGroupScope.h",
"forms/RadioInputType.cpp",
@@ -335,12 +349,18 @@ blink_core_sources("html") {
"forms/ResetInputType.h",
"forms/SearchInputType.cpp",
"forms/SearchInputType.h",
+ "forms/SliderThumbElement.cpp",
+ "forms/SliderThumbElement.h",
+ "forms/SpinButtonElement.cpp",
+ "forms/SpinButtonElement.h",
"forms/StepRange.cpp",
"forms/StepRange.h",
"forms/SubmitInputType.cpp",
"forms/SubmitInputType.h",
"forms/TelephoneInputType.cpp",
"forms/TelephoneInputType.h",
+ "forms/TextControlInnerElements.cpp",
+ "forms/TextControlInnerElements.h",
"forms/TextFieldInputType.cpp",
"forms/TextFieldInputType.h",
"forms/TextInputType.cpp",
@@ -457,18 +477,6 @@ blink_core_sources("html") {
"parser/XSSAuditor.h",
"parser/XSSAuditorDelegate.cpp",
"parser/XSSAuditorDelegate.h",
- "shadow/ClearButtonElement.cpp",
- "shadow/ClearButtonElement.h",
- "shadow/DateTimeEditElement.cpp",
- "shadow/DateTimeEditElement.h",
- "shadow/DateTimeFieldElement.cpp",
- "shadow/DateTimeFieldElement.h",
- "shadow/DateTimeFieldElements.cpp",
- "shadow/DateTimeFieldElements.h",
- "shadow/DateTimeNumericFieldElement.cpp",
- "shadow/DateTimeNumericFieldElement.h",
- "shadow/DateTimeSymbolicFieldElement.cpp",
- "shadow/DateTimeSymbolicFieldElement.h",
"shadow/DetailsMarkerControl.cpp",
"shadow/DetailsMarkerControl.h",
"shadow/MediaControlElementTypes.cpp",
@@ -477,18 +485,10 @@ blink_core_sources("html") {
"shadow/MediaControlElements.h",
"shadow/MediaControlTimelineMetrics.cpp",
"shadow/MediaControlTimelineMetrics.h",
- "shadow/PickerIndicatorElement.cpp",
- "shadow/PickerIndicatorElement.h",
"shadow/ProgressShadowElement.cpp",
"shadow/ProgressShadowElement.h",
"shadow/ShadowElementNames.cpp",
"shadow/ShadowElementNames.h",
- "shadow/SliderThumbElement.cpp",
- "shadow/SliderThumbElement.h",
- "shadow/SpinButtonElement.cpp",
- "shadow/SpinButtonElement.h",
- "shadow/TextControlInnerElements.cpp",
- "shadow/TextControlInnerElements.h",
"track/AudioTrack.cpp",
"track/AudioTrack.h",
"track/AudioTrackList.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698