diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 15:03:38 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 15:03:38 +0000 |
commit | d5c06bc2514cf81b036fd6e710aa81af65491c73 (patch) | |
tree | 44025a0c3b4346b91235d44f248aa28603985b51 /build | |
parent | aca9425c27e347714e43174447fa885973ff2b1c (diff) | |
download | chromium_src-d5c06bc2514cf81b036fd6e710aa81af65491c73.zip chromium_src-d5c06bc2514cf81b036fd6e710aa81af65491c73.tar.gz chromium_src-d5c06bc2514cf81b036fd6e710aa81af65491c73.tar.bz2 |
Fix Mac10.5 Perf(3) and Mac10.6 Perf(3) by building plugin_tests
TEST=should now be built (!)
BUG=none
TBR=thestig
Review URL: http://codereview.chromium.org/2068015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5cdbdb6..8e7c5de 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -168,6 +168,7 @@ '../chrome/chrome.gyp:nacl_ui_tests', '../chrome/chrome.gyp:notifier_unit_tests', '../chrome/chrome.gyp:page_cycler_tests', + '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:tab_switching_test', |