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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1493 'browser/policy/user_policy_cache_unittest.cc', | 1493 'browser/policy/user_policy_cache_unittest.cc', |
1494 'browser/preferences_mock_mac.cc', | 1494 'browser/preferences_mock_mac.cc', |
1495 'browser/preferences_mock_mac.h', | 1495 'browser/preferences_mock_mac.h', |
1496 'browser/prefs/command_line_pref_store_unittest.cc', | 1496 'browser/prefs/command_line_pref_store_unittest.cc', |
1497 'browser/prefs/overlay_persistent_pref_store_unittest.cc', | 1497 'browser/prefs/overlay_persistent_pref_store_unittest.cc', |
1498 'browser/prefs/pref_change_registrar_unittest.cc', | 1498 'browser/prefs/pref_change_registrar_unittest.cc', |
1499 'browser/prefs/pref_member_unittest.cc', | 1499 'browser/prefs/pref_member_unittest.cc', |
1500 'browser/prefs/pref_model_associator_unittest.cc', | 1500 'browser/prefs/pref_model_associator_unittest.cc', |
1501 'browser/prefs/pref_notifier_impl_unittest.cc', | 1501 'browser/prefs/pref_notifier_impl_unittest.cc', |
1502 'browser/prefs/pref_service_unittest.cc', | 1502 'browser/prefs/pref_service_unittest.cc', |
| 1503 'browser/prefs/proxy_policy_unittest.cc', |
1503 'browser/prefs/pref_set_observer_unittest.cc', | 1504 'browser/prefs/pref_set_observer_unittest.cc', |
1504 'browser/prefs/pref_value_map_unittest.cc', | 1505 'browser/prefs/pref_value_map_unittest.cc', |
1505 'browser/prefs/pref_value_store_unittest.cc', | 1506 'browser/prefs/pref_value_store_unittest.cc', |
1506 'browser/prefs/proxy_config_dictionary_unittest.cc', | 1507 'browser/prefs/proxy_config_dictionary_unittest.cc', |
1507 'browser/prefs/proxy_prefs_unittest.cc', | 1508 'browser/prefs/proxy_prefs_unittest.cc', |
1508 'browser/prefs/scoped_user_pref_update_unittest.cc', | 1509 'browser/prefs/scoped_user_pref_update_unittest.cc', |
1509 'browser/prefs/session_startup_pref_unittest.cc', | 1510 'browser/prefs/session_startup_pref_unittest.cc', |
1510 'browser/prerender/prerender_manager_unittest.cc', | 1511 'browser/prerender/prerender_manager_unittest.cc', |
1511 'browser/prerender/prerender_tracker_unittest.cc', | 1512 'browser/prerender/prerender_tracker_unittest.cc', |
1512 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1513 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1983 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes
t.cc', | 1984 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes
t.cc', |
1984 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 1985 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
1985 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', | 1986 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', |
1986 ], | 1987 ], |
1987 }], | 1988 }], |
1988 ['touchui==0', { | 1989 ['touchui==0', { |
1989 'sources/': [ | 1990 'sources/': [ |
1990 ['exclude', '^browser/ui/webui/chromeos/login/'], | 1991 ['exclude', '^browser/ui/webui/chromeos/login/'], |
1991 ], | 1992 ], |
1992 }], | 1993 }], |
| 1994 ['device_policy==0', { |
| 1995 'sources/': [ |
| 1996 ['exclude', '^browser/policy/'], |
| 1997 ['exclude', '^browser/prefs/proxy_policy_unittest.cc'], |
| 1998 ], |
| 1999 }], |
1993 ['chromeos==1', { | 2000 ['chromeos==1', { |
1994 'sources/': [ | 2001 'sources/': [ |
1995 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when | 2002 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when |
1996 # print preview is enabled on CrOS. | 2003 # print preview is enabled on CrOS. |
1997 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], | 2004 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], |
1998 ['exclude', 'browser/ui/webui/print_preview_ui_unittest.cc'], | 2005 ['exclude', 'browser/ui/webui/print_preview_ui_unittest.cc'], |
1999 ], | 2006 ], |
2000 }, { # else: chromeos == 0 | 2007 }, { # else: chromeos == 0 |
2001 'sources/': [ | 2008 'sources/': [ |
2002 ['exclude', '^browser/chromeos/'], | 2009 ['exclude', '^browser/chromeos/'], |
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4054 ] | 4061 ] |
4055 }], # 'coverage!=0' | 4062 }], # 'coverage!=0' |
4056 ], # 'conditions' | 4063 ], # 'conditions' |
4057 } | 4064 } |
4058 | 4065 |
4059 # Local Variables: | 4066 # Local Variables: |
4060 # tab-width:2 | 4067 # tab-width:2 |
4061 # indent-tabs-mode:nil | 4068 # indent-tabs-mode:nil |
4062 # End: | 4069 # End: |
4063 # vim: set expandtab tabstop=2 shiftwidth=2: | 4070 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |