diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 02:26:43 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 02:26:43 +0000 |
commit | 5bf327d72cbc03aa4336bd04173fe91b5d3405c8 (patch) | |
tree | 82bf34684162513dc1c4f1d133a0ca6172329c91 | |
parent | a8d61ff645554d1949d123648c5666e84e44da96 (diff) | |
download | chromium_src-5bf327d72cbc03aa4336bd04173fe91b5d3405c8.zip chromium_src-5bf327d72cbc03aa4336bd04173fe91b5d3405c8.tar.gz chromium_src-5bf327d72cbc03aa4336bd04173fe91b5d3405c8.tar.bz2 |
Fix error from previous checkin.
Review URL: http://codereview.chromium.org/2809006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49758 0039d316-1c4b-4281-b951-d872f2087c98
-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': [ { |