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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11415221: Add support for autofilling radio buttons and checkboxes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove extra line change in autofill_scanner.cc Created 8 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'browser/autofill/autofill_popup_view.cc', 207 'browser/autofill/autofill_popup_view.cc',
208 'browser/autofill/autofill_popup_view.h', 208 'browser/autofill/autofill_popup_view.h',
209 'browser/autofill/autofill_profile.cc', 209 'browser/autofill/autofill_profile.cc',
210 'browser/autofill/autofill_profile.h', 210 'browser/autofill/autofill_profile.h',
211 'browser/autofill/autofill_regex_constants.cc.utf8', 211 'browser/autofill/autofill_regex_constants.cc.utf8',
212 'browser/autofill/autofill_regex_constants.h', 212 'browser/autofill/autofill_regex_constants.h',
213 'browser/autofill/autofill_regexes.cc', 213 'browser/autofill/autofill_regexes.cc',
214 'browser/autofill/autofill_regexes.h', 214 'browser/autofill/autofill_regexes.h',
215 'browser/autofill/autofill_scanner.cc', 215 'browser/autofill/autofill_scanner.cc',
216 'browser/autofill/autofill_scanner.h', 216 'browser/autofill/autofill_scanner.h',
217 'browser/autofill/autofill_server_field_info.h',
217 'browser/autofill/autofill_type.cc', 218 'browser/autofill/autofill_type.cc',
218 'browser/autofill/autofill_type.h', 219 'browser/autofill/autofill_type.h',
219 'browser/autofill/autofill_xml_parser.cc', 220 'browser/autofill/autofill_xml_parser.cc',
220 'browser/autofill/autofill_xml_parser.h', 221 'browser/autofill/autofill_xml_parser.h',
221 'browser/autofill/contact_info.cc', 222 'browser/autofill/contact_info.cc',
222 'browser/autofill/contact_info.h', 223 'browser/autofill/contact_info.h',
223 'browser/autofill/credit_card.cc', 224 'browser/autofill/credit_card.cc',
224 'browser/autofill/credit_card.h', 225 'browser/autofill/credit_card.h',
225 'browser/autofill/credit_card_field.cc', 226 'browser/autofill/credit_card_field.cc',
226 'browser/autofill/credit_card_field.h', 227 'browser/autofill/credit_card_field.h',
(...skipping 2937 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 'proto_in_dir': '../third_party/cros_system_api/dbus', 3165 'proto_in_dir': '../third_party/cros_system_api/dbus',
3165 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3166 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3166 }, 3167 },
3167 'includes': ['../build/protoc.gypi'], 3168 'includes': ['../build/protoc.gypi'],
3168 }, 3169 },
3169 ], 3170 ],
3170 }, 3171 },
3171 ], 3172 ],
3172 ], 3173 ],
3173 } 3174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698