| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 75cf4c3914f59b3fc527688747944fb82a489676..475008a34a016c5d7b7a16e881beb1fee127c03b 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -767,6 +767,13 @@
|
| ],
|
| 'copies': [
|
| {
|
| + # Copy FFmpeg binaries for audio/video support.
|
| + 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/ffmpegsumo.so',
|
| + ],
|
| + },
|
| + {
|
| 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resources',
|
| 'files': [
|
| '<(PRODUCT_DIR)/crash_inspector',
|
|
|