| 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 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1537 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1537 'browser/policy/configuration_policy_pref_store_unittest.cc', |
| 1538 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1538 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
| 1539 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1539 'browser/policy/configuration_policy_provider_win_unittest.cc', |
| 1540 'browser/policy/device_management_backend_mock.cc', | 1540 'browser/policy/device_management_backend_mock.cc', |
| 1541 'browser/policy/device_management_backend_mock.h', | 1541 'browser/policy/device_management_backend_mock.h', |
| 1542 'browser/policy/device_management_service_unittest.cc', | 1542 'browser/policy/device_management_service_unittest.cc', |
| 1543 'browser/policy/device_policy_cache_unittest.cc', | 1543 'browser/policy/device_policy_cache_unittest.cc', |
| 1544 'browser/policy/device_token_fetcher_unittest.cc', | 1544 'browser/policy/device_token_fetcher_unittest.cc', |
| 1545 'browser/policy/enterprise_install_attributes_unittest.cc', | 1545 'browser/policy/enterprise_install_attributes_unittest.cc', |
| 1546 'browser/policy/file_based_policy_provider_unittest.cc', | 1546 'browser/policy/file_based_policy_provider_unittest.cc', |
| 1547 'browser/policy/host_blacklist_manager_unittest.cc', |
| 1547 'browser/policy/logging_work_scheduler.cc', | 1548 'browser/policy/logging_work_scheduler.cc', |
| 1548 'browser/policy/logging_work_scheduler.h', | 1549 'browser/policy/logging_work_scheduler.h', |
| 1549 'browser/policy/logging_work_scheduler_unittest.cc', | 1550 'browser/policy/logging_work_scheduler_unittest.cc', |
| 1550 'browser/policy/mock_configuration_policy_provider.cc', | 1551 'browser/policy/mock_configuration_policy_provider.cc', |
| 1551 'browser/policy/mock_configuration_policy_provider.h', | 1552 'browser/policy/mock_configuration_policy_provider.h', |
| 1552 'browser/policy/mock_configuration_policy_store.cc', | 1553 'browser/policy/mock_configuration_policy_store.cc', |
| 1553 'browser/policy/mock_configuration_policy_store.h', | 1554 'browser/policy/mock_configuration_policy_store.h', |
| 1554 'browser/policy/mock_device_management_backend.cc', | 1555 'browser/policy/mock_device_management_backend.cc', |
| 1555 'browser/policy/mock_device_management_backend.h', | 1556 'browser/policy/mock_device_management_backend.h', |
| 1556 'browser/policy/policy_map_unittest.cc', | 1557 'browser/policy/policy_map_unittest.cc', |
| (...skipping 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4119 # Use outputs of this action as inputs for the main target build. | 4120 # Use outputs of this action as inputs for the main target build. |
| 4120 # Seems as a misnomer but makes this happy on Linux (scons). | 4121 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4121 'process_outputs_as_sources': 1, | 4122 'process_outputs_as_sources': 1, |
| 4122 }, | 4123 }, |
| 4123 ], # 'actions' | 4124 ], # 'actions' |
| 4124 }, | 4125 }, |
| 4125 ] | 4126 ] |
| 4126 }], # 'coverage!=0' | 4127 }], # 'coverage!=0' |
| 4127 ], # 'conditions' | 4128 ], # 'conditions' |
| 4128 } | 4129 } |
| OLD | NEW |