Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Unified Diff: components/components_tests.gyp

Issue 2074093002: Add a unittest for image_data_fetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use only a single callback object in the FetchImageData_MultipleRequests Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/image_fetcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 6aaf66f6ab0f9bb823ee4f2a5d43f6a11a4e90d1..568df26f9baec1661901566e8821c269004a1665 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -316,6 +316,9 @@
'history/core/browser/web_history_service_unittest.cc',
'history/core/common/thumbnail_score_unittest.cc',
],
+ 'image_fetcher_unittest_sources': [
+ 'image_fetcher/image_data_fetcher_unittest.cc',
+ ],
'instance_id_unittest_sources': [
'gcm_driver/instance_id/instance_id_driver_unittest.cc',
],
@@ -1027,6 +1030,7 @@
'<@(gcm_driver_unittest_sources)',
'<@(google_unittest_sources)',
'<@(history_unittest_sources)',
+ '<@(image_fetcher_unittest_sources)',
'<@(instance_id_unittest_sources)',
'<@(json_schema_unittest_sources)',
'<@(keyed_service_unittest_sources)',
« no previous file with comments | « components/BUILD.gn ('k') | components/image_fetcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698