summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/chrome_dll.gypi12
1 files changed, 5 insertions, 7 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 6b605a7..71863b1e 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -289,13 +289,6 @@
# into PRODUCT_DIR.
'../third_party/adobe/flash/flash_player.gyp:flash_player',
],
- 'conditions': [
- ['internal_pdf', {
- 'dependencies': [
- '../pdf/pdf.gyp:pdf',
- ],
- }],
- ],
'rules': [
{
'rule_name': 'pdfsqueeze',
@@ -535,6 +528,11 @@
},
],
}], # mac_keystone
+ ['internal_pdf', {
+ 'dependencies': [
+ '../pdf/pdf.gyp:pdf',
+ ],
+ }],
], # conditions
}], # OS=="mac"
], # conditions