diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_dll.gypi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index e5825ee..6b605a7 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -288,11 +288,13 @@ # 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', { + ], + 'conditions': [ + ['internal_pdf', { + 'dependencies': [ '../pdf/pdf.gyp:pdf', - }], - ], + ], + }], ], 'rules': [ { |