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

Unified Diff: components/components_tests.gyp

Issue 296173003: Refactor FeedbackData and add tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add feedback.gypi to OWNERS file Created 6 years, 7 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/OWNERS ('k') | components/feedback.gypi » ('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 56dd758db26c4a7a06a91739e11b5f1b6b77949a..17f4123ed30ece894356fbe11aefa8acbd78d9e8 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -97,6 +97,8 @@
'domain_reliability/uploader_unittest.cc',
'domain_reliability/util_unittest.cc',
'enhanced_bookmarks/image_store_unittest.cc',
+ 'feedback/feedback_common_unittest.cc',
+ 'feedback/feedback_data_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
'gcm_driver/gcm_driver_desktop_unittest.cc',
'invalidation/invalidation_logger_unittest.cc',
@@ -439,6 +441,8 @@
['OS == "android"', {
'sources!': [
'gcm_driver/gcm_driver_desktop_unittest.cc',
+ 'feedback/feedback_common_unittest.cc',
+ 'feedback/feedback_data_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
'storage_monitor/media_storage_util_unittest.cc',
« no previous file with comments | « components/OWNERS ('k') | components/feedback.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698