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

Unified Diff: chrome/chrome_resources.gyp

Issue 1197813002: Generate resource pak files for top chrome material design assets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-upload Created 5 years, 6 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
« no previous file with comments | « chrome/chrome_repack_chrome_material_200_percent.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 283fe84373bb3275cc6c7a4ee1a742fff4780565..910e6a3bb53596b9209139e3dcd57b18f47b6fc4 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -437,6 +437,12 @@
{
'includes': ['chrome_repack_chrome_200_percent.gypi']
},
+ {
+ 'includes': ['chrome_repack_chrome_material_100_percent.gypi']
+ },
+ {
+ 'includes': ['chrome_repack_chrome_material_200_percent.gypi']
+ },
],
'conditions': [
['OS != "ios"', {
@@ -538,6 +544,26 @@
},
],
}],
+ ['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
« no previous file with comments | « chrome/chrome_repack_chrome_material_200_percent.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698