Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index f3fc15ab061d430fa5bfa6ae3f788ee5f0f9e79c..ff94d953db3dbe146dc7cad4f2194051393ba476 100644 |
--- a/chrome/chrome_resources.gyp |
+++ b/chrome/chrome_resources.gyp |
@@ -542,12 +542,6 @@ |
{ |
'includes': ['chrome_repack_chrome_200_percent.gypi'] |
}, |
- { |
- 'includes': ['chrome_repack_chrome_material_100_percent.gypi'] |
- }, |
- { |
- 'includes': ['chrome_repack_chrome_material_200_percent.gypi'] |
- }, |
], |
'conditions': [ # GN version: chrome_repack_locales.gni template("_repack_one_locale") |
['OS != "ios"', { |
@@ -601,6 +595,16 @@ |
'<(DEPTH)/ui/app_list/resources/app_list_resources.gyp:app_list_resources', |
], |
}], |
+ ['OS == "mac"', { |
+ 'actions': [ |
+ { |
+ 'includes': ['chrome_repack_chrome_material_100_percent.gypi'] |
+ }, |
+ { |
+ 'includes': ['chrome_repack_chrome_material_200_percent.gypi'] |
+ }, |
+ ], |
+ }], |
['OS != "mac" and OS != "ios"', { |
# Copy pak files to the product directory. These files will be picked |
# up by the following installer scripts: |
@@ -655,26 +659,6 @@ |
}, |
], |
}], |
- ['enable_topchrome_md == 1', { |
- 'copies': [ |
- { |
- 'destination': '<(PRODUCT_DIR)', |
- 'files': [ |
- '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_100_percent.pak', |
- ], |
- }, |
- ], |
- }], |
- ['enable_hidpi == 1 and enable_topchrome_md == 1', { |
- 'copies': [ |
- { |
- 'destination': '<(PRODUCT_DIR)', |
- 'files': [ |
- '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_material_200_percent.pak', |
- ], |
- }, |
- ], |
- }], |
], # conditions |
}], # end OS != "mac" and OS != "ios" |
], # conditions |