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

Unified Diff: Source/core/core.gypi

Issue 512563002: Move ColorChooser{,Client} and DateTimeChooser{,Client} from platform to core. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/HTMLInputElement.cpp » ('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 dbefb358446305335fdac8ef8a109cd1b846ca2e..6cf133ab6d578b3dd8799305e45944e25ac432d8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2648,10 +2648,18 @@
'html/forms/ButtonInputType.h',
'html/forms/CheckboxInputType.cpp',
'html/forms/CheckboxInputType.h',
+ 'html/forms/ColorChooser.cpp',
+ 'html/forms/ColorChooser.h',
+ 'html/forms/ColorChooserClient.cpp',
+ 'html/forms/ColorChooserClient.h',
'html/forms/ColorInputType.cpp',
'html/forms/ColorInputType.h',
'html/forms/DateInputType.cpp',
'html/forms/DateInputType.h',
+ 'html/forms/DateTimeChooser.cpp',
+ 'html/forms/DateTimeChooser.h',
+ 'html/forms/DateTimeChooserClient.cpp',
+ 'html/forms/DateTimeChooserClient.h',
'html/forms/DateTimeFieldsState.cpp',
'html/forms/DateTimeFieldsState.h',
'html/forms/DateTimeLocalInputType.cpp',
« no previous file with comments | « no previous file | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698