| 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 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2041 'common/net/gaia/gaia_oauth_client_unittest.cc', | 2041 'common/net/gaia/gaia_oauth_client_unittest.cc', |
| 2042 'common/net/gaia/google_service_auth_error_unittest.cc', | 2042 'common/net/gaia/google_service_auth_error_unittest.cc', |
| 2043 'common/net/gaia/oauth_request_signer_unittest.cc', | 2043 'common/net/gaia/oauth_request_signer_unittest.cc', |
| 2044 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', | 2044 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc', |
| 2045 'common/net/gaia/oauth2_api_call_flow_unittest.cc', | 2045 'common/net/gaia/oauth2_api_call_flow_unittest.cc', |
| 2046 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', | 2046 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc', |
| 2047 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', | 2047 'common/net/gaia/oauth2_mint_token_flow_unittest.cc', |
| 2048 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', | 2048 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc', |
| 2049 'common/net/x509_certificate_model_unittest.cc', | 2049 'common/net/x509_certificate_model_unittest.cc', |
| 2050 'common/service_process_util_unittest.cc', | 2050 'common/service_process_util_unittest.cc', |
| 2051 'common/string_ordinal_unittest.cc', | |
| 2052 'common/switch_utils_unittest.cc', | 2051 'common/switch_utils_unittest.cc', |
| 2053 'common/thumbnail_score_unittest.cc', | 2052 'common/thumbnail_score_unittest.cc', |
| 2054 'common/time_format_unittest.cc', | 2053 'common/time_format_unittest.cc', |
| 2055 'common/web_apps_unittest.cc', | 2054 'common/web_apps_unittest.cc', |
| 2056 'common/worker_thread_ticker_unittest.cc', | 2055 'common/worker_thread_ticker_unittest.cc', |
| 2057 'common/zip_reader_unittest.cc', | 2056 'common/zip_reader_unittest.cc', |
| 2058 'common/zip_unittest.cc', | 2057 'common/zip_unittest.cc', |
| 2059 'nacl/nacl_ipc_adapter_unittest.cc', | 2058 'nacl/nacl_ipc_adapter_unittest.cc', |
| 2060 'nacl/nacl_validation_query_unittest.cc', | 2059 'nacl/nacl_validation_query_unittest.cc', |
| 2061 'renderer/chrome_content_renderer_client_unittest.cc', | 2060 'renderer/chrome_content_renderer_client_unittest.cc', |
| (...skipping 2717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4779 '--result', '<@(_outputs)', | 4778 '--result', '<@(_outputs)', |
| 4780 '--isolate', 'browser_tests.isolate', | 4779 '--isolate', 'browser_tests.isolate', |
| 4781 ], | 4780 ], |
| 4782 }, | 4781 }, |
| 4783 ], | 4782 ], |
| 4784 }, | 4783 }, |
| 4785 ], | 4784 ], |
| 4786 }], | 4785 }], |
| 4787 ], # 'conditions' | 4786 ], # 'conditions' |
| 4788 } | 4787 } |
| OLD | NEW |