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

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: remove chrome/ from gyp files 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'dom_distiller/core/task_tracker_unittest.cc', 74 'dom_distiller/core/task_tracker_unittest.cc',
75 'dom_distiller/core/url_utils_unittest.cc', 75 'dom_distiller/core/url_utils_unittest.cc',
76 'domain_reliability/context_unittest.cc', 76 'domain_reliability/context_unittest.cc',
77 'domain_reliability/dispatcher_unittest.cc', 77 'domain_reliability/dispatcher_unittest.cc',
78 'domain_reliability/monitor_unittest.cc', 78 'domain_reliability/monitor_unittest.cc',
79 'domain_reliability/scheduler_unittest.cc', 79 'domain_reliability/scheduler_unittest.cc',
80 'domain_reliability/test_util.cc', 80 'domain_reliability/test_util.cc',
81 'domain_reliability/test_util.h', 81 'domain_reliability/test_util.h',
82 'domain_reliability/uploader_unittest.cc', 82 'domain_reliability/uploader_unittest.cc',
83 'domain_reliability/util_unittest.cc', 83 'domain_reliability/util_unittest.cc',
84 'feedback/feedback_uploader_unittest.cc',
84 'json_schema/json_schema_validator_unittest.cc', 85 'json_schema/json_schema_validator_unittest.cc',
85 'json_schema/json_schema_validator_unittest_base.cc', 86 'json_schema/json_schema_validator_unittest_base.cc',
86 'json_schema/json_schema_validator_unittest_base.h', 87 'json_schema/json_schema_validator_unittest_base.h',
87 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 88 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
88 'keyed_service/core/dependency_graph_unittest.cc', 89 'keyed_service/core/dependency_graph_unittest.cc',
89 'language_usage_metrics/language_usage_metrics_unittest.cc', 90 'language_usage_metrics/language_usage_metrics_unittest.cc',
90 'metrics/metrics_hashes_unittest.cc', 91 'metrics/metrics_hashes_unittest.cc',
91 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 92 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
92 'os_crypt/ie7_password_win_unittest.cc', 93 'os_crypt/ie7_password_win_unittest.cc',
93 'os_crypt/keychain_password_mac_unittest.mm', 94 'os_crypt/keychain_password_mac_unittest.mm',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'components.gyp:cloud_devices', 182 'components.gyp:cloud_devices',
182 183
183 # Dependencies of dom_distiller 184 # Dependencies of dom_distiller
184 'components.gyp:distilled_page_proto', 185 'components.gyp:distilled_page_proto',
185 'components.gyp:dom_distiller_core', 186 'components.gyp:dom_distiller_core',
186 'components.gyp:dom_distiller_test_support', 187 'components.gyp:dom_distiller_test_support',
187 188
188 # Dependencies of domain_reliability 189 # Dependencies of domain_reliability
189 'components.gyp:domain_reliability', 190 'components.gyp:domain_reliability',
190 191
192 # Dependencies of feedback
193 'components.gyp:feedback_internal',
194
191 # Dependencies of json_schema 195 # Dependencies of json_schema
192 'components.gyp:json_schema', 196 'components.gyp:json_schema',
193 197
194 # Dependencies of keyed_service 198 # Dependencies of keyed_service
195 'components.gyp:keyed_service_core', 199 'components.gyp:keyed_service_core',
196 200
197 # Dependencies of language_usage_metrics 201 # Dependencies of language_usage_metrics
198 'components.gyp:language_usage_metrics', 202 'components.gyp:language_usage_metrics',
199 203
200 # Dependencies of os_crypt 204 # Dependencies of os_crypt
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 '../content/content.gyp:content_plugin', 545 '../content/content.gyp:content_plugin',
542 '../content/content.gyp:content_renderer', 546 '../content/content.gyp:content_renderer',
543 '../content/content_resources.gyp:content_resources', 547 '../content/content_resources.gyp:content_resources',
544 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 548 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
545 '../content/content_shell_and_tests.gyp:content_shell_lib', 549 '../content/content_shell_and_tests.gyp:content_shell_lib',
546 '../content/content_shell_and_tests.gyp:content_shell_pak', 550 '../content/content_shell_and_tests.gyp:content_shell_pak',
547 '../content/content_shell_and_tests.gyp:test_support_content', 551 '../content/content_shell_and_tests.gyp:test_support_content',
548 '../skia/skia.gyp:skia', 552 '../skia/skia.gyp:skia',
549 '../testing/gmock.gyp:gmock', 553 '../testing/gmock.gyp:gmock',
550 '../testing/gtest.gyp:gtest', 554 '../testing/gtest.gyp:gtest',
551 '../testing/gmock.gyp:gmock',
552 ], 555 ],
553 'include_dirs': [ 556 'include_dirs': [
554 '..', 557 '..',
555 ], 558 ],
556 'defines': [ 559 'defines': [
557 'HAS_OUT_OF_PROC_TEST_RUNNER', 560 'HAS_OUT_OF_PROC_TEST_RUNNER',
558 ], 561 ],
559 'sources': [ 562 'sources': [
560 'autofill/content/browser/risk/fingerprint_browsertest.cc', 563 'autofill/content/browser/risk/fingerprint_browsertest.cc',
561 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', 564 'dom_distiller/content/distiller_page_web_contents_browsertest.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'dependencies': [ 625 'dependencies': [
623 '../base/allocator/allocator.gyp:allocator', 626 '../base/allocator/allocator.gyp:allocator',
624 ], 627 ],
625 }], 628 }],
626 ], 629 ],
627 }, 630 },
628 ], 631 ],
629 }], 632 }],
630 ], 633 ],
631 } 634 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/feedback.gypi » ('j') | components/feedback.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698