OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
10 'common/pref_names.h', | 10 'common/pref_names.h', |
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1544 'common/extensions/extension_unittest.cc', | 1544 'common/extensions/extension_unittest.cc', |
1545 'common/extensions/extension_unpacker_unittest.cc', | 1545 'common/extensions/extension_unpacker_unittest.cc', |
1546 'common/extensions/update_manifest_unittest.cc', | 1546 'common/extensions/update_manifest_unittest.cc', |
1547 'common/extensions/url_pattern_unittest.cc', | 1547 'common/extensions/url_pattern_unittest.cc', |
1548 'common/extensions/user_script_unittest.cc', | 1548 'common/extensions/user_script_unittest.cc', |
1549 'common/font_descriptor_mac_unittest.mm', | 1549 'common/font_descriptor_mac_unittest.mm', |
1550 'common/gpu_info_unittest.cc', | 1550 'common/gpu_info_unittest.cc', |
1551 'common/gpu_messages_unittest.cc', | 1551 'common/gpu_messages_unittest.cc', |
1552 'common/important_file_writer_unittest.cc', | 1552 'common/important_file_writer_unittest.cc', |
1553 'common/json_pref_store_unittest.cc', | 1553 'common/json_pref_store_unittest.cc', |
| 1554 'common/json_schema_validator_unittest_base.cc', |
| 1555 'common/json_schema_validator_unittest_base.h', |
| 1556 'common/json_schema_validator_unittest.cc', |
1554 'common/json_value_serializer_unittest.cc', | 1557 'common/json_value_serializer_unittest.cc', |
1555 'common/mru_cache_unittest.cc', | 1558 'common/mru_cache_unittest.cc', |
1556 'common/net/gaia/gaia_authenticator_unittest.cc', | 1559 'common/net/gaia/gaia_authenticator_unittest.cc', |
1557 'common/net/gaia/gaia_authenticator2_unittest.cc', | 1560 'common/net/gaia/gaia_authenticator2_unittest.cc', |
1558 'common/net/gaia/gaia_authenticator2_unittest.h', | 1561 'common/net/gaia/gaia_authenticator2_unittest.h', |
1559 'common/net/url_fetcher_unittest.cc', | 1562 'common/net/url_fetcher_unittest.cc', |
1560 'common/net/test_url_fetcher_factory.cc', | 1563 'common/net/test_url_fetcher_factory.cc', |
1561 'common/net/test_url_fetcher_factory.h', | 1564 'common/net/test_url_fetcher_factory.h', |
1562 'common/notification_service_unittest.cc', | 1565 'common/notification_service_unittest.cc', |
1563 'common/process_watcher_unittest.cc', | 1566 'common/process_watcher_unittest.cc', |
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3333 ] | 3336 ] |
3334 }], # 'coverage!=0' | 3337 }], # 'coverage!=0' |
3335 ], # 'conditions' | 3338 ], # 'conditions' |
3336 } | 3339 } |
3337 | 3340 |
3338 # Local Variables: | 3341 # Local Variables: |
3339 # tab-width:2 | 3342 # tab-width:2 |
3340 # indent-tabs-mode:nil | 3343 # indent-tabs-mode:nil |
3341 # End: | 3344 # End: |
3342 # vim: set expandtab tabstop=2 shiftwidth=2: | 3345 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |