| 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 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1724 'common/extensions/extension_message_bundle_unittest.cc', | 1724 'common/extensions/extension_message_bundle_unittest.cc', |
| 1725 'common/extensions/extension_resource_unittest.cc', | 1725 'common/extensions/extension_resource_unittest.cc', |
| 1726 'common/extensions/extension_unittest.cc', | 1726 'common/extensions/extension_unittest.cc', |
| 1727 'common/extensions/extension_set_unittest.cc', | 1727 'common/extensions/extension_set_unittest.cc', |
| 1728 'common/extensions/extension_unpacker_unittest.cc', | 1728 'common/extensions/extension_unpacker_unittest.cc', |
| 1729 'common/extensions/update_manifest_unittest.cc', | 1729 'common/extensions/update_manifest_unittest.cc', |
| 1730 'common/extensions/url_pattern_unittest.cc', | 1730 'common/extensions/url_pattern_unittest.cc', |
| 1731 'common/extensions/user_script_unittest.cc', | 1731 'common/extensions/user_script_unittest.cc', |
| 1732 'common/font_descriptor_mac_unittest.mm', | 1732 'common/font_descriptor_mac_unittest.mm', |
| 1733 'common/gpu_feature_flags_unittest.cc', | 1733 'common/gpu_feature_flags_unittest.cc', |
| 1734 'common/gpu_info_unittest.cc', | |
| 1735 'common/gpu_messages_unittest.cc', | |
| 1736 'common/guid_unittest.cc', | 1734 'common/guid_unittest.cc', |
| 1737 'common/important_file_writer_unittest.cc', | 1735 'common/important_file_writer_unittest.cc', |
| 1738 'common/json_pref_store_unittest.cc', | 1736 'common/json_pref_store_unittest.cc', |
| 1739 'common/json_schema_validator_unittest_base.cc', | 1737 'common/json_schema_validator_unittest_base.cc', |
| 1740 'common/json_schema_validator_unittest_base.h', | 1738 'common/json_schema_validator_unittest_base.h', |
| 1741 'common/json_schema_validator_unittest.cc', | 1739 'common/json_schema_validator_unittest.cc', |
| 1742 'common/json_value_serializer_unittest.cc', | 1740 'common/json_value_serializer_unittest.cc', |
| 1743 'common/mru_cache_unittest.cc', | 1741 'common/mru_cache_unittest.cc', |
| 1744 'common/multi_process_lock_unittest.cc', | 1742 'common/multi_process_lock_unittest.cc', |
| 1745 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 1743 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1834 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', | 1832 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', |
| 1835 '../content/browser/renderer_host/resource_queue_unittest.cc', | 1833 '../content/browser/renderer_host/resource_queue_unittest.cc', |
| 1836 '../content/browser/site_instance_unittest.cc', | 1834 '../content/browser/site_instance_unittest.cc', |
| 1837 '../content/browser/speech/endpointer/endpointer_unittest.cc', | 1835 '../content/browser/speech/endpointer/endpointer_unittest.cc', |
| 1838 '../content/browser/speech/speech_recognition_request_unittest.cc', | 1836 '../content/browser/speech/speech_recognition_request_unittest.cc', |
| 1839 '../content/browser/speech/speech_recognizer_unittest.cc', | 1837 '../content/browser/speech/speech_recognizer_unittest.cc', |
| 1840 '../content/browser/tab_contents/navigation_controller_unittest.cc', | 1838 '../content/browser/tab_contents/navigation_controller_unittest.cc', |
| 1841 '../content/browser/tab_contents/navigation_entry_unittest.cc', | 1839 '../content/browser/tab_contents/navigation_entry_unittest.cc', |
| 1842 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', | 1840 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', |
| 1843 '../content/browser/webui/web_ui_unittest.cc', | 1841 '../content/browser/webui/web_ui_unittest.cc', |
| 1842 '../content/common/gpu_info_unittest.cc', |
| 1844 '../content/common/notification_service_unittest.cc', | 1843 '../content/common/notification_service_unittest.cc', |
| 1845 '../content/common/resource_dispatcher_unittest.cc', | 1844 '../content/common/resource_dispatcher_unittest.cc', |
| 1846 '../testing/gtest_mac_unittest.mm', | 1845 '../testing/gtest_mac_unittest.mm', |
| 1847 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1846 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
| 1848 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 1847 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
| 1849 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 1848 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
| 1850 ], | 1849 ], |
| 1851 'conditions': [ | 1850 'conditions': [ |
| 1852 ['touchui==1', { | 1851 ['touchui==1', { |
| 1853 'sources!': [ | 1852 'sources!': [ |
| (...skipping 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3786 ] | 3785 ] |
| 3787 }], # 'coverage!=0' | 3786 }], # 'coverage!=0' |
| 3788 ], # 'conditions' | 3787 ], # 'conditions' |
| 3789 } | 3788 } |
| 3790 | 3789 |
| 3791 # Local Variables: | 3790 # Local Variables: |
| 3792 # tab-width:2 | 3791 # tab-width:2 |
| 3793 # indent-tabs-mode:nil | 3792 # indent-tabs-mode:nil |
| 3794 # End: | 3793 # End: |
| 3795 # vim: set expandtab tabstop=2 shiftwidth=2: | 3794 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |