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

Unified Diff: Source/core/core.gypi

Issue 365223004: Have the form control element directly handle validation message updating. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move m_hasValidationMessage checks out from validationMessageClient() Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/FormAssociatedElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 9f86befc168029d9fba2db1a7aa9c0ebceb85369..8de318d6e885f3e85b02763f21364bdbe055da37 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2659,8 +2659,6 @@
'html/forms/TypeAhead.h',
'html/forms/URLInputType.cpp',
'html/forms/URLInputType.h',
- 'html/forms/ValidationMessage.cpp',
- 'html/forms/ValidationMessage.h',
'html/forms/WeekInputType.cpp',
'html/forms/WeekInputType.h',
'html/ime/InputMethodContext.cpp',
« no previous file with comments | « no previous file | Source/core/html/FormAssociatedElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698