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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1119004: Integration with Toolbar autofill servers.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « chrome/browser/autofill/form_structure.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'browser/autofill/autofill_credit_card_model_mac.mm', 114 'browser/autofill/autofill_credit_card_model_mac.mm',
115 'browser/autofill/autofill_credit_card_view_controller_mac.h', 115 'browser/autofill/autofill_credit_card_view_controller_mac.h',
116 'browser/autofill/autofill_credit_card_view_controller_mac.mm', 116 'browser/autofill/autofill_credit_card_view_controller_mac.mm',
117 'browser/autofill/autofill_dialog_controller_mac.h', 117 'browser/autofill/autofill_dialog_controller_mac.h',
118 'browser/autofill/autofill_dialog_controller_mac.mm', 118 'browser/autofill/autofill_dialog_controller_mac.mm',
119 'browser/autofill/autofill_dialog_gtk.cc', 119 'browser/autofill/autofill_dialog_gtk.cc',
120 'browser/autofill/autofill_dialog_mac.mm', 120 'browser/autofill/autofill_dialog_mac.mm',
121 # Windows version of autofill dialog is defined in 121 # Windows version of autofill dialog is defined in
122 # 'browser/views/autofill_profiles_view_win.cc' 122 # 'browser/views/autofill_profiles_view_win.cc'
123 'browser/autofill/autofill_dialog.h', 123 'browser/autofill/autofill_dialog.h',
124 'browser/autofill/autofill_download.cc',
125 'browser/autofill/autofill_download.h',
124 'browser/autofill/autofill_field.cc', 126 'browser/autofill/autofill_field.cc',
125 'browser/autofill/autofill_field.h', 127 'browser/autofill/autofill_field.h',
126 'browser/autofill/autofill_infobar_delegate.cc', 128 'browser/autofill/autofill_infobar_delegate.cc',
127 'browser/autofill/autofill_infobar_delegate.h', 129 'browser/autofill/autofill_infobar_delegate.h',
128 'browser/autofill/autofill_manager.cc', 130 'browser/autofill/autofill_manager.cc',
129 'browser/autofill/autofill_manager.h', 131 'browser/autofill/autofill_manager.h',
130 'browser/autofill/autofill_profile.cc', 132 'browser/autofill/autofill_profile.cc',
131 'browser/autofill/autofill_profile.h', 133 'browser/autofill/autofill_profile.h',
132 'browser/autofill/autofill_text_field_mac.h', 134 'browser/autofill/autofill_text_field_mac.h',
133 'browser/autofill/autofill_text_field_mac.mm', 135 'browser/autofill/autofill_text_field_mac.mm',
(...skipping 2963 matching lines...) Expand 10 before | Expand all | Expand 10 after
3097 ] 3099 ]
3098 }, 3100 },
3099 ], 3101 ],
3100 } 3102 }
3101 3103
3102 # Local Variables: 3104 # Local Variables:
3103 # tab-width:2 3105 # tab-width:2
3104 # indent-tabs-mode:nil 3106 # indent-tabs-mode:nil
3105 # End: 3107 # End:
3106 # vim: set expandtab tabstop=2 shiftwidth=2: 3108 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/autofill/form_structure.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698