diff options
author | cmp@chromium.org <cmp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 01:26:45 +0000 |
---|---|---|
committer | cmp@chromium.org <cmp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-08 01:26:45 +0000 |
commit | 354a4d6bc849ad648913cbb52bfb20603d168629 (patch) | |
tree | 856d80ec718f5c5a79ef6320f43cddf0d30307fb /build | |
parent | f3ae68af45b33dd2876d770b0db331fcb6918e18 (diff) | |
download | chromium_src-354a4d6bc849ad648913cbb52bfb20603d168629.zip chromium_src-354a4d6bc849ad648913cbb52bfb20603d168629.tar.gz chromium_src-354a4d6bc849ad648913cbb52bfb20603d168629.tar.bz2 |
Add performance_ui_tests to chromium_builder.
Review URL: http://codereview.chromium.org/7326008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91795 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 00dc035..650c574 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2010 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. @@ -432,6 +432,7 @@ '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:nacl_sandbox_tests', '../chrome/chrome.gyp:page_cycler_tests', + '../chrome/chrome.gyp:performance_ui_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:safe_browsing_tests', '../chrome/chrome.gyp:selenium_tests', |