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_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 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1227 'browser/net/connection_tester_unittest.cc', | 1227 'browser/net/connection_tester_unittest.cc', |
1228 'browser/net/gaia/token_service_unittest.cc', | 1228 'browser/net/gaia/token_service_unittest.cc', |
1229 'browser/net/gaia/token_service_unittest.h', | 1229 'browser/net/gaia/token_service_unittest.h', |
1230 'browser/net/chrome_net_log_unittest.cc', | 1230 'browser/net/chrome_net_log_unittest.cc', |
1231 'browser/net/load_timing_observer_unittest.cc', | 1231 'browser/net/load_timing_observer_unittest.cc', |
1232 'browser/net/passive_log_collector_unittest.cc', | 1232 'browser/net/passive_log_collector_unittest.cc', |
1233 'browser/net/predictor_unittest.cc', | 1233 'browser/net/predictor_unittest.cc', |
1234 'browser/net/pref_proxy_config_service_unittest.cc', | 1234 'browser/net/pref_proxy_config_service_unittest.cc', |
1235 'browser/net/prerender_interceptor_unittest.cc', | 1235 'browser/net/prerender_interceptor_unittest.cc', |
1236 'browser/net/resolve_proxy_msg_helper_unittest.cc', | 1236 'browser/net/resolve_proxy_msg_helper_unittest.cc', |
| 1237 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
1237 'browser/net/url_fixer_upper_unittest.cc', | 1238 'browser/net/url_fixer_upper_unittest.cc', |
1238 'browser/net/url_info_unittest.cc', | 1239 'browser/net/url_info_unittest.cc', |
1239 'browser/notifications/desktop_notification_service_unittest.cc', | 1240 'browser/notifications/desktop_notification_service_unittest.cc', |
1240 'browser/notifications/desktop_notifications_unittest.h', | 1241 'browser/notifications/desktop_notifications_unittest.h', |
1241 'browser/notifications/desktop_notifications_unittest.cc', | 1242 'browser/notifications/desktop_notifications_unittest.cc', |
1242 'browser/notifications/notification_exceptions_table_model_unittest.cc', | 1243 'browser/notifications/notification_exceptions_table_model_unittest.cc', |
1243 'browser/notifications/notification_test_util.h', | 1244 'browser/notifications/notification_test_util.h', |
1244 'browser/notifications/notifications_prefs_cache_unittest.cc', | 1245 'browser/notifications/notifications_prefs_cache_unittest.cc', |
1245 'browser/parsers/metadata_parser_filebase_unittest.cc', | 1246 'browser/parsers/metadata_parser_filebase_unittest.cc', |
1246 'browser/password_manager/encryptor_unittest.cc', | 1247 'browser/password_manager/encryptor_unittest.cc', |
(...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3531 ] | 3532 ] |
3532 }], # 'coverage!=0' | 3533 }], # 'coverage!=0' |
3533 ], # 'conditions' | 3534 ], # 'conditions' |
3534 } | 3535 } |
3535 | 3536 |
3536 # Local Variables: | 3537 # Local Variables: |
3537 # tab-width:2 | 3538 # tab-width:2 |
3538 # indent-tabs-mode:nil | 3539 # indent-tabs-mode:nil |
3539 # End: | 3540 # End: |
3540 # vim: set expandtab tabstop=2 shiftwidth=2: | 3541 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |