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

Side by Side 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, merge gyp targets, sync with latest 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'dom_distiller/core/url_utils_unittest.cc', 80 'dom_distiller/core/url_utils_unittest.cc',
81 'dom_distiller/core/viewer_unittest.cc', 81 'dom_distiller/core/viewer_unittest.cc',
82 'domain_reliability/context_unittest.cc', 82 'domain_reliability/context_unittest.cc',
83 'domain_reliability/dispatcher_unittest.cc', 83 'domain_reliability/dispatcher_unittest.cc',
84 'domain_reliability/monitor_unittest.cc', 84 'domain_reliability/monitor_unittest.cc',
85 'domain_reliability/scheduler_unittest.cc', 85 'domain_reliability/scheduler_unittest.cc',
86 'domain_reliability/test_util.cc', 86 'domain_reliability/test_util.cc',
87 'domain_reliability/test_util.h', 87 'domain_reliability/test_util.h',
88 'domain_reliability/uploader_unittest.cc', 88 'domain_reliability/uploader_unittest.cc',
89 'domain_reliability/util_unittest.cc', 89 'domain_reliability/util_unittest.cc',
90 'feedback/feedback_uploader_unittest.cc',
90 'json_schema/json_schema_validator_unittest.cc', 91 'json_schema/json_schema_validator_unittest.cc',
91 'json_schema/json_schema_validator_unittest_base.cc', 92 'json_schema/json_schema_validator_unittest_base.cc',
92 'json_schema/json_schema_validator_unittest_base.h', 93 'json_schema/json_schema_validator_unittest_base.h',
93 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 94 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
94 'keyed_service/core/dependency_graph_unittest.cc', 95 'keyed_service/core/dependency_graph_unittest.cc',
95 'language_usage_metrics/language_usage_metrics_unittest.cc', 96 'language_usage_metrics/language_usage_metrics_unittest.cc',
96 'metrics/metrics_hashes_unittest.cc', 97 'metrics/metrics_hashes_unittest.cc',
97 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 98 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
98 'os_crypt/ie7_password_win_unittest.cc', 99 'os_crypt/ie7_password_win_unittest.cc',
99 'os_crypt/keychain_password_mac_unittest.mm', 100 'os_crypt/keychain_password_mac_unittest.mm',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'components.gyp:data_reduction_proxy_test_support', 199 'components.gyp:data_reduction_proxy_test_support',
199 200
200 # Dependencies of dom_distiller 201 # Dependencies of dom_distiller
201 'components.gyp:distilled_page_proto', 202 'components.gyp:distilled_page_proto',
202 'components.gyp:dom_distiller_core', 203 'components.gyp:dom_distiller_core',
203 'components.gyp:dom_distiller_test_support', 204 'components.gyp:dom_distiller_test_support',
204 205
205 # Dependencies of domain_reliability 206 # Dependencies of domain_reliability
206 'components.gyp:domain_reliability', 207 'components.gyp:domain_reliability',
207 208
209 # Dependencies of feedback
210 'components.gyp:feedback_component',
211
208 # Dependencies of json_schema 212 # Dependencies of json_schema
209 'components.gyp:json_schema', 213 'components.gyp:json_schema',
210 214
211 # Dependencies of keyed_service 215 # Dependencies of keyed_service
212 'components.gyp:keyed_service_core', 216 'components.gyp:keyed_service_core',
213 217
214 # Dependencies of language_usage_metrics 218 # Dependencies of language_usage_metrics
215 'components.gyp:language_usage_metrics', 219 'components.gyp:language_usage_metrics',
216 220
217 # Dependencies of os_crypt 221 # Dependencies of os_crypt
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 '../content/content.gyp:content_plugin', 581 '../content/content.gyp:content_plugin',
578 '../content/content.gyp:content_renderer', 582 '../content/content.gyp:content_renderer',
579 '../content/content_resources.gyp:content_resources', 583 '../content/content_resources.gyp:content_resources',
580 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 584 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
581 '../content/content_shell_and_tests.gyp:content_shell_lib', 585 '../content/content_shell_and_tests.gyp:content_shell_lib',
582 '../content/content_shell_and_tests.gyp:content_shell_pak', 586 '../content/content_shell_and_tests.gyp:content_shell_pak',
583 '../content/content_shell_and_tests.gyp:test_support_content', 587 '../content/content_shell_and_tests.gyp:test_support_content',
584 '../skia/skia.gyp:skia', 588 '../skia/skia.gyp:skia',
585 '../testing/gmock.gyp:gmock', 589 '../testing/gmock.gyp:gmock',
586 '../testing/gtest.gyp:gtest', 590 '../testing/gtest.gyp:gtest',
587 '../testing/gmock.gyp:gmock',
588 ], 591 ],
589 'include_dirs': [ 592 'include_dirs': [
590 '..', 593 '..',
591 ], 594 ],
592 'defines': [ 595 'defines': [
593 'HAS_OUT_OF_PROC_TEST_RUNNER', 596 'HAS_OUT_OF_PROC_TEST_RUNNER',
594 ], 597 ],
595 'sources': [ 598 'sources': [
596 'autofill/content/browser/risk/fingerprint_browsertest.cc', 599 'autofill/content/browser/risk/fingerprint_browsertest.cc',
597 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', 600 'dom_distiller/content/distiller_page_web_contents_browsertest.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'dependencies': [ 664 'dependencies': [
662 '../base/allocator/allocator.gyp:allocator', 665 '../base/allocator/allocator.gyp:allocator',
663 ], 666 ],
664 }], 667 }],
665 ], 668 ],
666 }, 669 },
667 ], 670 ],
668 }], 671 }],
669 ], 672 ],
670 } 673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698