OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 'browser/login_prompt_unittest.cc', | 993 'browser/login_prompt_unittest.cc', |
994 'browser/mach_broker_mac_unittest.cc', | 994 'browser/mach_broker_mac_unittest.cc', |
995 'browser/managed_prefs_banner_base_unittest.cc', | 995 'browser/managed_prefs_banner_base_unittest.cc', |
996 'browser/metrics/metrics_log_unittest.cc', | 996 'browser/metrics/metrics_log_unittest.cc', |
997 'browser/metrics/metrics_response_unittest.cc', | 997 'browser/metrics/metrics_response_unittest.cc', |
998 'browser/metrics/metrics_service_unittest.cc', | 998 'browser/metrics/metrics_service_unittest.cc', |
999 'browser/mock_configuration_policy_provider.h', | 999 'browser/mock_configuration_policy_provider.h', |
1000 'browser/mock_configuration_policy_store.h', | 1000 'browser/mock_configuration_policy_store.h', |
1001 'browser/net/chrome_url_request_context_unittest.cc', | 1001 'browser/net/chrome_url_request_context_unittest.cc', |
1002 'browser/net/connection_tester_unittest.cc', | 1002 'browser/net/connection_tester_unittest.cc', |
| 1003 'browser/net/gaia/token_service_unittest.cc', |
1003 'browser/net/load_timing_observer_unittest.cc', | 1004 'browser/net/load_timing_observer_unittest.cc', |
1004 'browser/net/passive_log_collector_unittest.cc', | 1005 'browser/net/passive_log_collector_unittest.cc', |
1005 'browser/net/predictor_unittest.cc', | 1006 'browser/net/predictor_unittest.cc', |
1006 'browser/net/resolve_proxy_msg_helper_unittest.cc', | 1007 'browser/net/resolve_proxy_msg_helper_unittest.cc', |
1007 'browser/net/url_fixer_upper_unittest.cc', | 1008 'browser/net/url_fixer_upper_unittest.cc', |
1008 'browser/net/url_info_unittest.cc', | 1009 'browser/net/url_info_unittest.cc', |
1009 'browser/notifications/desktop_notification_service_unittest.cc', | 1010 'browser/notifications/desktop_notification_service_unittest.cc', |
1010 'browser/notifications/desktop_notifications_unittest.h', | 1011 'browser/notifications/desktop_notifications_unittest.h', |
1011 'browser/notifications/desktop_notifications_unittest.cc', | 1012 'browser/notifications/desktop_notifications_unittest.cc', |
1012 'browser/notifications/notification_exceptions_table_model_unittest.cc', | 1013 'browser/notifications/notification_exceptions_table_model_unittest.cc', |
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2734 ] | 2735 ] |
2735 }], # 'coverage!=0' | 2736 }], # 'coverage!=0' |
2736 ], # 'conditions' | 2737 ], # 'conditions' |
2737 } | 2738 } |
2738 | 2739 |
2739 # Local Variables: | 2740 # Local Variables: |
2740 # tab-width:2 | 2741 # tab-width:2 |
2741 # indent-tabs-mode:nil | 2742 # indent-tabs-mode:nil |
2742 # End: | 2743 # End: |
2743 # vim: set expandtab tabstop=2 shiftwidth=2: | 2744 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |