| 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 ], |
| 11 'browser_tests_sources_win_specific': [ | 11 'browser_tests_sources_win_specific': [ |
| 12 'browser/extensions/extension_shelf_model_browsertest.cc', | 12 'browser/extensions/extension_shelf_model_browsertest.cc', |
| 13 'browser/extensions/extension_storage_apitest.cc', | 13 'browser/extensions/extension_storage_apitest.cc', |
| 14 'browser/extensions/extension_popup_apitest.cc', | 14 'browser/extensions/extension_popup_apitest.cc', |
| 15 'browser/accessibility_win_browsertest.cc', |
| 15 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. | 16 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and Mac. |
| 16 'browser/child_process_security_policy_browsertest.cc', | 17 'browser/child_process_security_policy_browsertest.cc', |
| 17 'browser/renderer_host/test/web_cache_manager_browsertest.cc', | 18 'browser/renderer_host/test/web_cache_manager_browsertest.cc', |
| 18 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', | 19 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', |
| 19 'browser/views/browser_views_accessibility_browsertest.cc', | 20 'browser/views/browser_views_accessibility_browsertest.cc', |
| 20 ], | 21 ], |
| 21 # TODO(jcampan): move these vars to views.gyp. | 22 # TODO(jcampan): move these vars to views.gyp. |
| 22 'views_unit_tests_sources': [ | 23 'views_unit_tests_sources': [ |
| 23 '../views/animation/bounds_animator_unittest.cc', | 24 '../views/animation/bounds_animator_unittest.cc', |
| 24 '../views/view_unittest.cc', | 25 '../views/view_unittest.cc', |
| (...skipping 2182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2207 ] | 2208 ] |
| 2208 }], # 'coverage!=0' | 2209 }], # 'coverage!=0' |
| 2209 ], # 'conditions' | 2210 ], # 'conditions' |
| 2210 } | 2211 } |
| 2211 | 2212 |
| 2212 # Local Variables: | 2213 # Local Variables: |
| 2213 # tab-width:2 | 2214 # tab-width:2 |
| 2214 # indent-tabs-mode:nil | 2215 # indent-tabs-mode:nil |
| 2215 # End: | 2216 # End: |
| 2216 # vim: set expandtab tabstop=2 shiftwidth=2: | 2217 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |