| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index aa7b463383001a82025c0c9ea6d52c5480fbe711..d7cae32b01587c396a6a2fade23a547a594457a2 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2669,6 +2669,11 @@
|
| '../third_party/cld/cld.gyp:cld',
|
| ],
|
| }],
|
| + ['enable_app_list==1', {
|
| + 'sources': [
|
| + 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
|
| + ],
|
| + }],
|
| ],
|
| 'target_conditions': [
|
| ['OS == "ios"', {
|
| @@ -2794,5 +2799,25 @@
|
| },
|
| ],
|
| }],
|
| + ['enable_app_list==1', {
|
| + 'targets': [
|
| + {
|
| + # Unit tests for chrome app list, not run on any bots, this is for faster
|
| + # compile/link/test cycles during development.
|
| + 'target_name': 'chrome_app_list_unittests',
|
| + 'type': '<(gtest_target_type)',
|
| + 'dependencies': [
|
| + '../base/base.gyp:run_all_unittests',
|
| + '../skia/skia.gyp:skia',
|
| + '../testing/gtest.gyp:gtest',
|
| + 'apps',
|
| + 'browser_ui',
|
| + ],
|
| + 'sources': [
|
| + 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ], # 'conditions'
|
| }
|
|
|