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 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1806 'browser/ui/views/bubble/border_contents_unittest.cc', | 1806 'browser/ui/views/bubble/border_contents_unittest.cc', |
1807 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 1807 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
1808 'browser/ui/views/generic_info_view_unittest.cc', | 1808 'browser/ui/views/generic_info_view_unittest.cc', |
1809 'browser/ui/views/reload_button_unittest.cc', | 1809 'browser/ui/views/reload_button_unittest.cc', |
1810 'browser/ui/views/shell_dialogs_win_unittest.cc', | 1810 'browser/ui/views/shell_dialogs_win_unittest.cc', |
1811 'browser/ui/views/status_icons/status_tray_win_unittest.cc', | 1811 'browser/ui/views/status_icons/status_tray_win_unittest.cc', |
1812 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc', | 1812 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc', |
1813 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', | 1813 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', |
1814 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc', | 1814 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc', |
1815 'browser/ui/webui/options/language_options_handler_unittest.cc', | 1815 'browser/ui/webui/options/language_options_handler_unittest.cc', |
1816 'browser/ui/webui/print_preview_ui_html_source_unittest.cc', | 1816 'browser/ui/webui/print_preview_ui_unittest.cc', |
1817 'browser/ui/webui/sync_internals_ui_unittest.cc', | 1817 'browser/ui/webui/sync_internals_ui_unittest.cc', |
1818 'browser/ui/webui/theme_source_unittest.cc', | 1818 'browser/ui/webui/theme_source_unittest.cc', |
1819 'browser/ui/webui/web_ui_unittest.cc', | 1819 'browser/ui/webui/web_ui_unittest.cc', |
1820 'browser/ui/window_sizer_unittest.cc', | 1820 'browser/ui/window_sizer_unittest.cc', |
1821 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', | 1821 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1822 'browser/user_style_sheet_watcher_unittest.cc', | 1822 'browser/user_style_sheet_watcher_unittest.cc', |
1823 'browser/visitedlink/visitedlink_unittest.cc', | 1823 'browser/visitedlink/visitedlink_unittest.cc', |
1824 'browser/web_applications/web_app_unittest.cc', | 1824 'browser/web_applications/web_app_unittest.cc', |
1825 'browser/web_resource/promo_resource_service_unittest.cc', | 1825 'browser/web_resource/promo_resource_service_unittest.cc', |
1826 'browser/webdata/autofill_entry_unittest.cc', | 1826 'browser/webdata/autofill_entry_unittest.cc', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1983 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', | 1983 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', |
1984 ], | 1984 ], |
1985 }], | 1985 }], |
1986 ['touchui==0', { | 1986 ['touchui==0', { |
1987 'sources/': [ | 1987 'sources/': [ |
1988 ['exclude', '^browser/ui/webui/chromeos/login/'], | 1988 ['exclude', '^browser/ui/webui/chromeos/login/'], |
1989 ], | 1989 ], |
1990 }], | 1990 }], |
1991 ['chromeos==1', { | 1991 ['chromeos==1', { |
1992 'sources/': [ | 1992 'sources/': [ |
1993 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when | 1993 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when |
1994 # print preview is enabled on CrOS. | 1994 # print preview is enabled on CrOS. |
1995 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], | 1995 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], |
1996 ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest.
cc'], | 1996 ['exclude', 'browser/ui/webui/print_preview_ui_unittest.cc'], |
1997 ], | 1997 ], |
1998 }, { # else: chromeos == 0 | 1998 }, { # else: chromeos == 0 |
1999 'sources/': [ | 1999 'sources/': [ |
2000 ['exclude', '^browser/chromeos/'], | 2000 ['exclude', '^browser/chromeos/'], |
2001 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 2001 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
2002 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 2002 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
2003 ['exclude', '^browser/ui/webui/chromeos/login'], | 2003 ['exclude', '^browser/ui/webui/chromeos/login'], |
2004 ], | 2004 ], |
2005 }], | 2005 }], |
2006 ['toolkit_uses_gtk == 1', { | 2006 ['toolkit_uses_gtk == 1', { |
(...skipping 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4052 ] | 4052 ] |
4053 }], # 'coverage!=0' | 4053 }], # 'coverage!=0' |
4054 ], # 'conditions' | 4054 ], # 'conditions' |
4055 } | 4055 } |
4056 | 4056 |
4057 # Local Variables: | 4057 # Local Variables: |
4058 # tab-width:2 | 4058 # tab-width:2 |
4059 # indent-tabs-mode:nil | 4059 # indent-tabs-mode:nil |
4060 # End: | 4060 # End: |
4061 # vim: set expandtab tabstop=2 shiftwidth=2: | 4061 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |