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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 509014: Add FormGroup, an interface that represents a collection of form fields group... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/autofill/form_group.h ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'browser/autofill/autofill_infobar_delegate.h', 88 'browser/autofill/autofill_infobar_delegate.h',
89 'browser/autofill/autofill_manager.cc', 89 'browser/autofill/autofill_manager.cc',
90 'browser/autofill/autofill_manager.h', 90 'browser/autofill/autofill_manager.h',
91 'browser/autofill/autofill_type.cc', 91 'browser/autofill/autofill_type.cc',
92 'browser/autofill/autofill_type.h', 92 'browser/autofill/autofill_type.h',
93 'browser/autofill/credit_card_field.cc', 93 'browser/autofill/credit_card_field.cc',
94 'browser/autofill/credit_card_field.h', 94 'browser/autofill/credit_card_field.h',
95 'browser/autofill/field_types.h', 95 'browser/autofill/field_types.h',
96 'browser/autofill/form_field.cc', 96 'browser/autofill/form_field.cc',
97 'browser/autofill/form_field.h', 97 'browser/autofill/form_field.h',
98 'browser/autofill/form_group.h',
98 'browser/autofill/form_structure.cc', 99 'browser/autofill/form_structure.cc',
99 'browser/autofill/form_structure.h', 100 'browser/autofill/form_structure.h',
100 'browser/autofill/name_field.cc', 101 'browser/autofill/name_field.cc',
101 'browser/autofill/name_field.h', 102 'browser/autofill/name_field.h',
102 'browser/autofill/personal_data_manager.cc', 103 'browser/autofill/personal_data_manager.cc',
103 'browser/autofill/personal_data_manager.h', 104 'browser/autofill/personal_data_manager.h',
104 'browser/autofill/phone_field.cc', 105 'browser/autofill/phone_field.cc',
105 'browser/autofill/phone_field.h', 106 'browser/autofill/phone_field.h',
106 'browser/automation/automation_autocomplete_edit_tracker.h', 107 'browser/automation/automation_autocomplete_edit_tracker.h',
107 'browser/automation/automation_browser_tracker.h', 108 'browser/automation/automation_browser_tracker.h',
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
2438 ], 2439 ],
2439 }, 2440 },
2440 ], 2441 ],
2441 } 2442 }
2442 2443
2443 # Local Variables: 2444 # Local Variables:
2444 # tab-width:2 2445 # tab-width:2
2445 # indent-tabs-mode:nil 2446 # indent-tabs-mode:nil
2446 # End: 2447 # End:
2447 # vim: set expandtab tabstop=2 shiftwidth=2: 2448 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/autofill/form_group.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698