Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2520002: Move MouseLeave ui test to interactive ui tests target. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: enable Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/interactive_ui/interactive_ui_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/interactive_ui/interactive_ui_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698