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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'browser/autocomplete/history_url_provider.h', | 78 'browser/autocomplete/history_url_provider.h', |
79 'browser/autocomplete/keyword_provider.cc', | 79 'browser/autocomplete/keyword_provider.cc', |
80 'browser/autocomplete/keyword_provider.h', | 80 'browser/autocomplete/keyword_provider.h', |
81 'browser/autocomplete/search_provider.cc', | 81 'browser/autocomplete/search_provider.cc', |
82 'browser/autocomplete/search_provider.h', | 82 'browser/autocomplete/search_provider.h', |
83 'browser/autofill/address_field.cc', | 83 'browser/autofill/address_field.cc', |
84 'browser/autofill/address_field.h', | 84 'browser/autofill/address_field.h', |
85 'browser/autofill/address.cc', | 85 'browser/autofill/address.cc', |
86 'browser/autofill/address.h', | 86 'browser/autofill/address.h', |
87 'browser/autofill/autofill_dialog_gtk.cc', | 87 'browser/autofill/autofill_dialog_gtk.cc', |
| 88 'browser/autofill/autofill_dialog.cc', |
88 'browser/autofill/autofill_dialog.h', | 89 'browser/autofill/autofill_dialog.h', |
89 'browser/autofill/autofill_field.cc', | 90 'browser/autofill/autofill_field.cc', |
90 'browser/autofill/autofill_field.h', | 91 'browser/autofill/autofill_field.h', |
91 'browser/autofill/autofill_infobar_delegate.cc', | 92 'browser/autofill/autofill_infobar_delegate.cc', |
92 'browser/autofill/autofill_infobar_delegate.h', | 93 'browser/autofill/autofill_infobar_delegate.h', |
93 'browser/autofill/autofill_manager.cc', | 94 'browser/autofill/autofill_manager.cc', |
94 'browser/autofill/autofill_manager.h', | 95 'browser/autofill/autofill_manager.h', |
95 'browser/autofill/autofill_profile.cc', | 96 'browser/autofill/autofill_profile.cc', |
96 'browser/autofill/autofill_profile.h', | 97 'browser/autofill/autofill_profile.h', |
97 'browser/autofill/autofill_type.cc', | 98 'browser/autofill/autofill_type.cc', |
(...skipping 2428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2526 ], | 2527 ], |
2527 }, | 2528 }, |
2528 ], | 2529 ], |
2529 } | 2530 } |
2530 | 2531 |
2531 # Local Variables: | 2532 # Local Variables: |
2532 # tab-width:2 | 2533 # tab-width:2 |
2533 # indent-tabs-mode:nil | 2534 # indent-tabs-mode:nil |
2534 # End: | 2535 # End: |
2535 # vim: set expandtab tabstop=2 shiftwidth=2: | 2536 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |