| Index: ui/app_list/app_list.gyp
|
| diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
|
| index 007d64ca6176e9d9903ae9ae2cdd94fbbd190eb4..7e90e6be2109d33b0c4effab3e0f8fac413c1031 100644
|
| --- a/ui/app_list/app_list.gyp
|
| +++ b/ui/app_list/app_list.gyp
|
| @@ -158,14 +158,20 @@
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:test_support_base',
|
| + # TODO: Remove this dependency. See comment for views_unittests.
|
| + '../../chrome/chrome_resources.gyp:packed_resources',
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| '../compositor/compositor.gyp:compositor',
|
| '../ui.gyp:run_ui_unittests',
|
| + '../ui.gyp:ui',
|
| + '../ui.gyp:ui_resources',
|
| + '../ui.gyp:ui_test_support',
|
| 'app_list',
|
| ],
|
| 'sources': [
|
| 'pagination_model_unittest.cc',
|
| + 'test/app_list_model_unittest.cc',
|
| 'test/app_list_test_model.cc',
|
| 'test/app_list_test_model.h',
|
| 'test/app_list_test_view_delegate.cc',
|
| @@ -210,6 +216,11 @@
|
| ['exclude', 'cocoa/'],
|
| ],
|
| }],
|
| + ['use_glib == 1 or OS == "ios"', {
|
| + 'dependencies': [
|
| + '../base/strings/ui_strings.gyp:ui_unittest_strings',
|
| + ],
|
| + }],
|
| # See http://crbug.com/162998#c4 for why this is needed.
|
| ['OS=="linux" and linux_use_tcmalloc==1', {
|
| 'dependencies': [
|
|
|