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 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2080 'common/metrics/metrics_log_manager_unittest.cc', | 2080 'common/metrics/metrics_log_manager_unittest.cc', |
2081 'common/multi_process_lock_unittest.cc', | 2081 'common/multi_process_lock_unittest.cc', |
2082 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2082 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
2083 'common/net/gaia/gaia_auth_fetcher_unittest.h', | 2083 'common/net/gaia/gaia_auth_fetcher_unittest.h', |
2084 'common/net/gaia/gaia_authenticator_unittest.cc', | 2084 'common/net/gaia/gaia_authenticator_unittest.cc', |
2085 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2085 'common/net/gaia/gaia_oauth_client_unittest.cc', |
2086 'common/net/gaia/google_service_auth_error_unittest.cc', | 2086 'common/net/gaia/google_service_auth_error_unittest.cc', |
2087 'common/net/gaia/oauth_request_signer_unittest.cc', | 2087 'common/net/gaia/oauth_request_signer_unittest.cc', |
2088 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2088 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
2089 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', | 2089 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', |
| 2090 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', |
2090 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', | 2091 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', |
2091 'common/service_process_util_unittest.cc', | 2092 'common/service_process_util_unittest.cc', |
2092 'common/string_ordinal_unittest.cc', | 2093 'common/string_ordinal_unittest.cc', |
2093 'common/switch_utils_unittest.cc', | 2094 'common/switch_utils_unittest.cc', |
2094 'common/thumbnail_score_unittest.cc', | 2095 'common/thumbnail_score_unittest.cc', |
2095 'common/time_format_unittest.cc', | 2096 'common/time_format_unittest.cc', |
2096 'common/web_apps_unittest.cc', | 2097 'common/web_apps_unittest.cc', |
2097 'common/worker_thread_ticker_unittest.cc', | 2098 'common/worker_thread_ticker_unittest.cc', |
2098 'common/zip_reader_unittest.cc', | 2099 'common/zip_reader_unittest.cc', |
2099 'common/zip_unittest.cc', | 2100 'common/zip_unittest.cc', |
(...skipping 2599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4699 # Use outputs of this action as inputs for the main target build. | 4700 # Use outputs of this action as inputs for the main target build. |
4700 # Seems as a misnomer but makes this happy on Linux (scons). | 4701 # Seems as a misnomer but makes this happy on Linux (scons). |
4701 'process_outputs_as_sources': 1, | 4702 'process_outputs_as_sources': 1, |
4702 }, | 4703 }, |
4703 ], # 'actions' | 4704 ], # 'actions' |
4704 }, | 4705 }, |
4705 ] | 4706 ] |
4706 }], # 'coverage!=0' | 4707 }], # 'coverage!=0' |
4707 ], # 'conditions' | 4708 ], # 'conditions' |
4708 } | 4709 } |
OLD | NEW |