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 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1803 'browser/ui/views/bubble/border_contents_unittest.cc', | 1803 'browser/ui/views/bubble/border_contents_unittest.cc', |
1804 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 1804 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
1805 'browser/ui/views/generic_info_view_unittest.cc', | 1805 'browser/ui/views/generic_info_view_unittest.cc', |
1806 'browser/ui/views/reload_button_unittest.cc', | 1806 'browser/ui/views/reload_button_unittest.cc', |
1807 'browser/ui/views/shell_dialogs_win_unittest.cc', | 1807 'browser/ui/views/shell_dialogs_win_unittest.cc', |
1808 'browser/ui/views/status_icons/status_tray_win_unittest.cc', | 1808 'browser/ui/views/status_icons/status_tray_win_unittest.cc', |
1809 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc', | 1809 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc', |
1810 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', | 1810 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', |
1811 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc', | 1811 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc', |
1812 'browser/ui/webui/options/language_options_handler_unittest.cc', | 1812 'browser/ui/webui/options/language_options_handler_unittest.cc', |
1813 'browser/ui/webui/print_preview_ui_html_source_unittest.cc', | 1813 'browser/ui/webui/print_preview_ui_data_source_unittest.cc', |
1814 'browser/ui/webui/sync_internals_ui_unittest.cc', | 1814 'browser/ui/webui/sync_internals_ui_unittest.cc', |
1815 'browser/ui/webui/theme_source_unittest.cc', | 1815 'browser/ui/webui/theme_source_unittest.cc', |
1816 'browser/ui/webui/web_ui_unittest.cc', | 1816 'browser/ui/webui/web_ui_unittest.cc', |
1817 'browser/ui/window_sizer_unittest.cc', | 1817 'browser/ui/window_sizer_unittest.cc', |
1818 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', | 1818 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1819 'browser/user_style_sheet_watcher_unittest.cc', | 1819 'browser/user_style_sheet_watcher_unittest.cc', |
1820 'browser/visitedlink/visitedlink_unittest.cc', | 1820 'browser/visitedlink/visitedlink_unittest.cc', |
1821 'browser/web_applications/web_app_unittest.cc', | 1821 'browser/web_applications/web_app_unittest.cc', |
1822 'browser/web_resource/promo_resource_service_unittest.cc', | 1822 'browser/web_resource/promo_resource_service_unittest.cc', |
1823 'browser/webdata/autofill_entry_unittest.cc', | 1823 'browser/webdata/autofill_entry_unittest.cc', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1979 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', | 1979 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', |
1980 ], | 1980 ], |
1981 }], | 1981 }], |
1982 ['touchui==0', { | 1982 ['touchui==0', { |
1983 'sources/': [ | 1983 'sources/': [ |
1984 ['exclude', '^browser/ui/webui/chromeos/login/'], | 1984 ['exclude', '^browser/ui/webui/chromeos/login/'], |
1985 ], | 1985 ], |
1986 }], | 1986 }], |
1987 ['chromeos==1', { | 1987 ['chromeos==1', { |
1988 'sources/': [ | 1988 'sources/': [ |
1989 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when | 1989 # TODO(thestig) Enable PrintPreviewUIDataSource tests on CrOS when |
1990 # print preview is enabled on CrOS. | 1990 # print preview is enabled on CrOS. |
1991 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], | 1991 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], |
1992 ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest.
cc'], | 1992 ['exclude', 'browser/ui/webui/print_preview_ui_data_source_unittest.
cc'], |
1993 ], | 1993 ], |
1994 }, { # else: chromeos == 0 | 1994 }, { # else: chromeos == 0 |
1995 'sources/': [ | 1995 'sources/': [ |
1996 ['exclude', '^browser/chromeos/'], | 1996 ['exclude', '^browser/chromeos/'], |
1997 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 1997 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
1998 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 1998 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
1999 ['exclude', '^browser/ui/webui/chromeos/login'], | 1999 ['exclude', '^browser/ui/webui/chromeos/login'], |
2000 ], | 2000 ], |
2001 }], | 2001 }], |
2002 ['toolkit_uses_gtk == 1', { | 2002 ['toolkit_uses_gtk == 1', { |
(...skipping 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4033 ] | 4033 ] |
4034 }], # 'coverage!=0' | 4034 }], # 'coverage!=0' |
4035 ], # 'conditions' | 4035 ], # 'conditions' |
4036 } | 4036 } |
4037 | 4037 |
4038 # Local Variables: | 4038 # Local Variables: |
4039 # tab-width:2 | 4039 # tab-width:2 |
4040 # indent-tabs-mode:nil | 4040 # indent-tabs-mode:nil |
4041 # End: | 4041 # End: |
4042 # vim: set expandtab tabstop=2 shiftwidth=2: | 4042 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |