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 '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 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1522 'browser/policy/configuration_policy_pref_store_unittest.cc', | 1522 'browser/policy/configuration_policy_pref_store_unittest.cc', |
1523 'browser/policy/configuration_policy_provider_mac_unittest.cc', | 1523 'browser/policy/configuration_policy_provider_mac_unittest.cc', |
1524 'browser/policy/configuration_policy_provider_test.cc', | 1524 'browser/policy/configuration_policy_provider_test.cc', |
1525 'browser/policy/configuration_policy_provider_test.h', | 1525 'browser/policy/configuration_policy_provider_test.h', |
1526 'browser/policy/configuration_policy_provider_win_unittest.cc', | 1526 'browser/policy/configuration_policy_provider_win_unittest.cc', |
1527 'browser/policy/configuration_policy_reader_unittest.cc', | 1527 'browser/policy/configuration_policy_reader_unittest.cc', |
1528 'browser/policy/device_management_backend_mock.cc', | 1528 'browser/policy/device_management_backend_mock.cc', |
1529 'browser/policy/device_management_backend_mock.h', | 1529 'browser/policy/device_management_backend_mock.h', |
1530 'browser/policy/device_management_service_unittest.cc', | 1530 'browser/policy/device_management_service_unittest.cc', |
1531 'browser/policy/device_policy_cache_unittest.cc', | 1531 'browser/policy/device_policy_cache_unittest.cc', |
| 1532 'browser/policy/device_status_collector_unittest.cc', |
1532 'browser/policy/device_token_fetcher_unittest.cc', | 1533 'browser/policy/device_token_fetcher_unittest.cc', |
1533 'browser/policy/enterprise_install_attributes_unittest.cc', | 1534 'browser/policy/enterprise_install_attributes_unittest.cc', |
1534 'browser/policy/file_based_policy_provider_unittest.cc', | 1535 'browser/policy/file_based_policy_provider_unittest.cc', |
1535 'browser/policy/logging_work_scheduler.cc', | 1536 'browser/policy/logging_work_scheduler.cc', |
1536 'browser/policy/logging_work_scheduler.h', | 1537 'browser/policy/logging_work_scheduler.h', |
1537 'browser/policy/logging_work_scheduler_unittest.cc', | 1538 'browser/policy/logging_work_scheduler_unittest.cc', |
1538 'browser/policy/mock_configuration_policy_provider.cc', | 1539 'browser/policy/mock_configuration_policy_provider.cc', |
1539 'browser/policy/mock_configuration_policy_provider.h', | 1540 'browser/policy/mock_configuration_policy_provider.h', |
1540 'browser/policy/mock_configuration_policy_reader.cc', | 1541 'browser/policy/mock_configuration_policy_reader.cc', |
1541 'browser/policy/mock_configuration_policy_reader.h', | 1542 'browser/policy/mock_configuration_policy_reader.h', |
(...skipping 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4314 # Use outputs of this action as inputs for the main target build. | 4315 # Use outputs of this action as inputs for the main target build. |
4315 # Seems as a misnomer but makes this happy on Linux (scons). | 4316 # Seems as a misnomer but makes this happy on Linux (scons). |
4316 'process_outputs_as_sources': 1, | 4317 'process_outputs_as_sources': 1, |
4317 }, | 4318 }, |
4318 ], # 'actions' | 4319 ], # 'actions' |
4319 }, | 4320 }, |
4320 ] | 4321 ] |
4321 }], # 'coverage!=0' | 4322 }], # 'coverage!=0' |
4322 ], # 'conditions' | 4323 ], # 'conditions' |
4323 } | 4324 } |
OLD | NEW |