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 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1716 'browser/ui/views/shell_dialogs_win_unittest.cc', | 1716 'browser/ui/views/shell_dialogs_win_unittest.cc', |
1717 'browser/ui/views/status_icons/status_tray_win_unittest.cc', | 1717 'browser/ui/views/status_icons/status_tray_win_unittest.cc', |
1718 'browser/ui/window_sizer_unittest.cc', | 1718 'browser/ui/window_sizer_unittest.cc', |
1719 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', | 1719 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1720 'browser/user_style_sheet_watcher_unittest.cc', | 1720 'browser/user_style_sheet_watcher_unittest.cc', |
1721 'browser/visitedlink/visitedlink_unittest.cc', | 1721 'browser/visitedlink/visitedlink_unittest.cc', |
1722 'browser/web_applications/web_app_unittest.cc', | 1722 'browser/web_applications/web_app_unittest.cc', |
1723 'browser/webdata/web_data_service_test_util.h', | 1723 'browser/webdata/web_data_service_test_util.h', |
1724 'browser/webdata/web_data_service_unittest.cc', | 1724 'browser/webdata/web_data_service_unittest.cc', |
1725 'browser/webdata/web_database_unittest.cc', | 1725 'browser/webdata/web_database_unittest.cc', |
1726 'browser/web_resource/web_resource_service_unittest.cc', | 1726 'browser/web_resource/promo_resource_service_unittest.cc', |
1727 'common/bzip2_unittest.cc', | 1727 'common/bzip2_unittest.cc', |
1728 'common/child_process_logging_mac_unittest.mm', | 1728 'common/child_process_logging_mac_unittest.mm', |
1729 'common/chrome_paths_unittest.cc', | 1729 'common/chrome_paths_unittest.cc', |
1730 'common/common_param_traits_unittest.cc', | 1730 'common/common_param_traits_unittest.cc', |
1731 'common/content_settings_helper_unittest.cc', | 1731 'common/content_settings_helper_unittest.cc', |
1732 'common/deprecated/event_sys_unittest.cc', | 1732 'common/deprecated/event_sys_unittest.cc', |
1733 'common/desktop_notifications/active_notification_tracker_unittest.cc', | 1733 'common/desktop_notifications/active_notification_tracker_unittest.cc', |
1734 'common/extensions/extension_action_unittest.cc', | 1734 'common/extensions/extension_action_unittest.cc', |
1735 'common/extensions/extension_extent_unittest.cc', | 1735 'common/extensions/extension_extent_unittest.cc', |
1736 'common/extensions/extension_file_util_unittest.cc', | 1736 'common/extensions/extension_file_util_unittest.cc', |
(...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3761 ] | 3761 ] |
3762 }], # 'coverage!=0' | 3762 }], # 'coverage!=0' |
3763 ], # 'conditions' | 3763 ], # 'conditions' |
3764 } | 3764 } |
3765 | 3765 |
3766 # Local Variables: | 3766 # Local Variables: |
3767 # tab-width:2 | 3767 # tab-width:2 |
3768 # indent-tabs-mode:nil | 3768 # indent-tabs-mode:nil |
3769 # End: | 3769 # End: |
3770 # vim: set expandtab tabstop=2 shiftwidth=2: | 3770 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |