Index: ui/resources/ui_resources.gyp |
diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp |
index 062be2e9b01c2fbf7ed4083284c8ffc3d2199320..a9cd007eddb12df4f05ca5dc22c26eddadc06c65 100644 |
--- a/ui/resources/ui_resources.gyp |
+++ b/ui/resources/ui_resources.gyp |
@@ -70,6 +70,11 @@ |
'<(SHARED_INTERMEDIATE_DIR)/ui/views/resources/views_resources_100_percent.pak', |
], |
}], |
+ ['enable_app_list==1', { |
+ 'pak_inputs': [ |
+ '<(SHARED_INTERMEDIATE_DIR)/ui/app_list/resources/app_list_resources_100_percent.pak', |
+ ], |
+ }], |
], |
}, |
'includes': [ '../../build/repack_action.gypi' ], |