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 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1500 'browser/prefs/overlay_persistent_pref_store_unittest.cc', | 1500 'browser/prefs/overlay_persistent_pref_store_unittest.cc', |
1501 'browser/prefs/pref_change_registrar_unittest.cc', | 1501 'browser/prefs/pref_change_registrar_unittest.cc', |
1502 'browser/prefs/pref_member_unittest.cc', | 1502 'browser/prefs/pref_member_unittest.cc', |
1503 'browser/prefs/pref_model_associator_unittest.cc', | 1503 'browser/prefs/pref_model_associator_unittest.cc', |
1504 'browser/prefs/pref_notifier_impl_unittest.cc', | 1504 'browser/prefs/pref_notifier_impl_unittest.cc', |
1505 'browser/prefs/pref_service_unittest.cc', | 1505 'browser/prefs/pref_service_unittest.cc', |
1506 'browser/prefs/pref_set_observer_unittest.cc', | 1506 'browser/prefs/pref_set_observer_unittest.cc', |
1507 'browser/prefs/pref_value_map_unittest.cc', | 1507 'browser/prefs/pref_value_map_unittest.cc', |
1508 'browser/prefs/pref_value_store_unittest.cc', | 1508 'browser/prefs/pref_value_store_unittest.cc', |
1509 'browser/prefs/proxy_config_dictionary_unittest.cc', | 1509 'browser/prefs/proxy_config_dictionary_unittest.cc', |
| 1510 'browser/prefs/proxy_policy_unittest.cc', |
1510 'browser/prefs/proxy_prefs_unittest.cc', | 1511 'browser/prefs/proxy_prefs_unittest.cc', |
1511 'browser/prefs/scoped_user_pref_update_unittest.cc', | 1512 'browser/prefs/scoped_user_pref_update_unittest.cc', |
1512 'browser/prefs/session_startup_pref_unittest.cc', | 1513 'browser/prefs/session_startup_pref_unittest.cc', |
1513 'browser/prerender/prerender_manager_unittest.cc', | 1514 'browser/prerender/prerender_manager_unittest.cc', |
1514 'browser/prerender/prerender_tracker_unittest.cc', | 1515 'browser/prerender/prerender_tracker_unittest.cc', |
1515 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', | 1516 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', |
1516 'browser/printing/print_dialog_cloud_unittest.cc', | 1517 'browser/printing/print_dialog_cloud_unittest.cc', |
1517 'browser/printing/print_job_unittest.cc', | 1518 'browser/printing/print_job_unittest.cc', |
1518 'browser/printing/print_preview_tab_controller_unittest.cc', | 1519 'browser/printing/print_preview_tab_controller_unittest.cc', |
1519 'browser/process_info_snapshot_mac_unittest.cc', | 1520 'browser/process_info_snapshot_mac_unittest.cc', |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1987 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes
t.cc', | 1988 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes
t.cc', |
1988 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 1989 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
1989 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', | 1990 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', |
1990 ], | 1991 ], |
1991 }], | 1992 }], |
1992 ['touchui==0', { | 1993 ['touchui==0', { |
1993 'sources/': [ | 1994 'sources/': [ |
1994 ['exclude', '^browser/ui/webui/chromeos/login/'], | 1995 ['exclude', '^browser/ui/webui/chromeos/login/'], |
1995 ], | 1996 ], |
1996 }], | 1997 }], |
| 1998 ['configuration_policy==0', { |
| 1999 'sources/': [ |
| 2000 ['exclude', '^browser/policy/'], |
| 2001 ['exclude', '^browser/prefs/proxy_policy_unittest.cc'], |
| 2002 ], |
| 2003 }], |
1997 ['chromeos==1', { | 2004 ['chromeos==1', { |
1998 'sources/': [ | 2005 'sources/': [ |
1999 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when | 2006 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when |
2000 # print preview is enabled on CrOS. | 2007 # print preview is enabled on CrOS. |
2001 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], | 2008 ['exclude', 'browser/notifications/desktop_notifications_unittest.cc
'], |
2002 ['exclude', 'browser/ui/webui/print_preview_ui_unittest.cc'], | 2009 ['exclude', 'browser/ui/webui/print_preview_ui_unittest.cc'], |
2003 ], | 2010 ], |
2004 }, { # else: chromeos == 0 | 2011 }, { # else: chromeos == 0 |
2005 'sources/': [ | 2012 'sources/': [ |
2006 ['exclude', '^browser/chromeos/'], | 2013 ['exclude', '^browser/chromeos/'], |
(...skipping 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4058 ] | 4065 ] |
4059 }], # 'coverage!=0' | 4066 }], # 'coverage!=0' |
4060 ], # 'conditions' | 4067 ], # 'conditions' |
4061 } | 4068 } |
4062 | 4069 |
4063 # Local Variables: | 4070 # Local Variables: |
4064 # tab-width:2 | 4071 # tab-width:2 |
4065 # indent-tabs-mode:nil | 4072 # indent-tabs-mode:nil |
4066 # End: | 4073 # End: |
4067 # vim: set expandtab tabstop=2 shiftwidth=2: | 4074 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |