| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1539 'browser/plugin_finder_unittest.cc', | 1539 'browser/plugin_finder_unittest.cc', |
| 1540 'browser/plugin_prefs_unittest.cc', | 1540 'browser/plugin_prefs_unittest.cc', |
| 1541 'browser/policy/asynchronous_policy_loader_unittest.cc', | 1541 'browser/policy/asynchronous_policy_loader_unittest.cc', |
| 1542 'browser/policy/asynchronous_policy_provider_unittest.cc', | 1542 'browser/policy/asynchronous_policy_provider_unittest.cc', |
| 1543 'browser/policy/asynchronous_policy_test_base.cc', | 1543 'browser/policy/asynchronous_policy_test_base.cc', |
| 1544 'browser/policy/asynchronous_policy_test_base.h', | 1544 'browser/policy/asynchronous_policy_test_base.h', |
| 1545 'browser/policy/auto_enrollment_client_unittest.cc', | 1545 'browser/policy/auto_enrollment_client_unittest.cc', |
| 1546 'browser/policy/cloud_policy_client_unittest.cc', | 1546 'browser/policy/cloud_policy_client_unittest.cc', |
| 1547 'browser/policy/cloud_policy_controller_unittest.cc', | 1547 'browser/policy/cloud_policy_controller_unittest.cc', |
| 1548 'browser/policy/cloud_policy_provider_unittest.cc', | 1548 'browser/policy/cloud_policy_provider_unittest.cc', |
| 1549 'browser/policy/cloud_policy_service_unittest.cc', |
| 1549 'browser/policy/cloud_policy_subsystem_unittest.cc', | 1550 'browser/policy/cloud_policy_subsystem_unittest.cc', |
| 1550 'browser/policy/config_dir_policy_provider_unittest.cc', | 1551 'browser/policy/config_dir_policy_provider_unittest.cc', |
| 1551 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', | 1552 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', |
| 1552 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1553 'browser/policy/configuration_policy_pref_store_unittest.cc', |
| 1553 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1554 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
| 1554 'browser/policy/configuration_policy_provider_test.cc', | 1555 'browser/policy/configuration_policy_provider_test.cc', |
| 1555 'browser/policy/configuration_policy_provider_test.h', | 1556 'browser/policy/configuration_policy_provider_test.h', |
| 1556 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1557 'browser/policy/configuration_policy_provider_win_unittest.cc', |
| 1557 'browser/policy/configuration_policy_reader_unittest.cc', | 1558 'browser/policy/configuration_policy_reader_unittest.cc', |
| 1558 'browser/policy/device_management_service_unittest.cc', | 1559 'browser/policy/device_management_service_unittest.cc', |
| 1559 'browser/policy/device_policy_cache_unittest.cc', | 1560 'browser/policy/device_policy_cache_unittest.cc', |
| 1560 'browser/policy/device_status_collector_unittest.cc', | 1561 'browser/policy/device_status_collector_unittest.cc', |
| 1561 'browser/policy/device_token_fetcher_unittest.cc', | 1562 'browser/policy/device_token_fetcher_unittest.cc', |
| 1562 'browser/policy/enterprise_install_attributes_unittest.cc', | 1563 'browser/policy/enterprise_install_attributes_unittest.cc', |
| 1563 'browser/policy/file_based_policy_provider_unittest.cc', | 1564 'browser/policy/file_based_policy_provider_unittest.cc', |
| 1564 'browser/policy/logging_work_scheduler.cc', | 1565 'browser/policy/logging_work_scheduler.cc', |
| 1565 'browser/policy/logging_work_scheduler.h', | 1566 'browser/policy/logging_work_scheduler.h', |
| 1566 'browser/policy/logging_work_scheduler_unittest.cc', | 1567 'browser/policy/logging_work_scheduler_unittest.cc', |
| 1568 'browser/policy/mock_cloud_policy_client.cc', |
| 1569 'browser/policy/mock_cloud_policy_client.h', |
| 1567 'browser/policy/mock_configuration_policy_provider.cc', | 1570 'browser/policy/mock_configuration_policy_provider.cc', |
| 1568 'browser/policy/mock_configuration_policy_provider.h', | 1571 'browser/policy/mock_configuration_policy_provider.h', |
| 1569 'browser/policy/mock_configuration_policy_reader.cc', | 1572 'browser/policy/mock_configuration_policy_reader.cc', |
| 1570 'browser/policy/mock_configuration_policy_reader.h', | 1573 'browser/policy/mock_configuration_policy_reader.h', |
| 1571 'browser/policy/mock_device_management_service.cc', | 1574 'browser/policy/mock_device_management_service.cc', |
| 1572 'browser/policy/mock_device_management_service.h', | 1575 'browser/policy/mock_device_management_service.h', |
| 1573 'browser/policy/network_configuration_updater_unittest.cc', | 1576 'browser/policy/network_configuration_updater_unittest.cc', |
| 1574 'browser/policy/policy_map_unittest.cc', | 1577 'browser/policy/policy_map_unittest.cc', |
| 1575 'browser/policy/policy_path_parser_unittest.cc', | 1578 'browser/policy/policy_path_parser_unittest.cc', |
| 1576 'browser/policy/policy_service_unittest.cc', | 1579 'browser/policy/policy_service_unittest.cc', |
| (...skipping 3108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4685 # Use outputs of this action as inputs for the main target build. | 4688 # Use outputs of this action as inputs for the main target build. |
| 4686 # Seems as a misnomer but makes this happy on Linux (scons). | 4689 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4687 'process_outputs_as_sources': 1, | 4690 'process_outputs_as_sources': 1, |
| 4688 }, | 4691 }, |
| 4689 ], # 'actions' | 4692 ], # 'actions' |
| 4690 }, | 4693 }, |
| 4691 ] | 4694 ] |
| 4692 }], # 'coverage!=0' | 4695 }], # 'coverage!=0' |
| 4693 ], # 'conditions' | 4696 ], # 'conditions' |
| 4694 } | 4697 } |
| OLD | NEW |