Do not ship widevine plugin
This commit is contained in:
parent
c76db0ba1d
commit
c47aebaeb4
3 changed files with 2 additions and 3 deletions
1
atom.gyp
1
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',
|
||||
|
|
|
@ -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',
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit a9121868e20e26ee42ac324b2f8adb5ea57263dd
|
||||
Subproject commit 7c7c094570263c91d13e0eec754726730a43e642
|
Loading…
Reference in a new issue