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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 'browser/autofill/autofill_field_unittest.cc', | 814 'browser/autofill/autofill_field_unittest.cc', |
815 'browser/autofill/autofill_manager_unittest.cc', | 815 'browser/autofill/autofill_manager_unittest.cc', |
816 'browser/autofill/autofill_profile_unittest.cc', | 816 'browser/autofill/autofill_profile_unittest.cc', |
817 'browser/autofill/autofill_type_unittest.cc', | 817 'browser/autofill/autofill_type_unittest.cc', |
818 'browser/autofill/autofill_xml_parser_unittest.cc', | 818 'browser/autofill/autofill_xml_parser_unittest.cc', |
819 'browser/autofill/billing_address_unittest.cc', | 819 'browser/autofill/billing_address_unittest.cc', |
820 'browser/autofill/contact_info_unittest.cc', | 820 'browser/autofill/contact_info_unittest.cc', |
821 'browser/autofill/credit_card_field_unittest.cc', | 821 'browser/autofill/credit_card_field_unittest.cc', |
822 'browser/autofill/credit_card_unittest.cc', | 822 'browser/autofill/credit_card_unittest.cc', |
823 'browser/autofill/fax_field_unittest.cc', | 823 'browser/autofill/fax_field_unittest.cc', |
| 824 'browser/autofill/form_field_unittest.cc', |
824 'browser/autofill/form_structure_unittest.cc', | 825 'browser/autofill/form_structure_unittest.cc', |
825 'browser/autofill/name_field_unittest.cc', | 826 'browser/autofill/name_field_unittest.cc', |
826 'browser/autofill/personal_data_manager_unittest.cc', | 827 'browser/autofill/personal_data_manager_unittest.cc', |
827 'browser/autofill/phone_field_unittest.cc', | 828 'browser/autofill/phone_field_unittest.cc', |
828 'browser/autofill/phone_number_unittest.cc', | 829 'browser/autofill/phone_number_unittest.cc', |
829 'browser/automation/automation_provider_unittest.cc', | 830 'browser/automation/automation_provider_unittest.cc', |
830 'browser/back_forward_menu_model_unittest.cc', | 831 'browser/back_forward_menu_model_unittest.cc', |
831 'browser/background_contents_service_unittest.cc', | 832 'browser/background_contents_service_unittest.cc', |
832 'browser/background_mode_manager_unittest.cc', | 833 'browser/background_mode_manager_unittest.cc', |
833 'browser/bookmarks/bookmark_codec_unittest.cc', | 834 'browser/bookmarks/bookmark_codec_unittest.cc', |
(...skipping 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 ] | 2918 ] |
2918 }], # 'coverage!=0' | 2919 }], # 'coverage!=0' |
2919 ], # 'conditions' | 2920 ], # 'conditions' |
2920 } | 2921 } |
2921 | 2922 |
2922 # Local Variables: | 2923 # Local Variables: |
2923 # tab-width:2 | 2924 # tab-width:2 |
2924 # indent-tabs-mode:nil | 2925 # indent-tabs-mode:nil |
2925 # End: | 2926 # End: |
2926 # vim: set expandtab tabstop=2 shiftwidth=2: | 2927 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |