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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11649054: Remove obsolete v8_benchmark. It was replaced with Octane on the perf bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'test/perf/dom_checker_uitest.cc', 1872 'test/perf/dom_checker_uitest.cc',
1873 'test/perf/feature_startup_test.cc', 1873 'test/perf/feature_startup_test.cc',
1874 'test/perf/frame_rate/frame_rate_tests.cc', 1874 'test/perf/frame_rate/frame_rate_tests.cc',
1875 'test/perf/indexeddb_uitest.cc', 1875 'test/perf/indexeddb_uitest.cc',
1876 'test/perf/memory_test.cc', 1876 'test/perf/memory_test.cc',
1877 'test/perf/page_cycler_test.cc', 1877 'test/perf/page_cycler_test.cc',
1878 'test/perf/shutdown_test.cc', 1878 'test/perf/shutdown_test.cc',
1879 'test/perf/startup_test.cc', 1879 'test/perf/startup_test.cc',
1880 'test/perf/tab_switching_test.cc', 1880 'test/perf/tab_switching_test.cc',
1881 'test/perf/url_fetch_test.cc', 1881 'test/perf/url_fetch_test.cc',
1882 'test/perf/v8_benchmark_uitest.cc',
1883 ], 1882 ],
1884 'conditions': [ 1883 'conditions': [
1885 ['OS=="win" and buildtype=="Official"', { 1884 ['OS=="win" and buildtype=="Official"', {
1886 'configurations': { 1885 'configurations': {
1887 'Release': { 1886 'Release': {
1888 'msvs_settings': { 1887 'msvs_settings': {
1889 'VCCLCompilerTool': { 1888 'VCCLCompilerTool': {
1890 'WholeProgramOptimization': 'false', 1889 'WholeProgramOptimization': 'false',
1891 }, 1890 },
1892 }, 1891 },
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
2862 'sync_integration_tests.isolate', 2861 'sync_integration_tests.isolate',
2863 ], 2862 ],
2864 'sources': [ 2863 'sources': [
2865 'sync_integration_tests.isolate', 2864 'sync_integration_tests.isolate',
2866 ], 2865 ],
2867 }, 2866 },
2868 ], 2867 ],
2869 }], 2868 }],
2870 ], # 'conditions' 2869 ], # 'conditions'
2871 } 2870 }
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/single_test_runner.py ('k') | chrome/test/data/v8_benchmark/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698