summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/chrome_dll_bundle.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/chrome_dll_bundle.gypi')
-rw-r--r--chromium/chrome/chrome_dll_bundle.gypi23
1 files changed, 10 insertions, 13 deletions
diff --git a/chromium/chrome/chrome_dll_bundle.gypi b/chromium/chrome/chrome_dll_bundle.gypi
index dc721ffe865..81ed0b9e951 100644
--- a/chromium/chrome/chrome_dll_bundle.gypi
+++ b/chromium/chrome/chrome_dll_bundle.gypi
@@ -76,6 +76,7 @@
# Bring in pdfsqueeze and run it on all pdfs
'../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
'../crypto/crypto.gyp:crypto',
+ '../pdf/pdf.gyp:pdf',
# On Mac, Flash gets put into the framework, so we need this
# dependency here. flash_player.gyp will copy the Flash bundle
# into PRODUCT_DIR.
@@ -108,7 +109,6 @@
}],
],
'libpeer_target_type%': 'static_library',
- 'repack_path': '../tools/grit/grit/format/repack.py',
},
'postbuilds': [
{
@@ -139,21 +139,18 @@
],
'copies': [
{
- # Copy FFmpeg binaries for audio/video support.
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
'files': [
+ '<(PRODUCT_DIR)/exif.so',
'<(PRODUCT_DIR)/ffmpegsumo.so',
],
},
{
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins',
- 'files': [],
+ 'files': [
+ '<(PRODUCT_DIR)/PDF.plugin',
+ ],
'conditions': [
- ['internal_pdf', {
- 'files': [
- '<(PRODUCT_DIR)/PDF.plugin',
- ],
- }],
['disable_nacl!=1', {
'files': [
'<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.plugin',
@@ -279,11 +276,6 @@
},
],
}], # mac_keystone
- ['internal_pdf', {
- 'dependencies': [
- '../pdf/pdf.gyp:pdf',
- ],
- }],
['debug_devtools==1', {
'postbuilds': [{
'postbuild_name': 'Copy inspector files',
@@ -308,5 +300,10 @@
],
}],
}],
+ ['icu_use_data_file_flag==1', {
+ 'mac_bundle_resources': [
+ '<(PRODUCT_DIR)/icudtl.dat',
+ ],
+ }],
], # conditions
}