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 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1388 'browser/mock_plugin_exceptions_table_model.h', | 1388 'browser/mock_plugin_exceptions_table_model.h', |
1389 'browser/net/connection_tester_unittest.cc', | 1389 'browser/net/connection_tester_unittest.cc', |
1390 'browser/net/gaia/token_service_unittest.cc', | 1390 'browser/net/gaia/token_service_unittest.cc', |
1391 'browser/net/gaia/token_service_unittest.h', | 1391 'browser/net/gaia/token_service_unittest.h', |
1392 'browser/net/load_timing_observer_unittest.cc', | 1392 'browser/net/load_timing_observer_unittest.cc', |
1393 'browser/net/passive_log_collector_unittest.cc', | 1393 'browser/net/passive_log_collector_unittest.cc', |
1394 'browser/net/predictor_unittest.cc', | 1394 'browser/net/predictor_unittest.cc', |
1395 'browser/net/pref_proxy_config_service_unittest.cc', | 1395 'browser/net/pref_proxy_config_service_unittest.cc', |
1396 'browser/net/prerender_interceptor_unittest.cc', | 1396 'browser/net/prerender_interceptor_unittest.cc', |
1397 'browser/net/resolve_proxy_msg_helper_unittest.cc', | 1397 'browser/net/resolve_proxy_msg_helper_unittest.cc', |
| 1398 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
1398 'browser/net/url_fixer_upper_unittest.cc', | 1399 'browser/net/url_fixer_upper_unittest.cc', |
1399 'browser/net/url_info_unittest.cc', | 1400 'browser/net/url_info_unittest.cc', |
1400 'browser/notifications/desktop_notification_service_unittest.cc', | 1401 'browser/notifications/desktop_notification_service_unittest.cc', |
1401 'browser/notifications/desktop_notifications_unittest.h', | 1402 'browser/notifications/desktop_notifications_unittest.h', |
1402 'browser/notifications/desktop_notifications_unittest.cc', | 1403 'browser/notifications/desktop_notifications_unittest.cc', |
1403 'browser/notifications/notification_exceptions_table_model_unittest.cc', | 1404 'browser/notifications/notification_exceptions_table_model_unittest.cc', |
1404 'browser/notifications/notification_test_util.h', | 1405 'browser/notifications/notification_test_util.h', |
1405 'browser/notifications/notifications_prefs_cache_unittest.cc', | 1406 'browser/notifications/notifications_prefs_cache_unittest.cc', |
1406 'browser/parsers/metadata_parser_filebase_unittest.cc', | 1407 'browser/parsers/metadata_parser_filebase_unittest.cc', |
1407 'browser/password_manager/encryptor_unittest.cc', | 1408 'browser/password_manager/encryptor_unittest.cc', |
(...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3426 ] | 3427 ] |
3427 }], # 'coverage!=0' | 3428 }], # 'coverage!=0' |
3428 ], # 'conditions' | 3429 ], # 'conditions' |
3429 } | 3430 } |
3430 | 3431 |
3431 # Local Variables: | 3432 # Local Variables: |
3432 # tab-width:2 | 3433 # tab-width:2 |
3433 # indent-tabs-mode:nil | 3434 # indent-tabs-mode:nil |
3434 # End: | 3435 # End: |
3435 # vim: set expandtab tabstop=2 shiftwidth=2: | 3436 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |