| 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'browser/autofill/autofill_field.cc', | 155 'browser/autofill/autofill_field.cc', |
| 156 'browser/autofill/autofill_field.h', | 156 'browser/autofill/autofill_field.h', |
| 157 'browser/autofill/autofill_ie_toolbar_import_win.cc', | 157 'browser/autofill/autofill_ie_toolbar_import_win.cc', |
| 158 'browser/autofill/autofill_ie_toolbar_import_win.h', | 158 'browser/autofill/autofill_ie_toolbar_import_win.h', |
| 159 'browser/autofill/autofill_manager.cc', | 159 'browser/autofill/autofill_manager.cc', |
| 160 'browser/autofill/autofill_manager.h', | 160 'browser/autofill/autofill_manager.h', |
| 161 'browser/autofill/autofill_metrics.cc', | 161 'browser/autofill/autofill_metrics.cc', |
| 162 'browser/autofill/autofill_metrics.h', | 162 'browser/autofill/autofill_metrics.h', |
| 163 'browser/autofill/autofill_profile.cc', | 163 'browser/autofill/autofill_profile.cc', |
| 164 'browser/autofill/autofill_profile.h', | 164 'browser/autofill/autofill_profile.h', |
| 165 'browser/autofill/autofill_regexes.cc', |
| 166 'browser/autofill/autofill_regexes.h', |
| 165 'browser/autofill/autofill_scanner.cc', | 167 'browser/autofill/autofill_scanner.cc', |
| 166 'browser/autofill/autofill_scanner.h', | 168 'browser/autofill/autofill_scanner.h', |
| 167 'browser/autofill/autofill_type.cc', | 169 'browser/autofill/autofill_type.cc', |
| 168 'browser/autofill/autofill_type.h', | 170 'browser/autofill/autofill_type.h', |
| 169 'browser/autofill/autofill_xml_parser.cc', | 171 'browser/autofill/autofill_xml_parser.cc', |
| 170 'browser/autofill/autofill_xml_parser.h', | 172 'browser/autofill/autofill_xml_parser.h', |
| 171 'browser/autofill/contact_info.cc', | 173 'browser/autofill/contact_info.cc', |
| 172 'browser/autofill/contact_info.h', | 174 'browser/autofill/contact_info.h', |
| 173 'browser/autofill/credit_card.cc', | 175 'browser/autofill/credit_card.cc', |
| 174 'browser/autofill/credit_card.h', | 176 'browser/autofill/credit_card.h', |
| (...skipping 4447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4622 'hard_dependency': 1, | 4624 'hard_dependency': 1, |
| 4623 }, | 4625 }, |
| 4624 ], | 4626 ], |
| 4625 } | 4627 } |
| 4626 | 4628 |
| 4627 # Local Variables: | 4629 # Local Variables: |
| 4628 # tab-width:2 | 4630 # tab-width:2 |
| 4629 # indent-tabs-mode:nil | 4631 # indent-tabs-mode:nil |
| 4630 # End: | 4632 # End: |
| 4631 # vim: set expandtab tabstop=2 shiftwidth=2: | 4633 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |