| 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_unittest.cc', | 9 'browser/views/browser_actions_container_unittest.cc', |
| 10 ], | 10 ], |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'browser/locale_tests_uitest.cc', | 289 'browser/locale_tests_uitest.cc', |
| 290 'browser/login_prompt_uitest.cc', | 290 'browser/login_prompt_uitest.cc', |
| 291 'browser/media_uitest.cc', | 291 'browser/media_uitest.cc', |
| 292 'browser/metrics/metrics_service_uitest.cc', | 292 'browser/metrics/metrics_service_uitest.cc', |
| 293 'browser/notifications/notifications_uitest.cc', | 293 'browser/notifications/notifications_uitest.cc', |
| 294 'browser/pref_service_uitest.cc', | 294 'browser/pref_service_uitest.cc', |
| 295 'browser/printing/printing_layout_uitest.cc', | 295 'browser/printing/printing_layout_uitest.cc', |
| 296 'browser/process_singleton_linux_uitest.cc', | 296 'browser/process_singleton_linux_uitest.cc', |
| 297 'browser/process_singleton_win_uitest.cc', | 297 'browser/process_singleton_win_uitest.cc', |
| 298 'browser/renderer_host/resource_dispatcher_host_uitest.cc', | 298 'browser/renderer_host/resource_dispatcher_host_uitest.cc', |
| 299 'browser/repost_form_warning_uitest.cc', |
| 299 'browser/sanity_uitest.cc', | 300 'browser/sanity_uitest.cc', |
| 300 'browser/session_history_uitest.cc', | 301 'browser/session_history_uitest.cc', |
| 301 'browser/sessions/session_restore_uitest.cc', | 302 'browser/sessions/session_restore_uitest.cc', |
| 302 'browser/tab_contents/view_source_uitest.cc', | 303 'browser/tab_contents/view_source_uitest.cc', |
| 303 'browser/tab_restore_uitest.cc', | 304 'browser/tab_restore_uitest.cc', |
| 304 'browser/unload_uitest.cc', | 305 'browser/unload_uitest.cc', |
| 305 'browser/views/find_bar_host_uitest.cc', | 306 'browser/views/find_bar_host_uitest.cc', |
| 306 'common/logging_chrome_uitest.cc', | 307 'common/logging_chrome_uitest.cc', |
| 307 'test/automation/automation_proxy_uitest.cc', | 308 'test/automation/automation_proxy_uitest.cc', |
| 308 'test/automated_ui_tests/automated_ui_test_test.cc', | 309 'test/automated_ui_tests/automated_ui_test_test.cc', |
| (...skipping 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2109 ] | 2110 ] |
| 2110 }], # 'coverage!=0' | 2111 }], # 'coverage!=0' |
| 2111 ], # 'conditions' | 2112 ], # 'conditions' |
| 2112 } | 2113 } |
| 2113 | 2114 |
| 2114 # Local Variables: | 2115 # Local Variables: |
| 2115 # tab-width:2 | 2116 # tab-width:2 |
| 2116 # indent-tabs-mode:nil | 2117 # indent-tabs-mode:nil |
| 2117 # End: | 2118 # End: |
| 2118 # vim: set expandtab tabstop=2 shiftwidth=2: | 2119 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |