summaryrefslogtreecommitdiffstats
path: root/build/landmines.py
diff options
context:
space:
mode:
authorddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 22:12:29 +0000
committerddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 22:12:29 +0000
commit19a904bea6aa1151f77e52f018bbc18d64a0e8bc (patch)
tree81305b51b6f109a3d06a4264490e7e31e7e9300b /build/landmines.py
parent499d1d369ad8d87efec1f09834bddaaa93eeea56 (diff)
downloadchromium_src-19a904bea6aa1151f77e52f018bbc18d64a0e8bc.zip
chromium_src-19a904bea6aa1151f77e52f018bbc18d64a0e8bc.tar.gz
chromium_src-19a904bea6aa1151f77e52f018bbc18d64a0e8bc.tar.bz2
Do not use bundles for the CDM on Mac.
When using components, the CDM and adapter cannot be within the Chrome bundle. Since the adapter is built with Chrome, the CDM cannot be within its bundle. As a result, the adapter no longer needs to be a bundle. The chrome_paths.cc code allows testing with the non-component path. BUG=180260 R=xhwang@chromium.org Review URL: https://codereview.chromium.org/14743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/landmines.py')
-rwxr-xr-xbuild/landmines.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/landmines.py b/build/landmines.py
index 5187b0d..edb1bbd 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -147,6 +147,8 @@ def get_landmines(target):
add('Compile on cc_unittests fails due to symbols removed in r185063.')
if platform() == 'linux' and builder() == 'ninja':
add('Builders switching from make to ninja will clobber on this.')
+ if platform() == 'mac':
+ add('Switching from bundle to unbundled dylib (issue 14743002).')
return landmines