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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 156663003: Delete idb_perf test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/perf/indexeddb_uitest.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after
2259 '../testing/gtest.gyp:gtest', 2259 '../testing/gtest.gyp:gtest',
2260 '../testing/perf/perf_test.gyp:*', 2260 '../testing/perf/perf_test.gyp:*',
2261 ], 2261 ],
2262 'sources': [ 2262 'sources': [
2263 # TODO(darin): Move other UIPerfTests here. 2263 # TODO(darin): Move other UIPerfTests here.
2264 'test/perf/dom_checker_uitest.cc', 2264 'test/perf/dom_checker_uitest.cc',
2265 'test/perf/feature_startup_test.cc', 2265 'test/perf/feature_startup_test.cc',
2266 'test/perf/frame_rate/frame_rate_tests.cc', 2266 'test/perf/frame_rate/frame_rate_tests.cc',
2267 'test/perf/generate_profile.cc', 2267 'test/perf/generate_profile.cc',
2268 'test/perf/generate_profile.h', 2268 'test/perf/generate_profile.h',
2269 'test/perf/indexeddb_uitest.cc',
2270 'test/perf/memory_test.cc', 2269 'test/perf/memory_test.cc',
2271 'test/perf/perf_ui_test_suite.cc', 2270 'test/perf/perf_ui_test_suite.cc',
2272 'test/perf/run_all_perfuitests.cc', 2271 'test/perf/run_all_perfuitests.cc',
2273 'test/perf/shutdown_test.cc', 2272 'test/perf/shutdown_test.cc',
2274 'test/perf/startup_test.cc', 2273 'test/perf/startup_test.cc',
2275 'test/perf/tab_switching_test.cc', 2274 'test/perf/tab_switching_test.cc',
2276 ], 2275 ],
2277 'conditions': [ 2276 'conditions': [
2278 ['OS=="win" and buildtype=="Official"', { 2277 ['OS=="win" and buildtype=="Official"', {
2279 'configurations': { 2278 'configurations': {
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 'utility', 3207 'utility',
3209 ], 3208 ],
3210 'sources': [ 3209 'sources': [
3211 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3210 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3212 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3211 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3213 ], 3212 ],
3214 }] 3213 }]
3215 }], 3214 }],
3216 ], # 'conditions' 3215 ], # 'conditions'
3217 } 3216 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/perf/indexeddb_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698