| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'common/logging_chrome_uitest.cc', | 328 'common/logging_chrome_uitest.cc', |
| 329 'test/automation/automation_proxy_uitest.cc', | 329 'test/automation/automation_proxy_uitest.cc', |
| 330 'test/automation/extension_proxy_uitest.cc', | 330 'test/automation/extension_proxy_uitest.cc', |
| 331 'test/automated_ui_tests/automated_ui_test_test.cc', | 331 'test/automated_ui_tests/automated_ui_test_test.cc', |
| 332 'test/chrome_process_util_uitest.cc', | 332 'test/chrome_process_util_uitest.cc', |
| 333 'test/ui/dom_checker_uitest.cc', | 333 'test/ui/dom_checker_uitest.cc', |
| 334 'test/ui/dromaeo_benchmark_uitest.cc', | 334 'test/ui/dromaeo_benchmark_uitest.cc', |
| 335 'test/ui/fast_shutdown_uitest.cc', | 335 'test/ui/fast_shutdown_uitest.cc', |
| 336 'test/ui/history_uitest.cc', | 336 'test/ui/history_uitest.cc', |
| 337 'test/ui/layout_plugin_uitest.cc', | 337 'test/ui/layout_plugin_uitest.cc', |
| 338 'test/ui/mouseleave_uitest.cc', | |
| 339 'test/ui/npapi_uitest.cc', | 338 'test/ui/npapi_uitest.cc', |
| 340 'test/ui/omnibox_uitest.cc', | 339 'test/ui/omnibox_uitest.cc', |
| 341 'test/ui/pepper_uitest.cc', | 340 'test/ui/pepper_uitest.cc', |
| 342 'test/ui/ppapi_uitest.cc', | 341 'test/ui/ppapi_uitest.cc', |
| 343 'test/ui/sandbox_uitests.cc', | 342 'test/ui/sandbox_uitests.cc', |
| 344 'test/ui/sunspider_uitest.cc', | 343 'test/ui/sunspider_uitest.cc', |
| 345 'test/ui/v8_benchmark_uitest.cc', | 344 'test/ui/v8_benchmark_uitest.cc', |
| 346 'worker/worker_uitest.cc', | 345 'worker/worker_uitest.cc', |
| 347 ], | 346 ], |
| 348 'conditions': [ | 347 'conditions': [ |
| (...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2494 ] | 2493 ] |
| 2495 }], # 'coverage!=0' | 2494 }], # 'coverage!=0' |
| 2496 ], # 'conditions' | 2495 ], # 'conditions' |
| 2497 } | 2496 } |
| 2498 | 2497 |
| 2499 # Local Variables: | 2498 # Local Variables: |
| 2500 # tab-width:2 | 2499 # tab-width:2 |
| 2501 # indent-tabs-mode:nil | 2500 # indent-tabs-mode:nil |
| 2502 # End: | 2501 # End: |
| 2503 # vim: set expandtab tabstop=2 shiftwidth=2: | 2502 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |