| 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 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 'common/extensions/extension_l10n_util_unittest.cc', | 987 'common/extensions/extension_l10n_util_unittest.cc', |
| 988 'common/extensions/extension_localization_peer_unittest.cc', | 988 'common/extensions/extension_localization_peer_unittest.cc', |
| 989 'common/extensions/extension_manifests_unittest.cc', | 989 'common/extensions/extension_manifests_unittest.cc', |
| 990 'common/extensions/extension_message_bundle_unittest.cc', | 990 'common/extensions/extension_message_bundle_unittest.cc', |
| 991 'common/extensions/extension_resource_unittest.cc', | 991 'common/extensions/extension_resource_unittest.cc', |
| 992 'common/extensions/extension_unittest.cc', | 992 'common/extensions/extension_unittest.cc', |
| 993 'common/extensions/extension_unpacker_unittest.cc', | 993 'common/extensions/extension_unpacker_unittest.cc', |
| 994 'common/extensions/update_manifest_unittest.cc', | 994 'common/extensions/update_manifest_unittest.cc', |
| 995 'common/extensions/url_pattern_unittest.cc', | 995 'common/extensions/url_pattern_unittest.cc', |
| 996 'common/extensions/user_script_unittest.cc', | 996 'common/extensions/user_script_unittest.cc', |
| 997 'common/font_descriptor_mac_unittest.mm', |
| 997 'common/important_file_writer_unittest.cc', | 998 'common/important_file_writer_unittest.cc', |
| 998 'common/json_pref_store_unittest.cc', | 999 'common/json_pref_store_unittest.cc', |
| 999 'common/json_value_serializer_unittest.cc', | 1000 'common/json_value_serializer_unittest.cc', |
| 1000 'common/mru_cache_unittest.cc', | 1001 'common/mru_cache_unittest.cc', |
| 1001 # TODO(sanjeevr): Move the 2 below files to common_net_unit_tests | 1002 # TODO(sanjeevr): Move the 2 below files to common_net_unit_tests |
| 1002 'common/net/gaia/gaia_authenticator_unittest.cc', | 1003 'common/net/gaia/gaia_authenticator_unittest.cc', |
| 1003 'common/net/url_fetcher_unittest.cc', | 1004 'common/net/url_fetcher_unittest.cc', |
| 1004 'common/net/test_url_fetcher_factory.cc', | 1005 'common/net/test_url_fetcher_factory.cc', |
| 1005 'common/net/test_url_fetcher_factory.h', | 1006 'common/net/test_url_fetcher_factory.h', |
| 1006 'common/notification_service_unittest.cc', | 1007 'common/notification_service_unittest.cc', |
| (...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2526 ] | 2527 ] |
| 2527 }], # 'coverage!=0' | 2528 }], # 'coverage!=0' |
| 2528 ], # 'conditions' | 2529 ], # 'conditions' |
| 2529 } | 2530 } |
| 2530 | 2531 |
| 2531 # Local Variables: | 2532 # Local Variables: |
| 2532 # tab-width:2 | 2533 # tab-width:2 |
| 2533 # indent-tabs-mode:nil | 2534 # indent-tabs-mode:nil |
| 2534 # End: | 2535 # End: |
| 2535 # vim: set expandtab tabstop=2 shiftwidth=2: | 2536 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |