diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 02:16:24 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 02:16:24 +0000 |
commit | a8d61ff645554d1949d123648c5666e84e44da96 (patch) | |
tree | 2f777d0394b6be95278abb916fb43412b0da18bf /chrome/chrome_exe.gypi | |
parent | 93c4eb0d496abdfb110165d387358ab0346c522a (diff) | |
download | chromium_src-a8d61ff645554d1949d123648c5666e84e44da96.zip chromium_src-a8d61ff645554d1949d123648c5666e84e44da96.tar.gz chromium_src-a8d61ff645554d1949d123648c5666e84e44da96.tar.bz2 |
Update installer for internal plugin.
Review URL: http://codereview.chromium.org/2799006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49757 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index a8a714f..df88ce6 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -401,6 +401,12 @@ # etc.; should we try to extract from there instead? 'product_name': 'chrome' }], + # On Mac, this is done in chrome_dll.gypi. + ['internal_pdf', { + 'dependencies': [ + '../pdf/pdf.gyp:pdf', + ], + }], ], 'dependencies': [ 'packed_extra_resources', @@ -433,11 +439,6 @@ }, }, }], - ['internal_pdf', { - 'dependencies': [ - '../pdf/pdf.gyp:pdf', - ], - }], ], }, { |