OLD | NEW |
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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'browser/autofill/autofill_dialog_controller_mac.mm', | 132 'browser/autofill/autofill_dialog_controller_mac.mm', |
133 'browser/autofill/autofill_dialog_gtk.cc', | 133 'browser/autofill/autofill_dialog_gtk.cc', |
134 'browser/autofill/autofill_dialog_mac.mm', | 134 'browser/autofill/autofill_dialog_mac.mm', |
135 # Windows version of autofill dialog is defined in | 135 # Windows version of autofill dialog is defined in |
136 # 'browser/views/autofill_profiles_view_win.cc' | 136 # 'browser/views/autofill_profiles_view_win.cc' |
137 'browser/autofill/autofill_dialog.h', | 137 'browser/autofill/autofill_dialog.h', |
138 'browser/autofill/autofill_download.cc', | 138 'browser/autofill/autofill_download.cc', |
139 'browser/autofill/autofill_download.h', | 139 'browser/autofill/autofill_download.h', |
140 'browser/autofill/autofill_field.cc', | 140 'browser/autofill/autofill_field.cc', |
141 'browser/autofill/autofill_field.h', | 141 'browser/autofill/autofill_field.h', |
142 'browser/autofill/autofill_infobar_delegate.cc', | |
143 'browser/autofill/autofill_infobar_delegate.h', | |
144 'browser/autofill/autofill_manager.cc', | 142 'browser/autofill/autofill_manager.cc', |
145 'browser/autofill/autofill_manager.h', | 143 'browser/autofill/autofill_manager.h', |
146 'browser/autofill/autofill_profile.cc', | 144 'browser/autofill/autofill_profile.cc', |
147 'browser/autofill/autofill_profile.h', | 145 'browser/autofill/autofill_profile.h', |
148 'browser/autofill/autofill_text_field_mac.h', | 146 'browser/autofill/autofill_text_field_mac.h', |
149 'browser/autofill/autofill_text_field_mac.mm', | 147 'browser/autofill/autofill_text_field_mac.mm', |
150 'browser/autofill/autofill_type.cc', | 148 'browser/autofill/autofill_type.cc', |
151 'browser/autofill/autofill_type.h', | 149 'browser/autofill/autofill_type.h', |
152 'browser/autofill/autofill_xml_parser.cc', | 150 'browser/autofill/autofill_xml_parser.cc', |
153 'browser/autofill/autofill_xml_parser.h', | 151 'browser/autofill/autofill_xml_parser.h', |
(...skipping 3363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3517 ], | 3515 ], |
3518 }, | 3516 }, |
3519 ], | 3517 ], |
3520 } | 3518 } |
3521 | 3519 |
3522 # Local Variables: | 3520 # Local Variables: |
3523 # tab-width:2 | 3521 # tab-width:2 |
3524 # indent-tabs-mode:nil | 3522 # indent-tabs-mode:nil |
3525 # End: | 3523 # End: |
3526 # vim: set expandtab tabstop=2 shiftwidth=2: | 3524 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |