summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 20b0c98..1db7aa1 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -417,6 +417,15 @@
'shell/shell_content_main.cc',
'shell/shell_content_main.h',
],
+ 'copies': [
+ {
+ # Copy FFmpeg binaries for audio/video support.
+ 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
+ 'files': [
+ '<(PRODUCT_DIR)/ffmpegsumo.so',
+ ],
+ },
+ ],
}, # target content_shell_framework
{
'target_name': 'content_shell_helper_app',