| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'browser/autofill/autofill_xml_parser.cc', | 161 'browser/autofill/autofill_xml_parser.cc', |
| 162 'browser/autofill/autofill_xml_parser.h', | 162 'browser/autofill/autofill_xml_parser.h', |
| 163 'browser/autofill/contact_info.cc', | 163 'browser/autofill/contact_info.cc', |
| 164 'browser/autofill/contact_info.h', | 164 'browser/autofill/contact_info.h', |
| 165 'browser/autofill/credit_card.cc', | 165 'browser/autofill/credit_card.cc', |
| 166 'browser/autofill/credit_card.h', | 166 'browser/autofill/credit_card.h', |
| 167 'browser/autofill/credit_card_field.cc', | 167 'browser/autofill/credit_card_field.cc', |
| 168 'browser/autofill/credit_card_field.h', | 168 'browser/autofill/credit_card_field.h', |
| 169 'browser/autofill/email_field.cc', | 169 'browser/autofill/email_field.cc', |
| 170 'browser/autofill/email_field.h', | 170 'browser/autofill/email_field.h', |
| 171 'browser/autofill/fax_number.cc', | |
| 172 'browser/autofill/fax_number.h', | |
| 173 'browser/autofill/field_types.h', | 171 'browser/autofill/field_types.h', |
| 174 'browser/autofill/form_field.cc', | 172 'browser/autofill/form_field.cc', |
| 175 'browser/autofill/form_field.h', | 173 'browser/autofill/form_field.h', |
| 176 'browser/autofill/form_group.cc', | 174 'browser/autofill/form_group.cc', |
| 177 'browser/autofill/form_group.h', | 175 'browser/autofill/form_group.h', |
| 178 'browser/autofill/form_structure.cc', | 176 'browser/autofill/form_structure.cc', |
| 179 'browser/autofill/form_structure.h', | 177 'browser/autofill/form_structure.h', |
| 180 'browser/autofill/home_phone_number.cc', | 178 'browser/autofill/home_phone_number.cc', |
| 181 'browser/autofill/home_phone_number.h', | 179 'browser/autofill/home_phone_number.h', |
| 182 'browser/autofill/name_field.cc', | 180 'browser/autofill/name_field.cc', |
| (...skipping 4880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5063 # weak imports in dependents, who still must #include | 5061 # weak imports in dependents, who still must #include |
| 5064 # closure_blocks_leopard_compat.h to get weak imports. | 5062 # closure_blocks_leopard_compat.h to get weak imports. |
| 5065 'type': 'none', | 5063 'type': 'none', |
| 5066 }], | 5064 }], |
| 5067 ], | 5065 ], |
| 5068 }, | 5066 }, |
| 5069 ], | 5067 ], |
| 5070 }], | 5068 }], |
| 5071 ], | 5069 ], |
| 5072 } | 5070 } |
| OLD | NEW |