| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'browser/autofill/address.h', | 142 'browser/autofill/address.h', |
| 143 'browser/autofill/address_field.cc', | 143 'browser/autofill/address_field.cc', |
| 144 'browser/autofill/address_field.h', | 144 'browser/autofill/address_field.h', |
| 145 'browser/autofill/autofill-inl.h', | 145 'browser/autofill/autofill-inl.h', |
| 146 'browser/autofill/autofill_cc_infobar_delegate.cc', | 146 'browser/autofill/autofill_cc_infobar_delegate.cc', |
| 147 'browser/autofill/autofill_cc_infobar_delegate.h', | 147 'browser/autofill/autofill_cc_infobar_delegate.h', |
| 148 'browser/autofill/autofill_country.cc', | 148 'browser/autofill/autofill_country.cc', |
| 149 'browser/autofill/autofill_country.h', | 149 'browser/autofill/autofill_country.h', |
| 150 'browser/autofill/autofill_download.cc', | 150 'browser/autofill/autofill_download.cc', |
| 151 'browser/autofill/autofill_download.h', | 151 'browser/autofill/autofill_download.h', |
| 152 'browser/autofill/autofill_ecml.cc', |
| 153 'browser/autofill/autofill_ecml.h', |
| 152 'browser/autofill/autofill_field.cc', | 154 'browser/autofill/autofill_field.cc', |
| 153 'browser/autofill/autofill_field.h', | 155 'browser/autofill/autofill_field.h', |
| 154 'browser/autofill/autofill_ie_toolbar_import_win.cc', | 156 'browser/autofill/autofill_ie_toolbar_import_win.cc', |
| 155 'browser/autofill/autofill_ie_toolbar_import_win.h', | 157 'browser/autofill/autofill_ie_toolbar_import_win.h', |
| 156 'browser/autofill/autofill_manager.cc', | 158 'browser/autofill/autofill_manager.cc', |
| 157 'browser/autofill/autofill_manager.h', | 159 'browser/autofill/autofill_manager.h', |
| 158 'browser/autofill/autofill_metrics.cc', | 160 'browser/autofill/autofill_metrics.cc', |
| 159 'browser/autofill/autofill_metrics.h', | 161 'browser/autofill/autofill_metrics.h', |
| 160 'browser/autofill/autofill_profile.cc', | 162 'browser/autofill/autofill_profile.cc', |
| 161 'browser/autofill/autofill_profile.h', | 163 'browser/autofill/autofill_profile.h', |
| (...skipping 4410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4572 'hard_dependency': 1, | 4574 'hard_dependency': 1, |
| 4573 }, | 4575 }, |
| 4574 ], | 4576 ], |
| 4575 } | 4577 } |
| 4576 | 4578 |
| 4577 # Local Variables: | 4579 # Local Variables: |
| 4578 # tab-width:2 | 4580 # tab-width:2 |
| 4579 # indent-tabs-mode:nil | 4581 # indent-tabs-mode:nil |
| 4580 # End: | 4582 # End: |
| 4581 # vim: set expandtab tabstop=2 shiftwidth=2: | 4583 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |