| 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/find_bar_host_browsertest.cc', | 9 'browser/views/find_bar_host_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 'browser/window_sizer_unittest.cc', | 825 'browser/window_sizer_unittest.cc', |
| 826 'common/bzip2_unittest.cc', | 826 'common/bzip2_unittest.cc', |
| 827 'common/child_process_logging_mac_unittest.mm', | 827 'common/child_process_logging_mac_unittest.mm', |
| 828 'common/chrome_plugin_unittest.cc', | 828 'common/chrome_plugin_unittest.cc', |
| 829 'common/common_param_traits_unittest.cc', | 829 'common/common_param_traits_unittest.cc', |
| 830 'common/extensions/extension_resource_unittest.cc', | 830 'common/extensions/extension_resource_unittest.cc', |
| 831 'common/extensions/extension_unittest.cc', | 831 'common/extensions/extension_unittest.cc', |
| 832 'common/extensions/extension_action_unittest.cc', | 832 'common/extensions/extension_action_unittest.cc', |
| 833 'common/extensions/extension_l10n_util_unittest.cc', | 833 'common/extensions/extension_l10n_util_unittest.cc', |
| 834 'common/extensions/extension_message_bundle_unittest.cc', | 834 'common/extensions/extension_message_bundle_unittest.cc', |
| 835 'common/extensions/extension_message_filter_peer_unittest.cc', |
| 835 'common/extensions/extension_unpacker_unittest.cc', | 836 'common/extensions/extension_unpacker_unittest.cc', |
| 836 'common/extensions/update_manifest_unittest.cc', | 837 'common/extensions/update_manifest_unittest.cc', |
| 837 'common/extensions/url_pattern_unittest.cc', | 838 'common/extensions/url_pattern_unittest.cc', |
| 838 'common/extensions/user_script_unittest.cc', | 839 'common/extensions/user_script_unittest.cc', |
| 839 'common/important_file_writer_unittest.cc', | 840 'common/important_file_writer_unittest.cc', |
| 840 'common/json_value_serializer_unittest.cc', | 841 'common/json_value_serializer_unittest.cc', |
| 841 'common/mru_cache_unittest.cc', | 842 'common/mru_cache_unittest.cc', |
| 842 'common/net/url_util_unittest.cc', | 843 'common/net/url_util_unittest.cc', |
| 843 'common/notification_service_unittest.cc', | 844 'common/notification_service_unittest.cc', |
| 844 'common/pref_member_unittest.cc', | 845 'common/pref_member_unittest.cc', |
| (...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1971 ] | 1972 ] |
| 1972 }], # 'coverage!=0' | 1973 }], # 'coverage!=0' |
| 1973 ], # 'conditions' | 1974 ], # 'conditions' |
| 1974 } | 1975 } |
| 1975 | 1976 |
| 1976 # Local Variables: | 1977 # Local Variables: |
| 1977 # tab-width:2 | 1978 # tab-width:2 |
| 1978 # indent-tabs-mode:nil | 1979 # indent-tabs-mode:nil |
| 1979 # End: | 1980 # End: |
| 1980 # vim: set expandtab tabstop=2 shiftwidth=2: | 1981 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |