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

Unified Diff: content/content_common.gypi

Issue 23623019: Support datalist for date/time input types on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 888a1dea0494198bdb57bc9507c387af469243bb..f19dd1534a2a4291956c30fa6e7d493f01eb0269 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -9,6 +9,7 @@
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icuuc',
+ '../third_party/WebKit/public/blink.gyp:blink',
'../ui/gfx/gfx.gyp:gfx',
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
'../ui/ui.gyp:ui',
@@ -37,6 +38,8 @@
'public/common/context_menu_params.cc',
'public/common/context_menu_params.h',
'public/common/console_message_level.h',
+ 'public/common/date_time_suggestion.cc',
+ 'public/common/date_time_suggestion.h',
'public/common/desktop_media_id.cc',
'public/common/desktop_media_id.h',
'public/common/drop_data.cc',

Powered by Google App Engine
This is Rietveld 408576698