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

Side by Side Diff: chrome/chrome.gyp

Issue 274020: Add UI test for Dromaeo benchmark. (Closed)
Patch Set: Created 11 years, 2 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/data/dromaeo/README.chromium » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 3973 matching lines...) Expand 10 before | Expand all | Expand 10 after
3984 'browser/unload_uitest.cc', 3984 'browser/unload_uitest.cc',
3985 'browser/views/find_bar_host_uitest.cc', 3985 'browser/views/find_bar_host_uitest.cc',
3986 'common/logging_chrome_uitest.cc', 3986 'common/logging_chrome_uitest.cc',
3987 'common/pref_service_uitest.cc', 3987 'common/pref_service_uitest.cc',
3988 'test/automation/automation_proxy_uitest.cc', 3988 'test/automation/automation_proxy_uitest.cc',
3989 'test/automated_ui_tests/automated_ui_test_test.cc', 3989 'test/automated_ui_tests/automated_ui_test_test.cc',
3990 'test/chrome_process_util_uitest.cc', 3990 'test/chrome_process_util_uitest.cc',
3991 'test/reliability/page_load_test.cc', 3991 'test/reliability/page_load_test.cc',
3992 'test/reliability/page_load_test.h', 3992 'test/reliability/page_load_test.h',
3993 'test/ui/dom_checker_uitest.cc', 3993 'test/ui/dom_checker_uitest.cc',
3994 'test/ui/dromaeo_benchmark_uitest.cc',
3994 'test/ui/fast_shutdown_uitest.cc', 3995 'test/ui/fast_shutdown_uitest.cc',
3995 'test/ui/history_uitest.cc', 3996 'test/ui/history_uitest.cc',
3996 'test/ui/layout_plugin_uitest.cc', 3997 'test/ui/layout_plugin_uitest.cc',
3997 'test/ui/npapi_uitest.cc', 3998 'test/ui/npapi_uitest.cc',
3998 'test/ui/omnibox_uitest.cc', 3999 'test/ui/omnibox_uitest.cc',
3999 'test/ui/sandbox_uitests.cc', 4000 'test/ui/sandbox_uitests.cc',
4000 'test/ui/sunspider_uitest.cc', 4001 'test/ui/sunspider_uitest.cc',
4001 'test/ui/v8_benchmark_uitest.cc', 4002 'test/ui/v8_benchmark_uitest.cc',
4002 'worker/worker_uitest.cc', 4003 'worker/worker_uitest.cc',
4003 ], 4004 ],
(...skipping 2903 matching lines...) Expand 10 before | Expand all | Expand 10 after
6907 ], # targets when chrome_personalization==1 6908 ], # targets when chrome_personalization==1
6908 }], 6909 }],
6909 ], # 'conditions' 6910 ], # 'conditions'
6910 } 6911 }
6911 6912
6912 # Local Variables: 6913 # Local Variables:
6913 # tab-width:2 6914 # tab-width:2
6914 # indent-tabs-mode:nil 6915 # indent-tabs-mode:nil
6915 # End: 6916 # End:
6916 # vim: set expandtab tabstop=2 shiftwidth=2: 6917 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/dromaeo/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698