| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index 1ea28b140ca7a6e602822b6cce548f9f9f25132c..2565da9fc19de47ab5b9d94d678fef7953caf767 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -26,6 +26,7 @@
|
| '../resources/ui_resources.gyp:ui_resources',
|
| '../strings/ui_strings.gyp:ui_strings',
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| + 'resources/app_list_resources.gyp:app_list_resources',
|
| ],
|
| 'defines': [
|
| 'APP_LIST_IMPLEMENTATION',
|
| @@ -229,7 +230,6 @@
|
| '../../base/base.gyp:base',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| - '../resources/ui_resources.gyp:ui_resources',
|
| 'app_list',
|
| ],
|
| 'sources': [
|
| @@ -257,6 +257,7 @@
|
| '../resources/ui_resources.gyp:ui_test_pak',
|
| 'app_list',
|
| 'app_list_test_support',
|
| + 'resources/app_list_resources.gyp:app_list_resources',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
|
|