| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 1ec98df6aaffd49ca8723cb1aef6aa31d90a2f83..56a868af338410bafd9793c8f2a7be1cd07414f7 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -100,6 +100,7 @@
|
| 'domain_reliability/test_util.h',
|
| 'domain_reliability/uploader_unittest.cc',
|
| 'domain_reliability/util_unittest.cc',
|
| + 'enhanced_bookmarks/image_store_ios_unittest.mm',
|
| 'enhanced_bookmarks/image_store_unittest.cc',
|
| 'feedback/feedback_common_unittest.cc',
|
| 'feedback/feedback_data_unittest.cc',
|
| @@ -402,6 +403,7 @@
|
| ['include', '^bookmarks/'],
|
| ['include', '^data_reduction_proxy/'],
|
| ['include', '^dom_distiller/'],
|
| + ['include', '^enhanced_bookmarks/'],
|
| ['include', '^gcm_driver/'],
|
| ['include', '^history/'],
|
| ['include', '^invalidation/'],
|
|
|