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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 124393006: Remove throughput_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove change to window_snapshot.h Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.html » ('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 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 'browser/extensions/api/tab_capture/tab_capture_performancetest.cc', 2085 'browser/extensions/api/tab_capture/tab_capture_performancetest.cc',
2086 'browser/extensions/browsertest_util.cc', 2086 'browser/extensions/browsertest_util.cc',
2087 'browser/extensions/extension_apitest.cc', 2087 'browser/extensions/extension_apitest.cc',
2088 'browser/extensions/extension_browsertest.cc', 2088 'browser/extensions/extension_browsertest.cc',
2089 'browser/extensions/extension_test_notification_observer.cc', 2089 'browser/extensions/extension_test_notification_observer.cc',
2090 'test/base/browser_perf_tests_main.cc', 2090 'test/base/browser_perf_tests_main.cc',
2091 'test/base/chrome_render_view_test.cc', 2091 'test/base/chrome_render_view_test.cc',
2092 'test/base/chrome_render_view_test.h', 2092 'test/base/chrome_render_view_test.h',
2093 'test/perf/browser_perf_test.cc', 2093 'test/perf/browser_perf_test.cc',
2094 'test/perf/browser_perf_test.h', 2094 'test/perf/browser_perf_test.h',
2095 'test/perf/rendering/throughput_tests.cc',
2096 ], 2095 ],
2097 'rules': [ 2096 'rules': [
2098 { 2097 {
2099 'rule_name': 'js2webui', 2098 'rule_name': 'js2webui',
2100 'extension': 'js', 2099 'extension': 'js',
2101 'msvs_external_rule': 1, 2100 'msvs_external_rule': 1,
2102 'inputs': [ 2101 'inputs': [
2103 '<(gypv8sh)', 2102 '<(gypv8sh)',
2104 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 2103 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
2105 '<(mock_js)', 2104 '<(mock_js)',
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 'utility', 3157 'utility',
3159 ], 3158 ],
3160 'sources': [ 3159 'sources': [
3161 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3160 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3162 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3163 ], 3162 ],
3164 }] 3163 }]
3165 }], 3164 }],
3166 ], # 'conditions' 3165 ], # 'conditions'
3167 } 3166 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/perf/rendering/throughput/canvas2d_balls_common/bouncing_balls.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698