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