| 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 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1984 'common/json_pref_store_unittest.cc', | 1984 'common/json_pref_store_unittest.cc', |
| 1985 'common/json_schema_validator_unittest.cc', | 1985 'common/json_schema_validator_unittest.cc', |
| 1986 'common/json_schema_validator_unittest_base.cc', | 1986 'common/json_schema_validator_unittest_base.cc', |
| 1987 'common/json_schema_validator_unittest_base.h', | 1987 'common/json_schema_validator_unittest_base.h', |
| 1988 'common/json_value_serializer_unittest.cc', | 1988 'common/json_value_serializer_unittest.cc', |
| 1989 'common/mac/cfbundle_blocker_unittest.mm', | 1989 'common/mac/cfbundle_blocker_unittest.mm', |
| 1990 'common/mac/mock_launchd.cc', | 1990 'common/mac/mock_launchd.cc', |
| 1991 'common/mac/mock_launchd.h', | 1991 'common/mac/mock_launchd.h', |
| 1992 'common/mac/objc_method_swizzle_unittest.mm', | 1992 'common/mac/objc_method_swizzle_unittest.mm', |
| 1993 'common/mac/objc_zombie_unittest.mm', | 1993 'common/mac/objc_zombie_unittest.mm', |
| 1994 'common/metrics/entropy_provider_unittest.cc', |
| 1994 'common/metrics/metrics_log_base_unittest.cc', | 1995 'common/metrics/metrics_log_base_unittest.cc', |
| 1995 'common/metrics/metrics_log_manager_unittest.cc', | 1996 'common/metrics/metrics_log_manager_unittest.cc', |
| 1996 'common/metrics/variations/variations_util_unittest.cc', | 1997 'common/metrics/variations/variations_util_unittest.cc', |
| 1997 'common/multi_process_lock_unittest.cc', | 1998 'common/multi_process_lock_unittest.cc', |
| 1998 'common/net/url_util_unittest.cc', | 1999 'common/net/url_util_unittest.cc', |
| 1999 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 2000 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
| 2000 'common/net/gaia/gaia_auth_util_unittest.cc', | 2001 'common/net/gaia/gaia_auth_util_unittest.cc', |
| 2001 'common/net/gaia/gaia_authenticator_unittest.cc', | 2002 'common/net/gaia/gaia_authenticator_unittest.cc', |
| 2002 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2003 'common/net/gaia/gaia_oauth_client_unittest.cc', |
| 2003 'common/net/gaia/google_service_auth_error_unittest.cc', | 2004 'common/net/gaia/google_service_auth_error_unittest.cc', |
| (...skipping 2699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4703 '--result', '<@(_outputs)', | 4704 '--result', '<@(_outputs)', |
| 4704 '--isolate', 'browser_tests.isolate', | 4705 '--isolate', 'browser_tests.isolate', |
| 4705 ], | 4706 ], |
| 4706 }, | 4707 }, |
| 4707 ], | 4708 ], |
| 4708 }, | 4709 }, |
| 4709 ], | 4710 ], |
| 4710 }], | 4711 }], |
| 4711 ], # 'conditions' | 4712 ], # 'conditions' |
| 4712 } | 4713 } |
| OLD | NEW |