| 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 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 'common/json_schema_validator_unittest_base.h', | 1750 'common/json_schema_validator_unittest_base.h', |
| 1751 'common/json_schema_validator_unittest.cc', | 1751 'common/json_schema_validator_unittest.cc', |
| 1752 'common/json_value_serializer_unittest.cc', | 1752 'common/json_value_serializer_unittest.cc', |
| 1753 'common/multi_process_lock_unittest.cc', | 1753 'common/multi_process_lock_unittest.cc', |
| 1754 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 1754 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
| 1755 'common/net/gaia/gaia_auth_fetcher_unittest.h', | 1755 'common/net/gaia/gaia_auth_fetcher_unittest.h', |
| 1756 'common/net/gaia/gaia_authenticator_unittest.cc', | 1756 'common/net/gaia/gaia_authenticator_unittest.cc', |
| 1757 'common/net/gaia/gaia_oauth_client_unittest.cc', | 1757 'common/net/gaia/gaia_oauth_client_unittest.cc', |
| 1758 'common/net/gaia/google_service_auth_error_unittest.cc', | 1758 'common/net/gaia/google_service_auth_error_unittest.cc', |
| 1759 'common/net/url_fetcher_unittest.cc', | 1759 'common/net/url_fetcher_unittest.cc', |
| 1760 'common/plural_formatter_unittest.cc', |
| 1760 'common/service_process_util_unittest.cc', | 1761 'common/service_process_util_unittest.cc', |
| 1761 'common/switch_utils_unittest.cc', | 1762 'common/switch_utils_unittest.cc', |
| 1762 'common/thumbnail_score_unittest.cc', | 1763 'common/thumbnail_score_unittest.cc', |
| 1763 'common/time_format_unittest.cc', | 1764 'common/time_format_unittest.cc', |
| 1764 'common/web_apps_unittest.cc', | 1765 'common/web_apps_unittest.cc', |
| 1765 'common/worker_thread_ticker_unittest.cc', | 1766 'common/worker_thread_ticker_unittest.cc', |
| 1766 'common/zip_unittest.cc', | 1767 'common/zip_unittest.cc', |
| 1767 'renderer/extensions/extension_api_json_validity_unittest.cc', | 1768 'renderer/extensions/extension_api_json_validity_unittest.cc', |
| 1768 'renderer/extensions/json_schema_unittest.cc', | 1769 'renderer/extensions/json_schema_unittest.cc', |
| 1769 'renderer/net/predictor_queue_unittest.cc', | 1770 'renderer/net/predictor_queue_unittest.cc', |
| (...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3775 ] | 3776 ] |
| 3776 }], # 'coverage!=0' | 3777 }], # 'coverage!=0' |
| 3777 ], # 'conditions' | 3778 ], # 'conditions' |
| 3778 } | 3779 } |
| 3779 | 3780 |
| 3780 # Local Variables: | 3781 # Local Variables: |
| 3781 # tab-width:2 | 3782 # tab-width:2 |
| 3782 # indent-tabs-mode:nil | 3783 # indent-tabs-mode:nil |
| 3783 # End: | 3784 # End: |
| 3784 # vim: set expandtab tabstop=2 shiftwidth=2: | 3785 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |