Index: chrome/chrome_resources.gyp |
=================================================================== |
--- chrome/chrome_resources.gyp (revision 132528) |
+++ chrome/chrome_resources.gyp (working copy) |
@@ -219,39 +219,6 @@ |
}, |
], |
'includes': [ '../build/grit_target.gypi' ], |
- 'conditions': [ |
- ['OS != "mac"', { |
- # Copy pak files to the product directory. These files will be picked |
- # up by the following installer scripts: |
- # - Windows: chrome/installer/mini_installer/chrome.release |
- # - Linux: chrome/installer/linux/internal/common/installer.include |
- # Ensure that the above scripts are updated when adding or removing |
- # pak files. |
- # Coping files to the product directory is not needed on the Mac |
- # since the framework build phase will copy them into the framework |
- # bundle directly. |
- 'copies': [ |
- { |
- 'destination': '<(PRODUCT_DIR)', |
- 'files': [ |
- '<(grit_out_dir)/theme_resources_standard.pak', |
- '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.pak', |
- ], |
- }, |
- ], |
- }], |
- ['OS != "mac" and enable_hidpi == 1', { |
- 'copies': [ |
- { |
- 'destination': '<(PRODUCT_DIR)', |
- 'files': [ |
- '<(grit_out_dir)/theme_resources_2x.pak', |
- '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_2x/ui_resources_2x.pak', |
- ], |
- }, |
- ], |
- }], |
- ], |
}, |
{ |
'target_name': 'packed_extra_resources', |