| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1984 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', | 1984 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', |
| 1985 ], | 1985 ], |
| 1986 }], | 1986 }], |
| 1987 ['touchui==0', { | 1987 ['touchui==0', { |
| 1988 'sources/': [ | 1988 'sources/': [ |
| 1989 ['exclude', '^browser/ui/webui/chromeos/login/'], | 1989 ['exclude', '^browser/ui/webui/chromeos/login/'], |
| 1990 ], | 1990 ], |
| 1991 }], | 1991 }], |
| 1992 ['chromeos==1', { | 1992 ['chromeos==1', { |
| 1993 'sources/': [ | 1993 'sources/': [ |
| 1994 # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when | 1994 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when |
| 1995 # print preview is enabled on CrOS. | 1995 # print preview is enabled on CrOS. |
| 1996 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], | 1996 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], |
| 1997 ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest.
cc'], | 1997 ['exclude', 'browser/ui/webui/print_preview_ui_unittest.cc'], |
| 1998 ], | 1998 ], |
| 1999 }, { # else: chromeos == 0 | 1999 }, { # else: chromeos == 0 |
| 2000 'sources/': [ | 2000 'sources/': [ |
| 2001 ['exclude', '^browser/chromeos/'], | 2001 ['exclude', '^browser/chromeos/'], |
| 2002 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], | 2002 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], |
| 2003 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], | 2003 ['exclude', '^browser/policy/enterprise_install_attributes_unittest.
cc' ], |
| 2004 ['exclude', '^browser/ui/webui/chromeos/login'], | 2004 ['exclude', '^browser/ui/webui/chromeos/login'], |
| 2005 ], | 2005 ], |
| 2006 }], | 2006 }], |
| 2007 ['toolkit_uses_gtk == 1', { | 2007 ['toolkit_uses_gtk == 1', { |
| (...skipping 2045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4053 ] | 4053 ] |
| 4054 }], # 'coverage!=0' | 4054 }], # 'coverage!=0' |
| 4055 ], # 'conditions' | 4055 ], # 'conditions' |
| 4056 } | 4056 } |
| 4057 | 4057 |
| 4058 # Local Variables: | 4058 # Local Variables: |
| 4059 # tab-width:2 | 4059 # tab-width:2 |
| 4060 # indent-tabs-mode:nil | 4060 # indent-tabs-mode:nil |
| 4061 # End: | 4061 # End: |
| 4062 # vim: set expandtab tabstop=2 shiftwidth=2: | 4062 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |