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 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1150 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', | 1150 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', |
1151 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', | 1151 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', |
1152 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', | 1152 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', |
1153 'browser/autocomplete/autocomplete_result_unittest.cc', | 1153 'browser/autocomplete/autocomplete_result_unittest.cc', |
1154 'browser/autocomplete/autocomplete_unittest.cc', | 1154 'browser/autocomplete/autocomplete_unittest.cc', |
1155 'browser/autocomplete/history_contents_provider_unittest.cc', | 1155 'browser/autocomplete/history_contents_provider_unittest.cc', |
1156 'browser/autocomplete/history_quick_provider_unittest.cc', | 1156 'browser/autocomplete/history_quick_provider_unittest.cc', |
1157 'browser/autocomplete/history_url_provider_unittest.cc', | 1157 'browser/autocomplete/history_url_provider_unittest.cc', |
1158 'browser/autocomplete/keyword_provider_unittest.cc', | 1158 'browser/autocomplete/keyword_provider_unittest.cc', |
1159 'browser/autocomplete/search_provider_unittest.cc', | 1159 'browser/autocomplete/search_provider_unittest.cc', |
| 1160 'browser/autofill/address_unittest.cc', |
1160 'browser/autofill/address_field_unittest.cc', | 1161 'browser/autofill/address_field_unittest.cc', |
1161 'browser/autofill/autofill_address_model_mac_unittest.mm', | 1162 'browser/autofill/autofill_address_model_mac_unittest.mm', |
1162 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm', | 1163 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm', |
1163 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', | 1164 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', |
1164 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm'
, | 1165 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm'
, |
| 1166 'browser/autofill/autofill_country_unittest.cc', |
1165 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', | 1167 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', |
1166 'browser/autofill/autofill_download_unittest.cc', | 1168 'browser/autofill/autofill_download_unittest.cc', |
1167 'browser/autofill/autofill_field_unittest.cc', | 1169 'browser/autofill/autofill_field_unittest.cc', |
1168 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', | 1170 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', |
1169 'browser/autofill/autofill_manager_unittest.cc', | 1171 'browser/autofill/autofill_manager_unittest.cc', |
1170 'browser/autofill/autofill_merge_unittest.cc', | 1172 'browser/autofill/autofill_merge_unittest.cc', |
1171 'browser/autofill/autofill_metrics_unittest.cc', | 1173 'browser/autofill/autofill_metrics_unittest.cc', |
1172 'browser/autofill/autofill_profile_unittest.cc', | 1174 'browser/autofill/autofill_profile_unittest.cc', |
1173 'browser/autofill/autofill_type_unittest.cc', | 1175 'browser/autofill/autofill_type_unittest.cc', |
1174 'browser/autofill/autofill_xml_parser_unittest.cc', | 1176 'browser/autofill/autofill_xml_parser_unittest.cc', |
(...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3784 ] | 3786 ] |
3785 }], # 'coverage!=0' | 3787 }], # 'coverage!=0' |
3786 ], # 'conditions' | 3788 ], # 'conditions' |
3787 } | 3789 } |
3788 | 3790 |
3789 # Local Variables: | 3791 # Local Variables: |
3790 # tab-width:2 | 3792 # tab-width:2 |
3791 # indent-tabs-mode:nil | 3793 # indent-tabs-mode:nil |
3792 # End: | 3794 # End: |
3793 # vim: set expandtab tabstop=2 shiftwidth=2: | 3795 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |