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
[email protected]

Review URL: https://codereview.chromium.org/14743002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198211 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/landmines.py b/build/landmines.py
index 5187b0d3..edb1bbd 100755
--- a/build/landmines.py
+++ b/build/landmines.py
@@ -147,6 +147,8 @@
     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