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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 'browser/autocomplete/history_contents_provider_unittest.cc', | 1151 'browser/autocomplete/history_contents_provider_unittest.cc', |
1152 'browser/autocomplete/history_quick_provider_unittest.cc', | 1152 'browser/autocomplete/history_quick_provider_unittest.cc', |
1153 'browser/autocomplete/history_url_provider_unittest.cc', | 1153 'browser/autocomplete/history_url_provider_unittest.cc', |
1154 'browser/autocomplete/keyword_provider_unittest.cc', | 1154 'browser/autocomplete/keyword_provider_unittest.cc', |
1155 'browser/autocomplete/search_provider_unittest.cc', | 1155 'browser/autocomplete/search_provider_unittest.cc', |
1156 'browser/autofill/address_field_unittest.cc', | 1156 'browser/autofill/address_field_unittest.cc', |
1157 'browser/autofill/autofill_address_model_mac_unittest.mm', | 1157 'browser/autofill/autofill_address_model_mac_unittest.mm', |
1158 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm', | 1158 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm', |
1159 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', | 1159 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', |
1160 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm'
, | 1160 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm'
, |
| 1161 'browser/autofill/autofill_country_unittest.cc', |
1161 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', | 1162 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', |
1162 'browser/autofill/autofill_download_unittest.cc', | 1163 'browser/autofill/autofill_download_unittest.cc', |
1163 'browser/autofill/autofill_field_unittest.cc', | 1164 'browser/autofill/autofill_field_unittest.cc', |
1164 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', | 1165 'browser/autofill/autofill_ie_toolbar_import_win_unittest.cc', |
1165 'browser/autofill/autofill_manager_unittest.cc', | 1166 'browser/autofill/autofill_manager_unittest.cc', |
1166 'browser/autofill/autofill_merge_unittest.cc', | 1167 'browser/autofill/autofill_merge_unittest.cc', |
1167 'browser/autofill/autofill_metrics_unittest.cc', | 1168 'browser/autofill/autofill_metrics_unittest.cc', |
1168 'browser/autofill/autofill_profile_unittest.cc', | 1169 'browser/autofill/autofill_profile_unittest.cc', |
1169 'browser/autofill/autofill_type_unittest.cc', | 1170 'browser/autofill/autofill_type_unittest.cc', |
1170 'browser/autofill/autofill_xml_parser_unittest.cc', | 1171 'browser/autofill/autofill_xml_parser_unittest.cc', |
(...skipping 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3782 ] | 3783 ] |
3783 }], # 'coverage!=0' | 3784 }], # 'coverage!=0' |
3784 ], # 'conditions' | 3785 ], # 'conditions' |
3785 } | 3786 } |
3786 | 3787 |
3787 # Local Variables: | 3788 # Local Variables: |
3788 # tab-width:2 | 3789 # tab-width:2 |
3789 # indent-tabs-mode:nil | 3790 # indent-tabs-mode:nil |
3790 # End: | 3791 # End: |
3791 # vim: set expandtab tabstop=2 shiftwidth=2: | 3792 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |