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 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1341 'browser/importer/firefox_importer_unittest_utils.h', | 1341 'browser/importer/firefox_importer_unittest_utils.h', |
1342 'browser/importer/firefox_importer_unittest_utils_mac.cc', | 1342 'browser/importer/firefox_importer_unittest_utils_mac.cc', |
1343 'browser/importer/firefox_importer_utils_unittest.cc', | 1343 'browser/importer/firefox_importer_utils_unittest.cc', |
1344 'browser/importer/firefox_profile_lock_unittest.cc', | 1344 'browser/importer/firefox_profile_lock_unittest.cc', |
1345 'browser/importer/firefox_proxy_settings_unittest.cc', | 1345 'browser/importer/firefox_proxy_settings_unittest.cc', |
1346 'browser/importer/importer_unittest.cc', | 1346 'browser/importer/importer_unittest.cc', |
1347 'browser/importer/safari_importer_unittest.mm', | 1347 'browser/importer/safari_importer_unittest.mm', |
1348 'browser/importer/toolbar_importer_unittest.cc', | 1348 'browser/importer/toolbar_importer_unittest.cc', |
1349 'browser/instant/instant_loader_manager_unittest.cc', | 1349 'browser/instant/instant_loader_manager_unittest.cc', |
1350 'browser/instant/promo_counter_unittest.cc', | 1350 'browser/instant/promo_counter_unittest.cc', |
| 1351 'browser/internal_auth_unittest.cc', |
| 1352 'browser/internal_auth_unittest.h', |
1351 'browser/keychain_mock_mac.cc', | 1353 'browser/keychain_mock_mac.cc', |
1352 'browser/keychain_mock_mac.h', | 1354 'browser/keychain_mock_mac.h', |
1353 'browser/mach_broker_mac_unittest.cc', | 1355 'browser/mach_broker_mac_unittest.cc', |
1354 'browser/metrics/metrics_log_unittest.cc', | 1356 'browser/metrics/metrics_log_unittest.cc', |
1355 'browser/metrics/metrics_response_unittest.cc', | 1357 'browser/metrics/metrics_response_unittest.cc', |
1356 'browser/metrics/metrics_service_unittest.cc', | 1358 'browser/metrics/metrics_service_unittest.cc', |
1357 'browser/metrics/thread_watcher_unittest.cc', | 1359 'browser/metrics/thread_watcher_unittest.cc', |
1358 'browser/mock_plugin_exceptions_table_model.cc', | 1360 'browser/mock_plugin_exceptions_table_model.cc', |
1359 'browser/mock_plugin_exceptions_table_model.h', | 1361 'browser/mock_plugin_exceptions_table_model.h', |
1360 'browser/net/connection_tester_unittest.cc', | 1362 'browser/net/connection_tester_unittest.cc', |
(...skipping 2417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3778 ] | 3780 ] |
3779 }], # 'coverage!=0' | 3781 }], # 'coverage!=0' |
3780 ], # 'conditions' | 3782 ], # 'conditions' |
3781 } | 3783 } |
3782 | 3784 |
3783 # Local Variables: | 3785 # Local Variables: |
3784 # tab-width:2 | 3786 # tab-width:2 |
3785 # indent-tabs-mode:nil | 3787 # indent-tabs-mode:nil |
3786 # End: | 3788 # End: |
3787 # vim: set expandtab tabstop=2 shiftwidth=2: | 3789 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |