From 5bf327d72cbc03aa4336bd04173fe91b5d3405c8 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 15 Jun 2010 02:26:43 +0000 Subject: 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 --- chrome/chrome_dll.gypi | 10 ++++++---- 1 file 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': [ { -- cgit v1.1