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 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2048 'common/json_pref_store_unittest.cc', | 2048 'common/json_pref_store_unittest.cc', |
2049 'common/json_schema_validator_unittest.cc', | 2049 'common/json_schema_validator_unittest.cc', |
2050 'common/json_schema_validator_unittest_base.cc', | 2050 'common/json_schema_validator_unittest_base.cc', |
2051 'common/json_schema_validator_unittest_base.h', | 2051 'common/json_schema_validator_unittest_base.h', |
2052 'common/json_value_serializer_unittest.cc', | 2052 'common/json_value_serializer_unittest.cc', |
2053 'common/mac/cfbundle_blocker_unittest.mm', | 2053 'common/mac/cfbundle_blocker_unittest.mm', |
2054 'common/mac/mock_launchd.cc', | 2054 'common/mac/mock_launchd.cc', |
2055 'common/mac/mock_launchd.h', | 2055 'common/mac/mock_launchd.h', |
2056 'common/mac/objc_method_swizzle_unittest.mm', | 2056 'common/mac/objc_method_swizzle_unittest.mm', |
2057 'common/mac/objc_zombie_unittest.mm', | 2057 'common/mac/objc_zombie_unittest.mm', |
| 2058 'common/metrics/metrics_log_base_unittest.cc', |
2058 'common/metrics/metrics_log_manager_unittest.cc', | 2059 'common/metrics/metrics_log_manager_unittest.cc', |
2059 'common/multi_process_lock_unittest.cc', | 2060 'common/multi_process_lock_unittest.cc', |
2060 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2061 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
2061 'common/net/gaia/gaia_auth_fetcher_unittest.h', | 2062 'common/net/gaia/gaia_auth_fetcher_unittest.h', |
2062 'common/net/gaia/gaia_authenticator_unittest.cc', | 2063 'common/net/gaia/gaia_authenticator_unittest.cc', |
2063 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2064 'common/net/gaia/gaia_oauth_client_unittest.cc', |
2064 'common/net/gaia/google_service_auth_error_unittest.cc', | 2065 'common/net/gaia/google_service_auth_error_unittest.cc', |
2065 'common/net/gaia/oauth_request_signer_unittest.cc', | 2066 'common/net/gaia/oauth_request_signer_unittest.cc', |
2066 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2067 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
2067 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', | 2068 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', |
(...skipping 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4664 # Use outputs of this action as inputs for the main target build. | 4665 # Use outputs of this action as inputs for the main target build. |
4665 # Seems as a misnomer but makes this happy on Linux (scons). | 4666 # Seems as a misnomer but makes this happy on Linux (scons). |
4666 'process_outputs_as_sources': 1, | 4667 'process_outputs_as_sources': 1, |
4667 }, | 4668 }, |
4668 ], # 'actions' | 4669 ], # 'actions' |
4669 }, | 4670 }, |
4670 ] | 4671 ] |
4671 }], # 'coverage!=0' | 4672 }], # 'coverage!=0' |
4672 ], # 'conditions' | 4673 ], # 'conditions' |
4673 } | 4674 } |
OLD | NEW |