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

Unified Diff: components/components_tests.gyp

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix deps up for other OSes Created 6 years, 8 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/components.gyp ('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 fc31dea830a1fada8445cc760b5c048fdd6d097a..03a063b27432e3c22a45f8832b1a161b09c197c1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -88,6 +88,7 @@
'domain_reliability/test_util.h',
'domain_reliability/uploader_unittest.cc',
'domain_reliability/util_unittest.cc',
+ 'feedback/feedback_uploader_unittest.cc',
'json_schema/json_schema_validator_unittest.cc',
'json_schema/json_schema_validator_unittest_base.cc',
'json_schema/json_schema_validator_unittest_base.h',
@@ -214,6 +215,9 @@
# Dependencies of domain_reliability
'components.gyp:domain_reliability',
+ # Dependencies of feedback
+ 'components.gyp:feedback_component',
+
# Dependencies of json_schema
'components.gyp:json_schema',
@@ -605,7 +609,6 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../testing/gmock.gyp:gmock',
],
'include_dirs': [
'..',
« no previous file with comments | « components/components.gyp ('k') | components/feedback.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698