| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'browser/views/find_bar_host_uitest.cc', | 319 'browser/views/find_bar_host_uitest.cc', |
| 320 'common/logging_chrome_uitest.cc', | 320 'common/logging_chrome_uitest.cc', |
| 321 'test/automation/automation_proxy_uitest.cc', | 321 'test/automation/automation_proxy_uitest.cc', |
| 322 'test/automation/extension_proxy_uitest.cc', | 322 'test/automation/extension_proxy_uitest.cc', |
| 323 'test/automated_ui_tests/automated_ui_test_test.cc', | 323 'test/automated_ui_tests/automated_ui_test_test.cc', |
| 324 'test/chrome_process_util_uitest.cc', | 324 'test/chrome_process_util_uitest.cc', |
| 325 'test/ui/dom_checker_uitest.cc', | 325 'test/ui/dom_checker_uitest.cc', |
| 326 'test/ui/dromaeo_benchmark_uitest.cc', | 326 'test/ui/dromaeo_benchmark_uitest.cc', |
| 327 'test/ui/fast_shutdown_uitest.cc', | 327 'test/ui/fast_shutdown_uitest.cc', |
| 328 'test/ui/history_uitest.cc', | 328 'test/ui/history_uitest.cc', |
| 329 'test/ui/infobars_uitest.cc', | |
| 330 'test/ui/layout_plugin_uitest.cc', | 329 'test/ui/layout_plugin_uitest.cc', |
| 331 'test/ui/mouseleave_uitest.cc', | 330 'test/ui/mouseleave_uitest.cc', |
| 332 'test/ui/npapi_uitest.cc', | 331 'test/ui/npapi_uitest.cc', |
| 333 'test/ui/omnibox_uitest.cc', | 332 'test/ui/omnibox_uitest.cc', |
| 334 'test/ui/pepper_uitest.cc', | 333 'test/ui/pepper_uitest.cc', |
| 335 'test/ui/sandbox_uitests.cc', | 334 'test/ui/sandbox_uitests.cc', |
| 336 'test/ui/sunspider_uitest.cc', | 335 'test/ui/sunspider_uitest.cc', |
| 337 'test/ui/v8_benchmark_uitest.cc', | 336 'test/ui/v8_benchmark_uitest.cc', |
| 338 'worker/worker_uitest.cc', | 337 'worker/worker_uitest.cc', |
| 339 ], | 338 ], |
| (...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2223 ] | 2222 ] |
| 2224 }], # 'coverage!=0' | 2223 }], # 'coverage!=0' |
| 2225 ], # 'conditions' | 2224 ], # 'conditions' |
| 2226 } | 2225 } |
| 2227 | 2226 |
| 2228 # Local Variables: | 2227 # Local Variables: |
| 2229 # tab-width:2 | 2228 # tab-width:2 |
| 2230 # indent-tabs-mode:nil | 2229 # indent-tabs-mode:nil |
| 2231 # End: | 2230 # End: |
| 2232 # vim: set expandtab tabstop=2 shiftwidth=2: | 2231 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |