Do not ship widevine plugin

This commit is contained in:
Cheng Zhao
2015-12-29 21:38:01 +08:00
parent c76db0ba1d
commit c47aebaeb4
3 changed files with 2 additions and 3 deletions

View File

@@ -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',

View File

@@ -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',