| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'browser/autocomplete/keyword_provider.cc', | 80 'browser/autocomplete/keyword_provider.cc', |
| 81 'browser/autocomplete/keyword_provider.h', | 81 'browser/autocomplete/keyword_provider.h', |
| 82 'browser/autocomplete/search_provider.cc', | 82 'browser/autocomplete/search_provider.cc', |
| 83 'browser/autocomplete/search_provider.h', | 83 'browser/autocomplete/search_provider.h', |
| 84 'browser/autofill/address_field.cc', | 84 'browser/autofill/address_field.cc', |
| 85 'browser/autofill/address_field.h', | 85 'browser/autofill/address_field.h', |
| 86 'browser/autofill/address.cc', | 86 'browser/autofill/address.cc', |
| 87 'browser/autofill/address.h', | 87 'browser/autofill/address.h', |
| 88 'browser/autofill/autofill_dialog_gtk.cc', | 88 'browser/autofill/autofill_dialog_gtk.cc', |
| 89 'browser/autofill/autofill_dialog.cc', | 89 'browser/autofill/autofill_dialog.cc', |
| 90 'browser/autofill/autofill_dialog_win.cc', |
| 90 'browser/autofill/autofill_dialog.h', | 91 'browser/autofill/autofill_dialog.h', |
| 91 'browser/autofill/autofill_field.cc', | 92 'browser/autofill/autofill_field.cc', |
| 92 'browser/autofill/autofill_field.h', | 93 'browser/autofill/autofill_field.h', |
| 93 'browser/autofill/autofill_infobar_delegate.cc', | 94 'browser/autofill/autofill_infobar_delegate.cc', |
| 94 'browser/autofill/autofill_infobar_delegate.h', | 95 'browser/autofill/autofill_infobar_delegate.h', |
| 95 'browser/autofill/autofill_manager.cc', | 96 'browser/autofill/autofill_manager.cc', |
| 96 'browser/autofill/autofill_manager.h', | 97 'browser/autofill/autofill_manager.h', |
| 97 'browser/autofill/autofill_profile.cc', | 98 'browser/autofill/autofill_profile.cc', |
| 98 'browser/autofill/autofill_profile.h', | 99 'browser/autofill/autofill_profile.h', |
| 100 'browser/autofill/autofill_profiles_view_win.cc', |
| 101 'browser/autofill/autofill_profiles_view_win.h', |
| 99 'browser/autofill/autofill_type.cc', | 102 'browser/autofill/autofill_type.cc', |
| 100 'browser/autofill/autofill_type.h', | 103 'browser/autofill/autofill_type.h', |
| 101 'browser/autofill/billing_address.h', | 104 'browser/autofill/billing_address.h', |
| 102 'browser/autofill/contact_info.cc', | 105 'browser/autofill/contact_info.cc', |
| 103 'browser/autofill/contact_info.h', | 106 'browser/autofill/contact_info.h', |
| 104 'browser/autofill/credit_card_field.cc', | 107 'browser/autofill/credit_card_field.cc', |
| 105 'browser/autofill/credit_card_field.h', | 108 'browser/autofill/credit_card_field.h', |
| 106 'browser/autofill/credit_card.cc', | 109 'browser/autofill/credit_card.cc', |
| 107 'browser/autofill/credit_card.h', | 110 'browser/autofill/credit_card.h', |
| 108 'browser/autofill/fax_number.h', | 111 'browser/autofill/fax_number.h', |
| (...skipping 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2534 ], | 2537 ], |
| 2535 }, | 2538 }, |
| 2536 ], | 2539 ], |
| 2537 } | 2540 } |
| 2538 | 2541 |
| 2539 # Local Variables: | 2542 # Local Variables: |
| 2540 # tab-width:2 | 2543 # tab-width:2 |
| 2541 # indent-tabs-mode:nil | 2544 # indent-tabs-mode:nil |
| 2542 # End: | 2545 # End: |
| 2543 # vim: set expandtab tabstop=2 shiftwidth=2: | 2546 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |