OLD | NEW |
---|---|
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 Loading... | |
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 'json_schema/json_schema_validator_unittest.cc', | 97 'json_schema/json_schema_validator_unittest.cc', |
97 'json_schema/json_schema_validator_unittest_base.cc', | 98 'json_schema/json_schema_validator_unittest_base.cc', |
98 'json_schema/json_schema_validator_unittest_base.h', | 99 'json_schema/json_schema_validator_unittest_base.h', |
99 'keyed_service/content/browser_context_dependency_manager_unittest.c c', | 100 'keyed_service/content/browser_context_dependency_manager_unittest.c c', |
100 'keyed_service/core/dependency_graph_unittest.cc', | 101 'keyed_service/core/dependency_graph_unittest.cc', |
101 'language_usage_metrics/language_usage_metrics_unittest.cc', | 102 'language_usage_metrics/language_usage_metrics_unittest.cc', |
102 'metrics/metrics_hashes_unittest.cc', | 103 'metrics/metrics_hashes_unittest.cc', |
103 'metrics/metrics_log_base_unittest.cc', | 104 'metrics/metrics_log_base_unittest.cc', |
104 'metrics/metrics_log_manager_unittest.cc', | 105 'metrics/metrics_log_manager_unittest.cc', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
197 # Dependencies of autofill | 198 # Dependencies of autofill |
198 'components.gyp:autofill_core_browser', | 199 'components.gyp:autofill_core_browser', |
199 'components.gyp:autofill_core_common', | 200 'components.gyp:autofill_core_common', |
200 'components.gyp:autofill_core_test_support', | 201 'components.gyp:autofill_core_test_support', |
201 'components_strings.gyp:components_strings', | 202 'components_strings.gyp:components_strings', |
202 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 203 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
203 | 204 |
204 # Dependencies of bookmarks | 205 # Dependencies of bookmarks |
205 'components.gyp:bookmarks_core_browser', | 206 'components.gyp:bookmarks_core_browser', |
206 'components.gyp:bookmarks_core_test_support', | 207 'components.gyp:bookmarks_core_test_support', |
207 | 208 |
208 # Dependencies of captive_portal | 209 # Dependencies of captive_portal |
209 'components.gyp:captive_portal_test_support', | 210 'components.gyp:captive_portal_test_support', |
210 '../net/net.gyp:net_test_support', | 211 '../net/net.gyp:net_test_support', |
211 | 212 |
212 # Dependencies of cloud_devices | 213 # Dependencies of cloud_devices |
213 'components.gyp:cloud_devices_common', | 214 'components.gyp:cloud_devices_common', |
214 | 215 |
215 # Dependencies of data_reduction_proxy | 216 # Dependencies of data_reduction_proxy |
216 'components.gyp:data_reduction_proxy_browser', | 217 'components.gyp:data_reduction_proxy_browser', |
217 'components.gyp:data_reduction_proxy_common', | 218 'components.gyp:data_reduction_proxy_common', |
218 'components.gyp:data_reduction_proxy_test_support', | 219 'components.gyp:data_reduction_proxy_test_support', |
219 | 220 |
220 # Dependencies of dom_distiller | 221 # Dependencies of dom_distiller |
221 'components.gyp:distilled_page_proto', | 222 'components.gyp:distilled_page_proto', |
222 'components.gyp:dom_distiller_core', | 223 'components.gyp:dom_distiller_core', |
223 'components.gyp:dom_distiller_test_support', | 224 'components.gyp:dom_distiller_test_support', |
224 | 225 |
225 # Dependencies of domain_reliability | 226 # Dependencies of domain_reliability |
226 'components.gyp:domain_reliability', | 227 'components.gyp:domain_reliability', |
227 | 228 |
229 # Dependencies of enhanced_bookmarks | |
230 'components.gyp:enhanced_bookmarks', | |
231 'components.gyp:enhanced_bookmarks_test_support', | |
232 | |
228 # Dependencies of feedback | 233 # Dependencies of feedback |
229 'components.gyp:feedback_component', | 234 'components.gyp:feedback_component', |
230 | 235 |
231 # Dependencies of json_schema | 236 # Dependencies of json_schema |
232 'components.gyp:json_schema', | 237 'components.gyp:json_schema', |
233 | 238 |
234 # Dependencies of keyed_service | 239 # Dependencies of keyed_service |
235 'components.gyp:keyed_service_core', | 240 'components.gyp:keyed_service_core', |
236 | 241 |
237 # Dependencies of language_usage_metrics | 242 # Dependencies of language_usage_metrics |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
340 ['include', '^keyed_service/core/'], | 345 ['include', '^keyed_service/core/'], |
341 ['include', '^language_usage_metrics/'], | 346 ['include', '^language_usage_metrics/'], |
342 ['include', '^password_manager/'], | 347 ['include', '^password_manager/'], |
343 ['include', '^precache/core/'], | 348 ['include', '^precache/core/'], |
344 ['include', '^search_provider_logos/'], | 349 ['include', '^search_provider_logos/'], |
345 ['include', '^signin/'], | 350 ['include', '^signin/'], |
346 ['include', '^sync_driver/'], | 351 ['include', '^sync_driver/'], |
347 ['include', '^translate/'], | 352 ['include', '^translate/'], |
348 ['include', '^variations/'], | 353 ['include', '^variations/'], |
349 ], | 354 ], |
355 # TODO(kkimlabs): Run this unit test also on ios when image_store_ util.mm is added. | |
356 'sources!': [ | |
357 'enhanced_bookmarks/image_store_unittest.cc', | |
blundell
2014/05/09 09:49:33
You don't actually need the exclusion here if you'
Kibeom Kim (inactive)
2014/05/09 09:51:50
Done.
| |
358 ], | |
350 'dependencies': [ | 359 'dependencies': [ |
351 # Dependencies of signin | 360 # Dependencies of signin |
352 'components.gyp:signin_ios_browser', | 361 'components.gyp:signin_ios_browser', |
353 '../ios/ios_tests.gyp:test_support_ios', | 362 '../ios/ios_tests.gyp:test_support_ios', |
354 ], | 363 ], |
355 'actions': [ | 364 'actions': [ |
356 { | 365 { |
357 'action_name': 'copy_test_data', | 366 'action_name': 'copy_test_data', |
358 'variables': { | 367 'variables': { |
359 'test_data_files': [ | 368 'test_data_files': [ |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
696 'dependencies': [ | 705 'dependencies': [ |
697 '../base/allocator/allocator.gyp:allocator', | 706 '../base/allocator/allocator.gyp:allocator', |
698 ], | 707 ], |
699 }], | 708 }], |
700 ], | 709 ], |
701 }, | 710 }, |
702 ], | 711 ], |
703 }], | 712 }], |
704 ], | 713 ], |
705 } | 714 } |
OLD | NEW |