diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 21:18:49 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 21:18:49 +0000 |
commit | 7c056098ec8854a56ad774e1e54b6b40923e5e8b (patch) | |
tree | 3e3418d93952469e2f5bd112246bde019190afae /content/content_unittests.isolate | |
parent | be7e198284eb78df9c1423854dc42297b3c77108 (diff) | |
download | chromium_src-7c056098ec8854a56ad774e1e54b6b40923e5e8b.zip chromium_src-7c056098ec8854a56ad774e1e54b6b40923e5e8b.tar.gz chromium_src-7c056098ec8854a56ad774e1e54b6b40923e5e8b.tar.bz2 |
Revert 198507 "Revert 198503 "Revert 198495 "Build libpeerconnec..."
Perf bots broke due to not being able to find libpeerconnection.so
> Revert 198503 "Revert 198495 "Build libpeerconnection as a loada..."
> (was a false positive revert)
>
> > Revert 198495 "Build libpeerconnection as a loadable module for ..."
> >
> > > Build libpeerconnection as a loadable module for win, mac and linux by default. Also remove the allocator shim variable since it's no longer needed.
> > >
> > > This requires updating .isolate files for some try bots.
> > > In practice, I've only seen failures in interactive_ui_tests because of this change, but I'm being a bit proactive here and making sure that libpeerconnection.so exists with test hosts that have tests that depend on it.
> > >
> > > BUG=238207
> > > R=csharp@chromium.org, ronghuawu@chromium.org
> > >
> > > Review URL: https://codereview.chromium.org/14907003
> >
> > TBR=tommi@chromium.org
> >
> > Review URL: https://codereview.chromium.org/15005004
>
> TBR=tommi@chromium.org
>
> Review URL: https://codereview.chromium.org/14919005
TBR=tommi@chromium.org
Review URL: https://codereview.chromium.org/14670014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_unittests.isolate')
-rw-r--r-- | content/content_unittests.isolate | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate index 71a3870..efcd163 100644 --- a/content/content_unittests.isolate +++ b/content/content_unittests.isolate @@ -12,7 +12,6 @@ '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', ], 'isolate_dependency_untracked': [ - '<(PRODUCT_DIR)/lib/libpeerconnection.so', '<(PRODUCT_DIR)/libffmpegsumo.so', '<(PRODUCT_DIR)/test_data/', ], @@ -38,7 +37,6 @@ 'isolate_dependency_untracked': [ '<(PRODUCT_DIR)/content_resources.pak', '<(PRODUCT_DIR)/ffmpegsumo.so', - '<(PRODUCT_DIR)/libpeerconnection.so', ], }, }], @@ -56,7 +54,6 @@ 'isolate_dependency_untracked': [ '<(PRODUCT_DIR)/ffmpegsumo.dll', '<(PRODUCT_DIR)/icudt.dll', - '<(PRODUCT_DIR)/libpeerconnection.dll', ], }, }], |