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

Side by Side Diff: components/components_tests.gyp

Issue 259863007: Local salient image storage for enhanced bookmark experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « components/components.gyp ('k') | components/enhanced_bookmarks.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'dom_distiller/core/viewer_unittest.cc', 85 'dom_distiller/core/viewer_unittest.cc',
86 'domain_reliability/config_unittest.cc', 86 'domain_reliability/config_unittest.cc',
87 'domain_reliability/context_unittest.cc', 87 'domain_reliability/context_unittest.cc',
88 'domain_reliability/dispatcher_unittest.cc', 88 'domain_reliability/dispatcher_unittest.cc',
89 'domain_reliability/monitor_unittest.cc', 89 'domain_reliability/monitor_unittest.cc',
90 'domain_reliability/scheduler_unittest.cc', 90 'domain_reliability/scheduler_unittest.cc',
91 'domain_reliability/test_util.cc', 91 'domain_reliability/test_util.cc',
92 'domain_reliability/test_util.h', 92 'domain_reliability/test_util.h',
93 'domain_reliability/uploader_unittest.cc', 93 'domain_reliability/uploader_unittest.cc',
94 'domain_reliability/util_unittest.cc', 94 'domain_reliability/util_unittest.cc',
95 'enhanced_bookmarks/image_store_unittest.cc',
95 'feedback/feedback_uploader_unittest.cc', 96 'feedback/feedback_uploader_unittest.cc',
96 'invalidation/invalidation_logger_unittest.cc', 97 'invalidation/invalidation_logger_unittest.cc',
97 'json_schema/json_schema_validator_unittest.cc', 98 'json_schema/json_schema_validator_unittest.cc',
98 'json_schema/json_schema_validator_unittest_base.cc', 99 'json_schema/json_schema_validator_unittest_base.cc',
99 'json_schema/json_schema_validator_unittest_base.h', 100 'json_schema/json_schema_validator_unittest_base.h',
100 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 101 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
101 'keyed_service/core/dependency_graph_unittest.cc', 102 'keyed_service/core/dependency_graph_unittest.cc',
102 'language_usage_metrics/language_usage_metrics_unittest.cc', 103 'language_usage_metrics/language_usage_metrics_unittest.cc',
103 'metrics/metrics_hashes_unittest.cc', 104 'metrics/metrics_hashes_unittest.cc',
104 'metrics/metrics_log_base_unittest.cc', 105 'metrics/metrics_log_base_unittest.cc',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 # Dependencies of autofill 200 # Dependencies of autofill
200 'components.gyp:autofill_core_browser', 201 'components.gyp:autofill_core_browser',
201 'components.gyp:autofill_core_common', 202 'components.gyp:autofill_core_common',
202 'components.gyp:autofill_core_test_support', 203 'components.gyp:autofill_core_test_support',
203 'components_strings.gyp:components_strings', 204 'components_strings.gyp:components_strings',
204 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 205 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
205 206
206 # Dependencies of bookmarks 207 # Dependencies of bookmarks
207 'components.gyp:bookmarks_core_browser', 208 'components.gyp:bookmarks_core_browser',
208 'components.gyp:bookmarks_core_test_support', 209 'components.gyp:bookmarks_core_test_support',
209 210
210 # Dependencies of captive_portal 211 # Dependencies of captive_portal
211 'components.gyp:captive_portal_test_support', 212 'components.gyp:captive_portal_test_support',
212 '../net/net.gyp:net_test_support', 213 '../net/net.gyp:net_test_support',
213 214
214 # Dependencies of cloud_devices 215 # Dependencies of cloud_devices
215 'components.gyp:cloud_devices_common', 216 'components.gyp:cloud_devices_common',
216 217
217 # Dependencies of data_reduction_proxy 218 # Dependencies of data_reduction_proxy
218 'components.gyp:data_reduction_proxy_browser', 219 'components.gyp:data_reduction_proxy_browser',
219 'components.gyp:data_reduction_proxy_common', 220 'components.gyp:data_reduction_proxy_common',
220 'components.gyp:data_reduction_proxy_test_support', 221 'components.gyp:data_reduction_proxy_test_support',
221 222
222 # Dependencies of dom_distiller 223 # Dependencies of dom_distiller
223 'components.gyp:distilled_page_proto', 224 'components.gyp:distilled_page_proto',
224 'components.gyp:dom_distiller_core', 225 'components.gyp:dom_distiller_core',
225 'components.gyp:dom_distiller_test_support', 226 'components.gyp:dom_distiller_test_support',
226 227
227 # Dependencies of domain_reliability 228 # Dependencies of domain_reliability
228 'components.gyp:domain_reliability', 229 'components.gyp:domain_reliability',
229 230
231 # Dependencies of enhanced_bookmarks
232 'components.gyp:enhanced_bookmarks',
233 'components.gyp:enhanced_bookmarks_test_support',
234
230 # Dependencies of feedback 235 # Dependencies of feedback
231 'components.gyp:feedback_component', 236 'components.gyp:feedback_component',
232 237
233 # Dependencies of invalidation 238 # Dependencies of invalidation
234 'components.gyp:invalidation', 239 'components.gyp:invalidation',
235 240
236 # Dependencies of json_schema 241 # Dependencies of json_schema
237 'components.gyp:json_schema', 242 'components.gyp:json_schema',
238 243
239 # Dependencies of keyed_service 244 # Dependencies of keyed_service
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'dependencies': [ 702 'dependencies': [
698 '../base/allocator/allocator.gyp:allocator', 703 '../base/allocator/allocator.gyp:allocator',
699 ], 704 ],
700 }], 705 }],
701 ], 706 ],
702 }, 707 },
703 ], 708 ],
704 }], 709 }],
705 ], 710 ],
706 } 711 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/enhanced_bookmarks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698