Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index b741835a1515979d57869dfda7b1c730e14d7287..6fccbbc79b99de8ada6df2f61ecd2411eff4911b 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -65,6 +65,10 @@ |
'autofill/core/common/save_password_progress_logger_unittest.cc', |
'bookmarks/core/browser/bookmark_codec_unittest.cc', |
'bookmarks/core/test/bookmark_index_unittest.cc', |
+ 'bookmarks_enhanced/enhanced_bookmark_utils_unittest.cc', |
tfarina
2014/05/08 18:07:59
Forgot to git add this file? I only see image_stor
Kibeom Kim (inactive)
2014/05/08 18:33:28
Done. (it's another CL's file depends on this but
|
+ 'bookmarks_enhanced/image_store_unittest.cc', |
+ 'bookmarks_enhanced/test_image_store.cc', |
tfarina
2014/05/08 18:07:59
Please, create a bookmarks_enhanced_test_support t
Kibeom Kim (inactive)
2014/05/08 18:33:28
Done.
|
+ 'bookmarks_enhanced/test_image_store.h', |
'captive_portal/captive_portal_detector_unittest.cc', |
'cloud_devices/common/cloud_devices_urls_unittest.cc', |
'cloud_devices/common/printer_description_unittest.cc', |
@@ -203,7 +207,7 @@ |
# Dependencies of bookmarks |
'components.gyp:bookmarks_core_browser', |
'components.gyp:bookmarks_core_test_support', |
- |
+ |
# Dependencies of captive_portal |
'components.gyp:captive_portal_test_support', |
'../net/net.gyp:net_test_support', |
@@ -282,6 +286,9 @@ |
'components.gyp:autofill_content_renderer', |
'components.gyp:autofill_content_test_support', |
+ # Dependencies of enhanced bookmarks |
+ 'components.gyp:bookmarks_enhanced', |
+ |
# Dependencies of dom_distiller |
'components.gyp:dom_distiller_content', |
@@ -343,6 +350,12 @@ |
['include', '^translate/'], |
['include', '^variations/'], |
], |
+ 'sources!': [ |
+ 'bookmarks_enhanced/enhanced_bookmark_utils_unittest.cc', |
+ 'bookmarks_enhanced/image_store_unittest.cc', |
+ 'bookmarks_enhanced/test_image_store.cc', |
+ 'bookmarks_enhanced/test_image_store.h', |
+ ], |
'dependencies': [ |
# Dependencies of signin |
'components.gyp:signin_ios_browser', |