Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1372)

Unified Diff: build/landmines.py

Issue 14743002: Do not use bundles for the CDM on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Do not bundle adapter yet Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/landmines.py
diff --git a/build/landmines.py b/build/landmines.py
index 5187b0d39dd8cbb98a207cda8dacf7693b231b96..edb1bbdf20f0ebcb3b0054ad3b54922ac2ad128a 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
« no previous file with comments | « no previous file | third_party/widevine/cdm/widevine_cdm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698