| 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 2051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2062 'common/json_pref_store_unittest.cc', | 2062 'common/json_pref_store_unittest.cc', |
| 2063 'common/json_schema_validator_unittest.cc', | 2063 'common/json_schema_validator_unittest.cc', |
| 2064 'common/json_schema_validator_unittest_base.cc', | 2064 'common/json_schema_validator_unittest_base.cc', |
| 2065 'common/json_schema_validator_unittest_base.h', | 2065 'common/json_schema_validator_unittest_base.h', |
| 2066 'common/json_value_serializer_unittest.cc', | 2066 'common/json_value_serializer_unittest.cc', |
| 2067 'common/mac/cfbundle_blocker_unittest.mm', | 2067 'common/mac/cfbundle_blocker_unittest.mm', |
| 2068 'common/mac/mock_launchd.cc', | 2068 'common/mac/mock_launchd.cc', |
| 2069 'common/mac/mock_launchd.h', | 2069 'common/mac/mock_launchd.h', |
| 2070 'common/mac/objc_method_swizzle_unittest.mm', | 2070 'common/mac/objc_method_swizzle_unittest.mm', |
| 2071 'common/mac/objc_zombie_unittest.mm', | 2071 'common/mac/objc_zombie_unittest.mm', |
| 2072 'common/metrics/metrics_log_base_unittest.cc', |
| 2072 'common/metrics/metrics_log_manager_unittest.cc', | 2073 'common/metrics/metrics_log_manager_unittest.cc', |
| 2073 'common/multi_process_lock_unittest.cc', | 2074 'common/multi_process_lock_unittest.cc', |
| 2074 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2075 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
| 2075 'common/net/gaia/gaia_auth_fetcher_unittest.h', | 2076 'common/net/gaia/gaia_auth_fetcher_unittest.h', |
| 2076 'common/net/gaia/gaia_authenticator_unittest.cc', | 2077 'common/net/gaia/gaia_authenticator_unittest.cc', |
| 2077 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2078 'common/net/gaia/gaia_oauth_client_unittest.cc', |
| 2078 'common/net/gaia/google_service_auth_error_unittest.cc', | 2079 'common/net/gaia/google_service_auth_error_unittest.cc', |
| 2079 'common/net/gaia/oauth_request_signer_unittest.cc', | 2080 'common/net/gaia/oauth_request_signer_unittest.cc', |
| 2080 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2081 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
| 2081 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', | 2082 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', |
| (...skipping 2604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4686 # Use outputs of this action as inputs for the main target build. | 4687 # Use outputs of this action as inputs for the main target build. |
| 4687 # Seems as a misnomer but makes this happy on Linux (scons). | 4688 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4688 'process_outputs_as_sources': 1, | 4689 'process_outputs_as_sources': 1, |
| 4689 }, | 4690 }, |
| 4690 ], # 'actions' | 4691 ], # 'actions' |
| 4691 }, | 4692 }, |
| 4692 ] | 4693 ] |
| 4693 }], # 'coverage!=0' | 4694 }], # 'coverage!=0' |
| 4694 ], # 'conditions' | 4695 ], # 'conditions' |
| 4695 } | 4696 } |
| OLD | NEW |