Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index 1ec98df6aaffd49ca8723cb1aef6aa31d90a2f83..4254b96f82dee866635580a4ca37096c02310ad6 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/metadata_accessor_unittest.cc', |
|
Kibeom Kim (inactive)
2014/06/18 17:44:57
below image_store_unittest.cc?
noyau (Ping after 24h)
2014/06/19 09:07:00
Ha, I renamed the class and forgot to reorder ever
|
| 'enhanced_bookmarks/image_store_unittest.cc', |
| 'feedback/feedback_common_unittest.cc', |
| 'feedback/feedback_data_unittest.cc', |
| @@ -260,6 +261,7 @@ |
| 'components.gyp:domain_reliability', |
| # Dependencies of enhanced_bookmarks |
| + 'components.gyp:enhanced_bookmarks_proto', |
|
Kibeom Kim (inactive)
2014/06/18 17:44:57
isn't this already included as 'components.gyp:enh
noyau (Ping after 24h)
2014/06/19 09:07:00
Done.
|
| 'components.gyp:enhanced_bookmarks', |
| 'components.gyp:enhanced_bookmarks_test_support', |
| @@ -402,6 +404,7 @@ |
| ['include', '^bookmarks/'], |
| ['include', '^data_reduction_proxy/'], |
| ['include', '^dom_distiller/'], |
| + ['include', '^enhanced_bookmarks/metadata_accessor_unittest\\.cc'], |
| ['include', '^gcm_driver/'], |
| ['include', '^history/'], |
| ['include', '^invalidation/'], |