Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 17180) |
+++ chrome/chrome.gyp (working copy) |
@@ -2115,7 +2115,15 @@ |
'app/nibs/en.lproj/TabContents.xib', |
'app/nibs/en.lproj/TabView.xib', |
'app/nibs/en.lproj/Toolbar.xib', |
+ 'app/theme/back.pdf', |
+ 'app/theme/close_bar.pdf', |
+ 'app/theme/close_bar_h.pdf', |
+ 'app/theme/close_bar_p.pdf', |
+ 'app/theme/forward.pdf', |
+ 'app/theme/go.pdf', |
'app/theme/grow_box.png', |
+ 'app/theme/nav.pdf', |
+ 'app/theme/newtab.pdf', |
'app/theme/o2_globe.png', |
'app/theme/o2_history.png', |
'app/theme/o2_more.png', |
@@ -2123,6 +2131,9 @@ |
'app/theme/o2_star.png', |
'app/theme/reload.pdf', |
'app/theme/sadtab.png', |
+ 'app/theme/star.pdf', |
+ 'app/theme/starred.pdf', |
+ 'app/theme/stop.pdf', |
'../app/resources/throbber.png', |
'app/theme/throbber_waiting.png', |
'app/app-Info.plist', |
@@ -2232,19 +2243,6 @@ |
'CHROMIUM_SHORT_NAME': '<(branding)', |
}, |
# Bring in pdfsqueeze and run it on all pdfs |
- 'sources': [ |
- 'app/theme/back.pdf', |
- 'app/theme/close_bar.pdf', |
- 'app/theme/close_bar_h.pdf', |
- 'app/theme/close_bar_p.pdf', |
- 'app/theme/forward.pdf', |
- 'app/theme/go.pdf', |
- 'app/theme/nav.pdf', |
- 'app/theme/newtab.pdf', |
- 'app/theme/star.pdf', |
- 'app/theme/starred.pdf', |
- 'app/theme/stop.pdf', |
- ], |
'dependencies': [ |
'../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', |
], |
@@ -2260,7 +2258,6 @@ |
], |
'action': ['<(PRODUCT_DIR)/pdfsqueeze', '<(RULE_INPUT_PATH)', '<@(_outputs)'], |
'message': 'Running pdfsqueeze on <(RULE_INPUT_PATH)', |
- 'process_outputs_as_mac_bundle_resources': 1, |
}, |
], |
}, { # else: OS != "mac" |