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 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1551 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1551 'browser/policy/asynchronous_policy_provider_unittest.cc', |
1552 'browser/policy/asynchronous_policy_test_base.cc', | 1552 'browser/policy/asynchronous_policy_test_base.cc', |
1553 'browser/policy/asynchronous_policy_test_base.h', | 1553 'browser/policy/asynchronous_policy_test_base.h', |
1554 'browser/policy/cloud_policy_controller_unittest.cc', | 1554 'browser/policy/cloud_policy_controller_unittest.cc', |
1555 'browser/policy/cloud_policy_provider_unittest.cc', | 1555 'browser/policy/cloud_policy_provider_unittest.cc', |
1556 'browser/policy/cloud_policy_subsystem_unittest.cc', | 1556 'browser/policy/cloud_policy_subsystem_unittest.cc', |
1557 'browser/policy/config_dir_policy_provider_unittest.cc', | 1557 'browser/policy/config_dir_policy_provider_unittest.cc', |
1558 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1558 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1559 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1559 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1560 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1560 'browser/policy/configuration_policy_provider_win_unittest.cc', |
| 1561 'browser/policy/configuration_policy_reader_unittest.cc', |
1561 'browser/policy/device_management_backend_mock.cc', | 1562 'browser/policy/device_management_backend_mock.cc', |
1562 'browser/policy/device_management_backend_mock.h', | 1563 'browser/policy/device_management_backend_mock.h', |
1563 'browser/policy/device_management_service_unittest.cc', | 1564 'browser/policy/device_management_service_unittest.cc', |
1564 'browser/policy/device_policy_cache_unittest.cc', | 1565 'browser/policy/device_policy_cache_unittest.cc', |
1565 'browser/policy/device_token_fetcher_unittest.cc', | 1566 'browser/policy/device_token_fetcher_unittest.cc', |
1566 'browser/policy/enterprise_install_attributes_unittest.cc', | 1567 'browser/policy/enterprise_install_attributes_unittest.cc', |
1567 'browser/policy/file_based_policy_provider_unittest.cc', | 1568 'browser/policy/file_based_policy_provider_unittest.cc', |
1568 'browser/policy/logging_work_scheduler.cc', | 1569 'browser/policy/logging_work_scheduler.cc', |
1569 'browser/policy/logging_work_scheduler.h', | 1570 'browser/policy/logging_work_scheduler.h', |
1570 'browser/policy/logging_work_scheduler_unittest.cc', | 1571 'browser/policy/logging_work_scheduler_unittest.cc', |
(...skipping 2592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4163 # Use outputs of this action as inputs for the main target build. | 4164 # Use outputs of this action as inputs for the main target build. |
4164 # Seems as a misnomer but makes this happy on Linux (scons). | 4165 # Seems as a misnomer but makes this happy on Linux (scons). |
4165 'process_outputs_as_sources': 1, | 4166 'process_outputs_as_sources': 1, |
4166 }, | 4167 }, |
4167 ], # 'actions' | 4168 ], # 'actions' |
4168 }, | 4169 }, |
4169 ] | 4170 ] |
4170 }], # 'coverage!=0' | 4171 }], # 'coverage!=0' |
4171 ], # 'conditions' | 4172 ], # 'conditions' |
4172 } | 4173 } |
OLD | NEW |