summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 14:10:22 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 14:10:22 +0000
commitfca5f2238cfea107d301f39b1be972c598ab697f (patch)
tree18b72598b6e1589fd13ffffa80e6685a67980bee /chrome/chrome_exe.gypi
parented2d79fc5de1d05d621ac2f01a7f8d8ed925f824 (diff)
downloadchromium_src-fca5f2238cfea107d301f39b1be972c598ab697f.zip
chromium_src-fca5f2238cfea107d301f39b1be972c598ab697f.tar.gz
chromium_src-fca5f2238cfea107d301f39b1be972c598ab697f.tar.bz2
[Mac] Set CFBundleDocumentTypes for PDF in the Info.plist directly.
This was previously added at build-time using tweak_info_plist.py, but now that Chromium includes Pdfium, Chromium.app and Chrome.app both always support PDF. TEST=Chromium and Chrome are both registered to open PDF documents. R=thakis@chromium.org Review URL: https://codereview.chromium.org/319493006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 30dccfd..7fd6c86 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -360,15 +360,12 @@
# application reads Keystone keys from this plist and not the
# framework's, and the ticket will reference this Info.plist to
# determine the tag of the installed product. Use --scm=1 to
- # include SCM information. The --pdf flag controls whether
- # to insert PDF as a supported type identifier that can be
- # opened.
+ # include SCM information.
'postbuild_name': 'Tweak Info.plist',
'action': ['<(tweak_info_plist_path)',
'--breakpad=0',
'--keystone=<(mac_keystone)',
'--scm=1',
- '--pdf=1',
'--bundle_id=<(mac_bundle_id)'],
},
{