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

Unified Diff: Source/core/core.gypi

Issue 616443002: Implement :valid and :invalid pseudoclass for <form> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix the problem with shared element style Created 6 years, 3 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/css/SelectorChecker.cpp » ('j') | Source/core/html/HTMLFormControlElement.cpp » ('J')
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 9edff172481cdb71494ab3219052cf8bd8f971a7..e74f6306733a89ec2262f45aef2f72cfa119d02b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3561,6 +3561,7 @@
'frame/ImageBitmapTest.cpp',
'frame/SubresourceIntegrityTest.cpp',
'html/HTMLDimensionTest.cpp',
+ 'html/HTMLFormElementTest.cpp',
'html/HTMLFormControlElementTest.cpp',
'html/HTMLLinkElementSizesAttributeTest.cpp',
'html/HTMLSelectElementTest.cpp',
« no previous file with comments | « no previous file | Source/core/css/SelectorChecker.cpp » ('j') | Source/core/html/HTMLFormControlElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698