Remove hacky build settings

This commit is contained in:
Cheng Zhao 2015-12-29 14:50:29 +08:00
parent 19ab68abfb
commit 38adaf5b3c

View file

@ -269,11 +269,6 @@
'include_dirs': [
'.',
],
'ldflags': [
'-Wl,--whole-archive',
'<@(libchromiumcontent_libraries)',
'-Wl,--no-whole-archive',
],
},
'export_dependent_settings': [
'vendor/brightray/brightray.gyp:brightray',
@ -500,16 +495,6 @@
'${BUILT_PRODUCTS_DIR}/<(product_name) Framework.framework/Versions/A/<(product_name) Framework',
],
},
{
'postbuild_name': 'Fix path of libwidevinecdm',
'action': [
'install_name_tool',
'-change',
'@loader_path/libwidevinecdm.dylib',
'@rpath/libwidevinecdm.dylib',
'${BUILT_PRODUCTS_DIR}/<(product_name) Framework.framework/Versions/A/<(product_name) Framework',
],
},
{
'postbuild_name': 'Add symlinks for framework subdirectories',
'action': [