Skip to content

Commit c8db26a

Browse files
committed
remove ffmpegsumo in symbol dumping
ffmpegsumo is now builtin in upstream
1 parent 7d2a664 commit c8db26a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

nw.gypi

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -844,24 +844,6 @@
844844
'message': 'Dumping breakpad symbols to <(_outputs)',
845845
'process_outputs_as_sources': 1,
846846
},
847-
{
848-
'action_name': 'dump_symbol_and_strip_ffmpeg',
849-
'inputs': [
850-
'<(DEPTH)/content/nw/tools/dump_app_syms',
851-
'<(PRODUCT_DIR)/dump_syms',
852-
'<(PRODUCT_DIR)/libffmpegsumo.so',
853-
],
854-
'outputs': [
855-
'<(PRODUCT_DIR)/libffmpegsumo.breakpad.<(target_arch)',
856-
],
857-
'action': ['<(DEPTH)/content/nw/tools/dump_app_syms',
858-
'<(PRODUCT_DIR)/dump_syms',
859-
'<(linux_strip_binary)',
860-
'<(PRODUCT_DIR)/libffmpegsumo.so',
861-
'<@(_outputs)'],
862-
'message': 'Dumping breakpad symbols to <(_outputs)',
863-
'process_outputs_as_sources': 1,
864-
},
865847
],
866848
'dependencies': [
867849
'<(DEPTH)/chrome/chrome.gyp:nw',

0 commit comments

Comments
 (0)