diff options
author | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 21:37:55 +0000 |
---|---|---|
committer | jbates@chromium.org <jbates@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 21:37:55 +0000 |
commit | 6eb6be9ceb3e2a0eb93b93a82d22f7c9b8dbd243 (patch) | |
tree | 6254c0d288fe76039d0f8d878a38bacc6d4d7bcd /build | |
parent | 99077dded8d0a32d0a2ab0f3671428e27cbfec31 (diff) | |
download | chromium_src-6eb6be9ceb3e2a0eb93b93a82d22f7c9b8dbd243.zip chromium_src-6eb6be9ceb3e2a0eb93b93a82d22f7c9b8dbd243.tar.gz chromium_src-6eb6be9ceb3e2a0eb93b93a82d22f7c9b8dbd243.tar.bz2 |
Revert 116191 - Input latency performance test that uses tracing.
This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test.
See the comments in latency_tests.cc for an overview of how latency is measured.
Review URL: http://codereview.chromium.org/8883005
TBR=jbates@chromium.org
Review URL: http://codereview.chromium.org/9071018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build/all.gyp b/build/all.gyp index 2a21a48..07fb11e 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -239,7 +239,6 @@ 'type': 'none', 'dependencies': [ 'chromium_builder_qa', # needed for pyauto - '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:sync_performance_tests', @@ -251,7 +250,6 @@ 'type': 'none', 'dependencies': [ '../chrome/chrome.gyp:gpu_tests', - '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree', ], @@ -317,7 +315,6 @@ 'type': 'none', 'dependencies': [ '../chrome/chrome.gyp:browser_tests', - '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:safe_browsing_tests', @@ -395,7 +392,6 @@ '../chrome/chrome.gyp:installer_util_unittests', '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:mini_installer_test', - '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:safe_browsing_tests', @@ -535,7 +531,6 @@ '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:interactive_ui_tests', - '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:sync_unit_tests', |