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

Side by Side 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 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 unified diff | Download patch
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'common/content_ipc_logging.cc', 145 'common/content_ipc_logging.cc',
146 'common/content_message_generator.cc', 146 'common/content_message_generator.cc',
147 'common/content_message_generator.h', 147 'common/content_message_generator.h',
148 'common/content_param_traits.cc', 148 'common/content_param_traits.cc',
149 'common/content_param_traits.h', 149 'common/content_param_traits.h',
150 'common/content_param_traits_macros.h', 150 'common/content_param_traits_macros.h',
151 'common/content_paths.cc', 151 'common/content_paths.cc',
152 'common/cookie_data.cc', 152 'common/cookie_data.cc',
153 'common/cookie_data.h', 153 'common/cookie_data.h',
154 'common/database_messages.h', 154 'common/database_messages.h',
155 'common/date_time_suggestion.h',
155 'common/desktop_notification_messages.h', 156 'common/desktop_notification_messages.h',
156 'common/device_orientation/device_motion_hardware_buffer.h', 157 'common/device_orientation/device_motion_hardware_buffer.h',
157 'common/device_orientation/device_motion_messages.h', 158 'common/device_orientation/device_motion_messages.h',
158 'common/device_orientation/device_orientation_hardware_buffer.h', 159 'common/device_orientation/device_orientation_hardware_buffer.h',
159 'common/device_orientation/device_orientation_messages.h', 160 'common/device_orientation/device_orientation_messages.h',
160 'common/devtools_messages.h', 161 'common/devtools_messages.h',
161 'common/dom_storage/dom_storage_map.cc', 162 'common/dom_storage/dom_storage_map.cc',
162 'common/dom_storage/dom_storage_map.h', 163 'common/dom_storage/dom_storage_map.h',
163 'common/dom_storage/dom_storage_messages.h', 164 'common/dom_storage/dom_storage_messages.h',
164 'common/drag_event_source_info.h', 165 'common/drag_event_source_info.h',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 619 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
619 '<(output)', 620 '<(output)',
620 '<(PRODUCT_DIR)', 621 '<(PRODUCT_DIR)',
621 ], 622 ],
622 'msvs_cygwin_shell': 1, 623 'msvs_cygwin_shell': 1,
623 }, 624 },
624 ] 625 ]
625 }], 626 }],
626 ], 627 ],
627 } 628 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698