| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1844 'common/mac/objc_method_swizzle_unittest.mm', | 1844 'common/mac/objc_method_swizzle_unittest.mm', |
| 1845 'common/mac/objc_zombie_unittest.mm', | 1845 'common/mac/objc_zombie_unittest.mm', |
| 1846 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 1846 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
| 1847 'common/net/gaia/gaia_auth_fetcher_unittest.h', | 1847 'common/net/gaia/gaia_auth_fetcher_unittest.h', |
| 1848 'common/net/gaia/gaia_authenticator_unittest.cc', | 1848 'common/net/gaia/gaia_authenticator_unittest.cc', |
| 1849 'common/net/gaia/gaia_oauth_client_unittest.cc', | 1849 'common/net/gaia/gaia_oauth_client_unittest.cc', |
| 1850 'common/net/gaia/google_service_auth_error_unittest.cc', | 1850 'common/net/gaia/google_service_auth_error_unittest.cc', |
| 1851 'common/net/gaia/oauth_request_signer_unittest.cc', | 1851 'common/net/gaia/oauth_request_signer_unittest.cc', |
| 1852 'common/random_unittest.cc', | 1852 'common/random_unittest.cc', |
| 1853 'common/service_process_util_unittest.cc', | 1853 'common/service_process_util_unittest.cc', |
| 1854 'common/string_index_unittest.cc', |
| 1854 'common/switch_utils_unittest.cc', | 1855 'common/switch_utils_unittest.cc', |
| 1855 'common/thumbnail_score_unittest.cc', | 1856 'common/thumbnail_score_unittest.cc', |
| 1856 'common/time_format_unittest.cc', | 1857 'common/time_format_unittest.cc', |
| 1857 'common/web_apps_unittest.cc', | 1858 'common/web_apps_unittest.cc', |
| 1858 'common/worker_thread_ticker_unittest.cc', | 1859 'common/worker_thread_ticker_unittest.cc', |
| 1859 'common/zip_unittest.cc', | 1860 'common/zip_unittest.cc', |
| 1860 'renderer/extensions/chrome_v8_context_set_unittest.cc', | 1861 'renderer/extensions/chrome_v8_context_set_unittest.cc', |
| 1861 'renderer/extensions/extension_api_json_validity_unittest.cc', | 1862 'renderer/extensions/extension_api_json_validity_unittest.cc', |
| 1862 'renderer/extensions/json_schema_unittest.cc', | 1863 'renderer/extensions/json_schema_unittest.cc', |
| 1863 'renderer/net/predictor_queue_unittest.cc', | 1864 'renderer/net/predictor_queue_unittest.cc', |
| (...skipping 2147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4011 # Use outputs of this action as inputs for the main target build. | 4012 # Use outputs of this action as inputs for the main target build. |
| 4012 # Seems as a misnomer but makes this happy on Linux (scons). | 4013 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4013 'process_outputs_as_sources': 1, | 4014 'process_outputs_as_sources': 1, |
| 4014 }, | 4015 }, |
| 4015 ], # 'actions' | 4016 ], # 'actions' |
| 4016 }, | 4017 }, |
| 4017 ] | 4018 ] |
| 4018 }], # 'coverage!=0' | 4019 }], # 'coverage!=0' |
| 4019 ], # 'conditions' | 4020 ], # 'conditions' |
| 4020 } | 4021 } |
| OLD | NEW |