| Index: chrome/chrome_dll_bundle.gypi
|
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
|
| index dd01c0104ecf924eda13babbb95a56a3908a9366..c522f2f29e43868028f5a29b7956c50e76624ade 100644
|
| --- a/chrome/chrome_dll_bundle.gypi
|
| +++ b/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.
|
| @@ -146,6 +147,9 @@
|
| },
|
| {
|
| 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Internet Plug-Ins',
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/PDF.plugin',
|
| + ],
|
| 'conditions': [
|
| ['disable_nacl!=1', {
|
| 'conditions': [
|
|
|