Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: chrome/chrome_dll_bundle.gypi

Issue 1938893003: [Mac] Remove pdfsqueeze. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac-pdfs-2
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_dll_bundle.gypi
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
index e1a3b1608e17970bc6a7ee00762367b6ab6f8758..985f40dfa19fc52ab4bb950b45cb628b33dfb439 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -70,7 +70,6 @@
'dependencies': [
'app_mode_app',
# Bring in pdfsqueeze and run it on all pdfs
- '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
'../crypto/crypto.gyp:crypto',
# On Mac, Flash gets put into the framework, so we need this
# dependency here. flash_player.gyp will copy the Flash bundle
@@ -81,22 +80,6 @@
'chrome_resources.gyp:packed_extra_resources',
'chrome_resources.gyp:packed_resources',
],
- 'rules': [
- # TODO(rsesek): Delete this.
- {
- 'rule_name': 'pdfsqueeze',
- 'extension': 'pdf',
- 'inputs': [
- '<(PRODUCT_DIR)/pdfsqueeze',
- ],
- 'outputs': [
- '<(INTERMEDIATE_DIR)/pdfsqueeze/<(RULE_INPUT_ROOT).pdf',
- ],
- 'action': ['<(PRODUCT_DIR)/pdfsqueeze',
- '<(RULE_INPUT_PATH)', '<@(_outputs)'],
- 'message': 'Running pdfsqueeze on <(RULE_INPUT_PATH)',
- },
- ],
'variables': {
'theme_dir_name': '<(branding_path_component)',
},

Powered by Google App Engine
This is Rietveld 408576698