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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'browser/autocomplete_history_manager.cc', | 117 'browser/autocomplete_history_manager.cc', |
118 'browser/autocomplete_history_manager.h', | 118 'browser/autocomplete_history_manager.h', |
119 'browser/autofill/address_field.cc', | 119 'browser/autofill/address_field.cc', |
120 'browser/autofill/address_field.h', | 120 'browser/autofill/address_field.h', |
121 'browser/autofill/address.cc', | 121 'browser/autofill/address.cc', |
122 'browser/autofill/address.h', | 122 'browser/autofill/address.h', |
123 'browser/autofill/autofill_address_model_mac.h', | 123 'browser/autofill/autofill_address_model_mac.h', |
124 'browser/autofill/autofill_address_model_mac.mm', | 124 'browser/autofill/autofill_address_model_mac.mm', |
125 'browser/autofill/autofill_address_sheet_controller_mac.h', | 125 'browser/autofill/autofill_address_sheet_controller_mac.h', |
126 'browser/autofill/autofill_address_sheet_controller_mac.mm', | 126 'browser/autofill/autofill_address_sheet_controller_mac.mm', |
| 127 'browser/autofill/autofill_cc_infobar_delegate.h', |
| 128 'browser/autofill/autofill_cc_infobar_delegate.cc', |
127 'browser/autofill/autofill_credit_card_model_mac.h', | 129 'browser/autofill/autofill_credit_card_model_mac.h', |
128 'browser/autofill/autofill_credit_card_model_mac.mm', | 130 'browser/autofill/autofill_credit_card_model_mac.mm', |
129 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', | 131 'browser/autofill/autofill_credit_card_sheet_controller_mac.h', |
130 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', | 132 'browser/autofill/autofill_credit_card_sheet_controller_mac.mm', |
131 'browser/autofill/autofill_dialog_controller_mac.h', | 133 'browser/autofill/autofill_dialog_controller_mac.h', |
132 'browser/autofill/autofill_dialog_controller_mac.mm', | 134 'browser/autofill/autofill_dialog_controller_mac.mm', |
133 'browser/autofill/autofill_dialog_gtk.cc', | 135 'browser/autofill/autofill_dialog_gtk.cc', |
134 'browser/autofill/autofill_dialog_mac.mm', | 136 'browser/autofill/autofill_dialog_mac.mm', |
135 # Windows version of autofill dialog is defined in | 137 # Windows version of autofill dialog is defined in |
136 # 'browser/views/autofill_profiles_view_win.cc' | 138 # 'browser/views/autofill_profiles_view_win.cc' |
(...skipping 3413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3550 ], | 3552 ], |
3551 }, | 3553 }, |
3552 ], | 3554 ], |
3553 } | 3555 } |
3554 | 3556 |
3555 # Local Variables: | 3557 # Local Variables: |
3556 # tab-width:2 | 3558 # tab-width:2 |
3557 # indent-tabs-mode:nil | 3559 # indent-tabs-mode:nil |
3558 # End: | 3560 # End: |
3559 # vim: set expandtab tabstop=2 shiftwidth=2: | 3561 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |