| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'browser/autofill/autofill_xml_parser.cc', | 163 'browser/autofill/autofill_xml_parser.cc', |
| 164 'browser/autofill/autofill_xml_parser.h', | 164 'browser/autofill/autofill_xml_parser.h', |
| 165 'browser/autofill/contact_info.cc', | 165 'browser/autofill/contact_info.cc', |
| 166 'browser/autofill/contact_info.h', | 166 'browser/autofill/contact_info.h', |
| 167 'browser/autofill/credit_card.cc', | 167 'browser/autofill/credit_card.cc', |
| 168 'browser/autofill/credit_card.h', | 168 'browser/autofill/credit_card.h', |
| 169 'browser/autofill/credit_card_field.cc', | 169 'browser/autofill/credit_card_field.cc', |
| 170 'browser/autofill/credit_card_field.h', | 170 'browser/autofill/credit_card_field.h', |
| 171 'browser/autofill/email_field.cc', | 171 'browser/autofill/email_field.cc', |
| 172 'browser/autofill/email_field.h', | 172 'browser/autofill/email_field.h', |
| 173 'browser/autofill/fax_number.cc', | |
| 174 'browser/autofill/fax_number.h', | |
| 175 'browser/autofill/field_types.h', | 173 'browser/autofill/field_types.h', |
| 176 'browser/autofill/form_field.cc', | 174 'browser/autofill/form_field.cc', |
| 177 'browser/autofill/form_field.h', | 175 'browser/autofill/form_field.h', |
| 178 'browser/autofill/form_group.cc', | 176 'browser/autofill/form_group.cc', |
| 179 'browser/autofill/form_group.h', | 177 'browser/autofill/form_group.h', |
| 180 'browser/autofill/form_structure.cc', | 178 'browser/autofill/form_structure.cc', |
| 181 'browser/autofill/form_structure.h', | 179 'browser/autofill/form_structure.h', |
| 182 'browser/autofill/home_phone_number.cc', | |
| 183 'browser/autofill/home_phone_number.h', | |
| 184 'browser/autofill/name_field.cc', | 180 'browser/autofill/name_field.cc', |
| 185 'browser/autofill/name_field.h', | 181 'browser/autofill/name_field.h', |
| 186 'browser/autofill/personal_data_manager.cc', | 182 'browser/autofill/personal_data_manager.cc', |
| 187 'browser/autofill/personal_data_manager.h', | 183 'browser/autofill/personal_data_manager.h', |
| 188 'browser/autofill/personal_data_manager_mac.mm', | 184 'browser/autofill/personal_data_manager_mac.mm', |
| 189 'browser/autofill/personal_data_manager_observer.h', | 185 'browser/autofill/personal_data_manager_observer.h', |
| 190 'browser/autofill/phone_field.cc', | 186 'browser/autofill/phone_field.cc', |
| 191 'browser/autofill/phone_field.h', | 187 'browser/autofill/phone_field.h', |
| 192 'browser/autofill/phone_number.cc', | 188 'browser/autofill/phone_number.cc', |
| 193 'browser/autofill/phone_number.h', | 189 'browser/autofill/phone_number.h', |
| (...skipping 4891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5085 # weak imports in dependents, who still must #include | 5081 # weak imports in dependents, who still must #include |
| 5086 # closure_blocks_leopard_compat.h to get weak imports. | 5082 # closure_blocks_leopard_compat.h to get weak imports. |
| 5087 'type': 'none', | 5083 'type': 'none', |
| 5088 }], | 5084 }], |
| 5089 ], | 5085 ], |
| 5090 }, | 5086 }, |
| 5091 ], | 5087 ], |
| 5092 }], | 5088 }], |
| 5093 ], | 5089 ], |
| 5094 } | 5090 } |
| OLD | NEW |