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 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
805 'browser/autofill/address_field_unittest.cc', | 805 'browser/autofill/address_field_unittest.cc', |
806 'browser/autofill/autofill_address_model_mac_unittest.mm', | 806 'browser/autofill/autofill_address_model_mac_unittest.mm', |
807 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm', | 807 'browser/autofill/autofill_address_sheet_controller_mac_unittest.mm', |
808 'browser/autofill/autofill_common_unittest.cc', | 808 'browser/autofill/autofill_common_unittest.cc', |
809 'browser/autofill/autofill_common_unittest.h', | 809 'browser/autofill/autofill_common_unittest.h', |
810 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', | 810 'browser/autofill/autofill_credit_card_model_mac_unittest.mm', |
811 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm'
, | 811 'browser/autofill/autofill_credit_card_sheet_controller_mac_unittest.mm'
, |
812 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', | 812 'browser/autofill/autofill_dialog_controller_mac_unittest.mm', |
813 'browser/autofill/autofill_download_unittest.cc', | 813 'browser/autofill/autofill_download_unittest.cc', |
814 'browser/autofill/autofill_field_unittest.cc', | 814 'browser/autofill/autofill_field_unittest.cc', |
| 815 'browser/autofill/autofill_locale_model_unittest.cc', |
815 'browser/autofill/autofill_manager_unittest.cc', | 816 'browser/autofill/autofill_manager_unittest.cc', |
816 'browser/autofill/autofill_profile_unittest.cc', | 817 'browser/autofill/autofill_profile_unittest.cc', |
817 'browser/autofill/autofill_type_unittest.cc', | 818 'browser/autofill/autofill_type_unittest.cc', |
818 'browser/autofill/autofill_xml_parser_unittest.cc', | 819 'browser/autofill/autofill_xml_parser_unittest.cc', |
819 'browser/autofill/billing_address_unittest.cc', | 820 'browser/autofill/billing_address_unittest.cc', |
820 'browser/autofill/contact_info_unittest.cc', | 821 'browser/autofill/contact_info_unittest.cc', |
821 'browser/autofill/credit_card_field_unittest.cc', | 822 'browser/autofill/credit_card_field_unittest.cc', |
822 'browser/autofill/credit_card_unittest.cc', | 823 'browser/autofill/credit_card_unittest.cc', |
823 'browser/autofill/fax_field_unittest.cc', | 824 'browser/autofill/fax_field_unittest.cc', |
824 'browser/autofill/form_field_unittest.cc', | 825 'browser/autofill/form_field_unittest.cc', |
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2953 ] | 2954 ] |
2954 }], # 'coverage!=0' | 2955 }], # 'coverage!=0' |
2955 ], # 'conditions' | 2956 ], # 'conditions' |
2956 } | 2957 } |
2957 | 2958 |
2958 # Local Variables: | 2959 # Local Variables: |
2959 # tab-width:2 | 2960 # tab-width:2 |
2960 # indent-tabs-mode:nil | 2961 # indent-tabs-mode:nil |
2961 # End: | 2962 # End: |
2962 # vim: set expandtab tabstop=2 shiftwidth=2: | 2963 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |