| Index: ui/resources/ui_resources.gyp
|
| diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp
|
| index a747390765877edbc36175c0fe6ebebfdaf13512..60a93dbd49db768ec9c1440670f836f7e16c819f 100644
|
| --- a/ui/resources/ui_resources.gyp
|
| +++ b/ui/resources/ui_resources.gyp
|
| @@ -71,6 +71,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' ],
|
|
|