diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 17:25:09 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-18 17:25:09 +0000 |
commit | 4ab3284c3e8c1e318614f8e2067eb1d1441623ea (patch) | |
tree | 6e5e8c72cbfccd39376d194707dcf68eaae65fd8 /chrome/app/chrome.dll.deps | |
parent | 4ea8365f6a66ff9397abc559086436b633a021fb (diff) | |
download | chromium_src-4ab3284c3e8c1e318614f8e2067eb1d1441623ea.zip chromium_src-4ab3284c3e8c1e318614f8e2067eb1d1441623ea.tar.gz chromium_src-4ab3284c3e8c1e318614f8e2067eb1d1441623ea.tar.bz2 |
syncapi shared lib: always. Build a stub
if the binaries are not available. For
a Chrome-branded release, pull the binaries
from elsewhere.
For a release where CHROME_PERSONALIZATION is disabled,
(e.g. Mac and Linux), we needn't build this.
TEST=build and run with a variety of commandline flags + clobber try server
BUG=none
Review URL: http://codereview.chromium.org/171096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome.dll.deps')
-rw-r--r-- | chrome/app/chrome.dll.deps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index 76e8b0d..ebbd9bb 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -33,4 +33,5 @@ delay_loaded = [ 'avcodec-52.dll', 'avformat-52.dll', 'avutil-50.dll', + 'syncapi.dll', ] |