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

Side by Side Diff: webkit/webkit.gyp

Issue 155399: Add autofill dropdown support for password forms. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=1', 10 'ENABLE_DATAGRID=1',
(...skipping 4483 matching lines...) Expand 10 before | Expand all | Expand 10 after
4494 'glue/plugins/plugin_string_stream.h', 4494 'glue/plugins/plugin_string_stream.h',
4495 'glue/plugins/plugin_stubs.cc', 4495 'glue/plugins/plugin_stubs.cc',
4496 'glue/plugins/webplugin_delegate_impl.cc', 4496 'glue/plugins/webplugin_delegate_impl.cc',
4497 'glue/plugins/webplugin_delegate_impl.h', 4497 'glue/plugins/webplugin_delegate_impl.h',
4498 'glue/plugins/webplugin_delegate_impl_gtk.cc', 4498 'glue/plugins/webplugin_delegate_impl_gtk.cc',
4499 'glue/plugins/webplugin_delegate_impl_mac.mm', 4499 'glue/plugins/webplugin_delegate_impl_mac.mm',
4500 'glue/alt_404_page_resource_fetcher.cc', 4500 'glue/alt_404_page_resource_fetcher.cc',
4501 'glue/alt_404_page_resource_fetcher.h', 4501 'glue/alt_404_page_resource_fetcher.h',
4502 'glue/alt_error_page_resource_fetcher.cc', 4502 'glue/alt_error_page_resource_fetcher.cc',
4503 'glue/alt_error_page_resource_fetcher.h', 4503 'glue/alt_error_page_resource_fetcher.h',
4504 'glue/autocomplete_input_listener.h',
4505 'glue/autofill_form.cc', 4504 'glue/autofill_form.cc',
4506 'glue/autofill_form.h', 4505 'glue/autofill_form.h',
4507 'glue/back_forward_list_client_impl.cc', 4506 'glue/back_forward_list_client_impl.cc',
4508 'glue/back_forward_list_client_impl.h', 4507 'glue/back_forward_list_client_impl.h',
4509 'glue/chrome_client_impl.cc', 4508 'glue/chrome_client_impl.cc',
4510 'glue/chrome_client_impl.h', 4509 'glue/chrome_client_impl.h',
4511 'glue/chromium_bridge_impl.cc', 4510 'glue/chromium_bridge_impl.cc',
4512 'glue/context_menu.h', 4511 'glue/context_menu.h',
4513 'glue/context_menu_client_impl.cc', 4512 'glue/context_menu_client_impl.cc',
4514 'glue/context_menu_client_impl.h', 4513 'glue/context_menu_client_impl.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4890 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4891 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4892 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4894 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4893 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4895 ], 4894 ],
4896 }, 4895 },
4897 ], 4896 ],
4898 }, 4897 },
4899 ], 4898 ],
4900 } 4899 }
OLDNEW
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698