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 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2074 'common/mac/objc_zombie_unittest.mm', | 2074 'common/mac/objc_zombie_unittest.mm', |
2075 'common/metrics/metrics_log_base_unittest.cc', | 2075 'common/metrics/metrics_log_base_unittest.cc', |
2076 'common/metrics/metrics_log_manager_unittest.cc', | 2076 'common/metrics/metrics_log_manager_unittest.cc', |
2077 'common/multi_process_lock_unittest.cc', | 2077 'common/multi_process_lock_unittest.cc', |
2078 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2078 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
2079 'common/net/gaia/gaia_authenticator_unittest.cc', | 2079 'common/net/gaia/gaia_authenticator_unittest.cc', |
2080 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2080 'common/net/gaia/gaia_oauth_client_unittest.cc', |
2081 'common/net/gaia/google_service_auth_error_unittest.cc', | 2081 'common/net/gaia/google_service_auth_error_unittest.cc', |
2082 'common/net/gaia/oauth_request_signer_unittest.cc', | 2082 'common/net/gaia/oauth_request_signer_unittest.cc', |
2083 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2083 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
| 2084 'common/net/gaia/oauth2_api_call_flow_unittest.cc', |
2084 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', | 2085 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', |
2085 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', | 2086 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', |
2086 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', | 2087 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', |
2087 'common/net/x509_certificate_model_unittest.cc', | 2088 'common/net/x509_certificate_model_unittest.cc', |
2088 'common/service_process_util_unittest.cc', | 2089 'common/service_process_util_unittest.cc', |
2089 'common/string_ordinal_unittest.cc', | 2090 'common/string_ordinal_unittest.cc', |
2090 'common/switch_utils_unittest.cc', | 2091 'common/switch_utils_unittest.cc', |
2091 'common/thumbnail_score_unittest.cc', | 2092 'common/thumbnail_score_unittest.cc', |
2092 'common/time_format_unittest.cc', | 2093 'common/time_format_unittest.cc', |
2093 'common/web_apps_unittest.cc', | 2094 'common/web_apps_unittest.cc', |
(...skipping 2561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4655 # Use outputs of this action as inputs for the main target build. | 4656 # Use outputs of this action as inputs for the main target build. |
4656 # Seems as a misnomer but makes this happy on Linux (scons). | 4657 # Seems as a misnomer but makes this happy on Linux (scons). |
4657 'process_outputs_as_sources': 1, | 4658 'process_outputs_as_sources': 1, |
4658 }, | 4659 }, |
4659 ], # 'actions' | 4660 ], # 'actions' |
4660 }, | 4661 }, |
4661 ] | 4662 ] |
4662 }], # 'coverage!=0' | 4663 }], # 'coverage!=0' |
4663 ], # 'conditions' | 4664 ], # 'conditions' |
4664 } | 4665 } |
OLD | NEW |