| 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 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1367 'browser/policy/configuration_policy_provider_test.h', | 1367 'browser/policy/configuration_policy_provider_test.h', |
| 1368 'browser/policy/cros_user_policy_cache_unittest.cc', | 1368 'browser/policy/cros_user_policy_cache_unittest.cc', |
| 1369 'browser/policy/device_management_service_unittest.cc', | 1369 'browser/policy/device_management_service_unittest.cc', |
| 1370 'browser/policy/device_policy_cache_unittest.cc', | 1370 'browser/policy/device_policy_cache_unittest.cc', |
| 1371 'browser/policy/device_status_collector_unittest.cc', | 1371 'browser/policy/device_status_collector_unittest.cc', |
| 1372 'browser/policy/device_token_fetcher_unittest.cc', | 1372 'browser/policy/device_token_fetcher_unittest.cc', |
| 1373 'browser/policy/enterprise_install_attributes_unittest.cc', | 1373 'browser/policy/enterprise_install_attributes_unittest.cc', |
| 1374 'browser/policy/logging_work_scheduler.cc', | 1374 'browser/policy/logging_work_scheduler.cc', |
| 1375 'browser/policy/logging_work_scheduler.h', | 1375 'browser/policy/logging_work_scheduler.h', |
| 1376 'browser/policy/logging_work_scheduler_unittest.cc', | 1376 'browser/policy/logging_work_scheduler_unittest.cc', |
| 1377 'browser/policy/managed_mode_policy_provider_unittest.cc', |
| 1377 'browser/policy/mock_cloud_policy_client.cc', | 1378 'browser/policy/mock_cloud_policy_client.cc', |
| 1378 'browser/policy/mock_cloud_policy_client.h', | 1379 'browser/policy/mock_cloud_policy_client.h', |
| 1379 'browser/policy/mock_cloud_policy_store.cc', | 1380 'browser/policy/mock_cloud_policy_store.cc', |
| 1380 'browser/policy/mock_cloud_policy_store.h', | 1381 'browser/policy/mock_cloud_policy_store.h', |
| 1381 'browser/policy/mock_configuration_policy_provider.cc', | 1382 'browser/policy/mock_configuration_policy_provider.cc', |
| 1382 'browser/policy/mock_configuration_policy_provider.h', | 1383 'browser/policy/mock_configuration_policy_provider.h', |
| 1383 'browser/policy/mock_device_management_service.cc', | 1384 'browser/policy/mock_device_management_service.cc', |
| 1384 'browser/policy/mock_device_management_service.h', | 1385 'browser/policy/mock_device_management_service.h', |
| 1385 'browser/policy/network_configuration_updater_unittest.cc', | 1386 'browser/policy/network_configuration_updater_unittest.cc', |
| 1386 'browser/policy/policy_bundle_unittest.cc', | 1387 'browser/policy/policy_bundle_unittest.cc', |
| (...skipping 3280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4667 # Use outputs of this action as inputs for the main target build. | 4668 # Use outputs of this action as inputs for the main target build. |
| 4668 # Seems as a misnomer but makes this happy on Linux (scons). | 4669 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4669 'process_outputs_as_sources': 1, | 4670 'process_outputs_as_sources': 1, |
| 4670 }, | 4671 }, |
| 4671 ], # 'actions' | 4672 ], # 'actions' |
| 4672 }, | 4673 }, |
| 4673 ] | 4674 ] |
| 4674 }], # 'coverage!=0' | 4675 }], # 'coverage!=0' |
| 4675 ], # 'conditions' | 4676 ], # 'conditions' |
| 4676 } | 4677 } |
| OLD | NEW |