File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 844
844
'message' : 'Dumping breakpad symbols to <(_outputs)' ,
845
845
'process_outputs_as_sources' : 1 ,
846
846
},
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
- },
865
847
],
866
848
'dependencies' : [
867
849
'<(DEPTH)/chrome/chrome.gyp:nw' ,
You can’t perform that action at this time.
0 commit comments