From c47aebaeb4dcc694205d142463c06941e51642fc Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 29 Dec 2015 21:38:01 +0800 Subject: [PATCH] Do not ship widevine plugin --- atom.gyp | 1 - script/lib/config.py | 2 +- vendor/brightray | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/atom.gyp b/atom.gyp index 1fb1fb7e731..3f76dd4613e 100644 --- a/atom.gyp +++ b/atom.gyp @@ -438,7 +438,6 @@ '<(libchromiumcontent_dir)/icudtl.dat', '<(libchromiumcontent_dir)/natives_blob.bin', '<(libchromiumcontent_dir)/snapshot_blob.bin', - '<(libchromiumcontent_dir)/widevinecdmadapter.plugin', ], 'xcode_settings': { 'ATOM_BUNDLE_ID': 'com.<(company_abbr).<(project_name).framework', diff --git a/script/lib/config.py b/script/lib/config.py index cb50d3ab57d..5a40efbff0f 100644 --- a/script/lib/config.py +++ b/script/lib/config.py @@ -8,7 +8,7 @@ import sys BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \ 'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent' -LIBCHROMIUMCONTENT_COMMIT = '0926c1773ffd358f480529434c3f98acfc39fc36' +LIBCHROMIUMCONTENT_COMMIT = 'ae1b1395d809df1c5bf3ff74257dcfecf69a91bd' PLATFORM = { 'cygwin': 'win32', diff --git a/vendor/brightray b/vendor/brightray index a9121868e20..7c7c0945702 160000 --- a/vendor/brightray +++ b/vendor/brightray @@ -1 +1 @@ -Subproject commit a9121868e20e26ee42ac324b2f8adb5ea57263dd +Subproject commit 7c7c094570263c91d13e0eec754726730a43e642