| 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 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2028 'common/json_pref_store_unittest.cc', | 2028 'common/json_pref_store_unittest.cc', |
| 2029 'common/json_schema_validator_unittest.cc', | 2029 'common/json_schema_validator_unittest.cc', |
| 2030 'common/json_schema_validator_unittest_base.cc', | 2030 'common/json_schema_validator_unittest_base.cc', |
| 2031 'common/json_schema_validator_unittest_base.h', | 2031 'common/json_schema_validator_unittest_base.h', |
| 2032 'common/json_value_serializer_unittest.cc', | 2032 'common/json_value_serializer_unittest.cc', |
| 2033 'common/mac/cfbundle_blocker_unittest.mm', | 2033 'common/mac/cfbundle_blocker_unittest.mm', |
| 2034 'common/mac/mock_launchd.cc', | 2034 'common/mac/mock_launchd.cc', |
| 2035 'common/mac/mock_launchd.h', | 2035 'common/mac/mock_launchd.h', |
| 2036 'common/mac/objc_method_swizzle_unittest.mm', | 2036 'common/mac/objc_method_swizzle_unittest.mm', |
| 2037 'common/mac/objc_zombie_unittest.mm', | 2037 'common/mac/objc_zombie_unittest.mm', |
| 2038 'common/metrics/experiments_helper_unittest.cc', |
| 2038 'common/metrics/metrics_log_base_unittest.cc', | 2039 'common/metrics/metrics_log_base_unittest.cc', |
| 2039 'common/metrics/metrics_log_manager_unittest.cc', | 2040 'common/metrics/metrics_log_manager_unittest.cc', |
| 2040 'common/multi_process_lock_unittest.cc', | 2041 'common/multi_process_lock_unittest.cc', |
| 2041 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2042 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
| 2042 'common/net/gaia/gaia_authenticator_unittest.cc', | 2043 'common/net/gaia/gaia_authenticator_unittest.cc', |
| 2043 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2044 'common/net/gaia/gaia_oauth_client_unittest.cc', |
| 2044 'common/net/gaia/google_service_auth_error_unittest.cc', | 2045 'common/net/gaia/google_service_auth_error_unittest.cc', |
| 2045 'common/net/gaia/oauth_request_signer_unittest.cc', | 2046 'common/net/gaia/oauth_request_signer_unittest.cc', |
| 2046 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2047 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
| 2047 'common/net/gaia/oauth2_api_call_flow_unittest.cc', | 2048 'common/net/gaia/oauth2_api_call_flow_unittest.cc', |
| (...skipping 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4676 # Use outputs of this action as inputs for the main target build. | 4677 # Use outputs of this action as inputs for the main target build. |
| 4677 # Seems as a misnomer but makes this happy on Linux (scons). | 4678 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4678 'process_outputs_as_sources': 1, | 4679 'process_outputs_as_sources': 1, |
| 4679 }, | 4680 }, |
| 4680 ], # 'actions' | 4681 ], # 'actions' |
| 4681 }, | 4682 }, |
| 4682 ] | 4683 ] |
| 4683 }], # 'coverage!=0' | 4684 }], # 'coverage!=0' |
| 4684 ], # 'conditions' | 4685 ], # 'conditions' |
| 4685 } | 4686 } |
| OLD | NEW |