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 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1639 'common/gpu_messages_unittest.cc', | 1639 'common/gpu_messages_unittest.cc', |
1640 'common/guid_unittest.cc', | 1640 'common/guid_unittest.cc', |
1641 'common/important_file_writer_unittest.cc', | 1641 'common/important_file_writer_unittest.cc', |
1642 'common/json_pref_store_unittest.cc', | 1642 'common/json_pref_store_unittest.cc', |
1643 'common/json_schema_validator_unittest_base.cc', | 1643 'common/json_schema_validator_unittest_base.cc', |
1644 'common/json_schema_validator_unittest_base.h', | 1644 'common/json_schema_validator_unittest_base.h', |
1645 'common/json_schema_validator_unittest.cc', | 1645 'common/json_schema_validator_unittest.cc', |
1646 'common/json_value_serializer_unittest.cc', | 1646 'common/json_value_serializer_unittest.cc', |
1647 'common/mru_cache_unittest.cc', | 1647 'common/mru_cache_unittest.cc', |
1648 'common/multi_process_lock_unittest.cc', | 1648 'common/multi_process_lock_unittest.cc', |
1649 'common/multi_process_notification_unittest.cc', | |
1650 'common/net/gaia/gaia_auth_fetcher_unittest.cc', | 1649 'common/net/gaia/gaia_auth_fetcher_unittest.cc', |
1651 'common/net/gaia/gaia_auth_fetcher_unittest.h', | 1650 'common/net/gaia/gaia_auth_fetcher_unittest.h', |
1652 'common/net/gaia/gaia_authenticator_unittest.cc', | 1651 'common/net/gaia/gaia_authenticator_unittest.cc', |
1653 'common/net/url_fetcher_unittest.cc', | 1652 'common/net/url_fetcher_unittest.cc', |
1654 'common/net/test_url_fetcher_factory.cc', | 1653 'common/net/test_url_fetcher_factory.cc', |
1655 'common/net/test_url_fetcher_factory.h', | 1654 'common/net/test_url_fetcher_factory.h', |
1656 'common/notification_service_unittest.cc', | 1655 'common/notification_service_unittest.cc', |
1657 'common/process_watcher_unittest.cc', | 1656 'common/process_watcher_unittest.cc', |
1658 'common/property_bag_unittest.cc', | 1657 'common/property_bag_unittest.cc', |
1659 'common/render_messages_unittest.cc', | 1658 'common/render_messages_unittest.cc', |
(...skipping 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3637 ] | 3636 ] |
3638 }], # 'coverage!=0' | 3637 }], # 'coverage!=0' |
3639 ], # 'conditions' | 3638 ], # 'conditions' |
3640 } | 3639 } |
3641 | 3640 |
3642 # Local Variables: | 3641 # Local Variables: |
3643 # tab-width:2 | 3642 # tab-width:2 |
3644 # indent-tabs-mode:nil | 3643 # indent-tabs-mode:nil |
3645 # End: | 3644 # End: |
3646 # vim: set expandtab tabstop=2 shiftwidth=2: | 3645 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |