Ship with correct files in distribution

This commit is contained in:
Cheng Zhao 2015-04-08 19:46:57 +08:00
parent c2852b5b8c
commit c3f8ef06b6
2 changed files with 2 additions and 5 deletions

View file

@ -429,7 +429,6 @@
{
'action_name': 'Strip Binary',
'inputs': [
'<(PRODUCT_DIR)/libchromiumcontent.so',
'<(PRODUCT_DIR)/libffmpegsumo.so',
'<(PRODUCT_DIR)/<(project_name)',
# Add the syms folder as input would force this action to run

View file

@ -29,10 +29,9 @@ TARGET_BINARIES = {
],
'win32': [
'atom.exe',
'chromiumcontent.dll',
'boringssl.dll',
'content_shell.pak',
'd3dcompiler_47.dll',
'node.dll',
'ffmpegsumo.dll',
'icudtl.dat',
'libEGL.dll',
@ -46,9 +45,8 @@ TARGET_BINARIES = {
'linux': [
'atom',
'content_shell.pak',
'libnode.so',
'icudtl.dat',
'libchromiumcontent.so',
'libboringssl.so',
'libffmpegsumo.so',
'natives_blob.bin',
'snapshot_blob.bin',