Chromium Code Reviews| Index: chrome/chrome_dll.gypi |
| =================================================================== |
| --- chrome/chrome_dll.gypi (revision 49750) |
| +++ chrome/chrome_dll.gypi (working copy) |
| @@ -288,6 +288,11 @@ |
| # dependency here. flash_player.gyp will copy the Flash bundle |
| # into PRODUCT_DIR. |
| '../third_party/adobe/flash/flash_player.gyp:flash_player', |
| + 'conditions': [ |
| + ['internal_pdf', { |
|
viettrungluu
2010/06/15 01:45:43
When/where/how is internal_pdf set?
jam
2010/06/15 01:52:07
It's mapped in using supplemental gypi stuff, when
|
| + '../pdf/pdf.gyp:pdf', |
| + }], |
| + ], |
| ], |
| 'rules': [ |
| { |
| @@ -475,6 +480,11 @@ |
| '<(PRODUCT_DIR)/plugin.vch', |
| ], |
| }], |
| + ['internal_pdf', { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/PDF.plugin', |
| + ], |
| + }], |
| ], |
| }, |
| ], |