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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1288 'browser/password_manager/password_form_manager_unittest.cc', | 1288 'browser/password_manager/password_form_manager_unittest.cc', |
1289 'browser/password_manager/password_manager_unittest.cc', | 1289 'browser/password_manager/password_manager_unittest.cc', |
1290 'browser/password_manager/password_store_default_unittest.cc', | 1290 'browser/password_manager/password_store_default_unittest.cc', |
1291 'browser/password_manager/password_store_mac_unittest.cc', | 1291 'browser/password_manager/password_store_mac_unittest.cc', |
1292 'browser/password_manager/password_store_win_unittest.cc', | 1292 'browser/password_manager/password_store_win_unittest.cc', |
1293 'browser/plugin_exceptions_table_model_unittest.cc', | 1293 'browser/plugin_exceptions_table_model_unittest.cc', |
1294 'browser/plugin_service_unittest.cc', | 1294 'browser/plugin_service_unittest.cc', |
1295 'browser/policy/asynchronous_policy_loader_unittest.cc', | 1295 'browser/policy/asynchronous_policy_loader_unittest.cc', |
1296 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1296 'browser/policy/asynchronous_policy_provider_unittest.cc', |
1297 'browser/policy/asynchronous_policy_test_base.h', | 1297 'browser/policy/asynchronous_policy_test_base.h', |
| 1298 'browser/policy/cloud_policy_cache_unittest.cc', |
1298 'browser/policy/config_dir_policy_provider_unittest.cc', | 1299 'browser/policy/config_dir_policy_provider_unittest.cc', |
1299 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1300 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1300 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1301 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1301 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1302 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1302 'browser/policy/device_token_fetcher_unittest.cc', | 1303 'browser/policy/device_token_fetcher_unittest.cc', |
1303 'browser/policy/file_based_policy_provider_unittest.cc', | 1304 'browser/policy/file_based_policy_provider_unittest.cc', |
1304 'browser/policy/device_management_backend_mock.cc', | 1305 'browser/policy/device_management_backend_mock.cc', |
1305 'browser/policy/device_management_backend_mock.h', | 1306 'browser/policy/device_management_backend_mock.h', |
1306 'browser/policy/device_management_service_unittest.cc', | 1307 'browser/policy/device_management_service_unittest.cc', |
1307 'browser/policy/device_management_policy_cache_unittest.cc', | 1308 'browser/policy/device_management_policy_cache_unittest.cc', |
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3663 ] | 3664 ] |
3664 }], # 'coverage!=0' | 3665 }], # 'coverage!=0' |
3665 ], # 'conditions' | 3666 ], # 'conditions' |
3666 } | 3667 } |
3667 | 3668 |
3668 # Local Variables: | 3669 # Local Variables: |
3669 # tab-width:2 | 3670 # tab-width:2 |
3670 # indent-tabs-mode:nil | 3671 # indent-tabs-mode:nil |
3671 # End: | 3672 # End: |
3672 # vim: set expandtab tabstop=2 shiftwidth=2: | 3673 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |