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 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1529 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1529 'browser/policy/asynchronous_policy_provider_unittest.cc', |
1530 'browser/policy/asynchronous_policy_test_base.cc', | 1530 'browser/policy/asynchronous_policy_test_base.cc', |
1531 'browser/policy/asynchronous_policy_test_base.h', | 1531 'browser/policy/asynchronous_policy_test_base.h', |
1532 'browser/policy/cloud_policy_controller_unittest.cc', | 1532 'browser/policy/cloud_policy_controller_unittest.cc', |
1533 'browser/policy/cloud_policy_provider_unittest.cc', | 1533 'browser/policy/cloud_policy_provider_unittest.cc', |
1534 'browser/policy/cloud_policy_subsystem_unittest.cc', | 1534 'browser/policy/cloud_policy_subsystem_unittest.cc', |
1535 'browser/policy/config_dir_policy_provider_unittest.cc', | 1535 'browser/policy/config_dir_policy_provider_unittest.cc', |
1536 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1536 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1537 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1537 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1538 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1538 'browser/policy/configuration_policy_provider_win_unittest.cc', |
| 1539 'browser/policy/configuration_policy_reader_unittest.cc', |
1539 'browser/policy/device_management_backend_mock.cc', | 1540 'browser/policy/device_management_backend_mock.cc', |
1540 'browser/policy/device_management_backend_mock.h', | 1541 'browser/policy/device_management_backend_mock.h', |
1541 'browser/policy/device_management_service_unittest.cc', | 1542 'browser/policy/device_management_service_unittest.cc', |
1542 'browser/policy/device_policy_cache_unittest.cc', | 1543 'browser/policy/device_policy_cache_unittest.cc', |
1543 'browser/policy/device_token_fetcher_unittest.cc', | 1544 'browser/policy/device_token_fetcher_unittest.cc', |
1544 'browser/policy/enterprise_install_attributes_unittest.cc', | 1545 'browser/policy/enterprise_install_attributes_unittest.cc', |
1545 'browser/policy/file_based_policy_provider_unittest.cc', | 1546 'browser/policy/file_based_policy_provider_unittest.cc', |
1546 'browser/policy/logging_work_scheduler.cc', | 1547 'browser/policy/logging_work_scheduler.cc', |
1547 'browser/policy/logging_work_scheduler.h', | 1548 'browser/policy/logging_work_scheduler.h', |
1548 'browser/policy/logging_work_scheduler_unittest.cc', | 1549 'browser/policy/logging_work_scheduler_unittest.cc', |
1549 'browser/policy/mock_configuration_policy_provider.cc', | 1550 'browser/policy/mock_configuration_policy_provider.cc', |
1550 'browser/policy/mock_configuration_policy_provider.h', | 1551 'browser/policy/mock_configuration_policy_provider.h', |
| 1552 'browser/policy/mock_configuration_policy_reader.cc', |
| 1553 'browser/policy/mock_configuration_policy_reader.h', |
1551 'browser/policy/mock_configuration_policy_store.cc', | 1554 'browser/policy/mock_configuration_policy_store.cc', |
1552 'browser/policy/mock_configuration_policy_store.h', | 1555 'browser/policy/mock_configuration_policy_store.h', |
1553 'browser/policy/mock_device_management_backend.cc', | 1556 'browser/policy/mock_device_management_backend.cc', |
1554 'browser/policy/mock_device_management_backend.h', | 1557 'browser/policy/mock_device_management_backend.h', |
1555 'browser/policy/policy_map_unittest.cc', | 1558 'browser/policy/policy_map_unittest.cc', |
1556 'browser/policy/policy_path_parser_unittest.cc', | 1559 'browser/policy/policy_path_parser_unittest.cc', |
1557 'browser/policy/testing_cloud_policy_subsystem.cc', | 1560 'browser/policy/testing_cloud_policy_subsystem.cc', |
1558 'browser/policy/testing_cloud_policy_subsystem.h', | 1561 'browser/policy/testing_cloud_policy_subsystem.h', |
1559 'browser/policy/testing_policy_url_fetcher_factory.cc', | 1562 'browser/policy/testing_policy_url_fetcher_factory.cc', |
1560 'browser/policy/testing_policy_url_fetcher_factory.h', | 1563 'browser/policy/testing_policy_url_fetcher_factory.h', |
(...skipping 2564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4125 # Use outputs of this action as inputs for the main target build. | 4128 # Use outputs of this action as inputs for the main target build. |
4126 # Seems as a misnomer but makes this happy on Linux (scons). | 4129 # Seems as a misnomer but makes this happy on Linux (scons). |
4127 'process_outputs_as_sources': 1, | 4130 'process_outputs_as_sources': 1, |
4128 }, | 4131 }, |
4129 ], # 'actions' | 4132 ], # 'actions' |
4130 }, | 4133 }, |
4131 ] | 4134 ] |
4132 }], # 'coverage!=0' | 4135 }], # 'coverage!=0' |
4133 ], # 'conditions' | 4136 ], # 'conditions' |
4134 } | 4137 } |
OLD | NEW |