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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'autofill/core/browser/validation_unittest.cc', | 58 'autofill/core/browser/validation_unittest.cc', |
59 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni
ttest.cc', | 59 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni
ttest.cc', |
60 'autofill/core/browser/webdata/autofill_table_unittest.cc', | 60 'autofill/core/browser/webdata/autofill_table_unittest.cc', |
61 'autofill/core/browser/webdata/web_data_service_unittest.cc', | 61 'autofill/core/browser/webdata/web_data_service_unittest.cc', |
62 'autofill/core/common/form_data_unittest.cc', | 62 'autofill/core/common/form_data_unittest.cc', |
63 'autofill/core/common/form_field_data_unittest.cc', | 63 'autofill/core/common/form_field_data_unittest.cc', |
64 'autofill/core/common/password_form_fill_data_unittest.cc', | 64 'autofill/core/common/password_form_fill_data_unittest.cc', |
65 'autofill/core/common/save_password_progress_logger_unittest.cc', | 65 'autofill/core/common/save_password_progress_logger_unittest.cc', |
66 'bookmarks/core/browser/bookmark_codec_unittest.cc', | 66 'bookmarks/core/browser/bookmark_codec_unittest.cc', |
67 'bookmarks/core/test/bookmark_index_unittest.cc', | 67 'bookmarks/core/test/bookmark_index_unittest.cc', |
| 68 'bookmarks_enhanced/image_store_unittest.cc', |
68 'captive_portal/captive_portal_detector_unittest.cc', | 69 'captive_portal/captive_portal_detector_unittest.cc', |
69 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 70 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
70 'cloud_devices/common/printer_description_unittest.cc', | 71 'cloud_devices/common/printer_description_unittest.cc', |
71 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand
ler_unittest.cc', | 72 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand
ler_unittest.cc', |
72 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un
ittest.cc', | 73 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un
ittest.cc', |
73 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.
cc', | 74 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.
cc', |
74 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest
.cc', | 75 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest
.cc', |
75 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy
_unittest.cc', | 76 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy
_unittest.cc', |
76 'dom_distiller/core/article_entry_unittest.cc', | 77 'dom_distiller/core/article_entry_unittest.cc', |
77 'dom_distiller/core/distiller_unittest.cc', | 78 'dom_distiller/core/distiller_unittest.cc', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 # Dependencies of autofill | 197 # Dependencies of autofill |
197 'components.gyp:autofill_core_browser', | 198 'components.gyp:autofill_core_browser', |
198 'components.gyp:autofill_core_common', | 199 'components.gyp:autofill_core_common', |
199 'components.gyp:autofill_core_test_support', | 200 'components.gyp:autofill_core_test_support', |
200 'components_strings.gyp:components_strings', | 201 'components_strings.gyp:components_strings', |
201 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 202 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
202 | 203 |
203 # Dependencies of bookmarks | 204 # Dependencies of bookmarks |
204 'components.gyp:bookmarks_core_browser', | 205 'components.gyp:bookmarks_core_browser', |
205 'components.gyp:bookmarks_core_test_support', | 206 'components.gyp:bookmarks_core_test_support', |
206 | 207 |
| 208 # Dependencies of bookmarks_enhanced |
| 209 'components.gyp:bookmarks_enhanced_test_support', |
| 210 |
207 # Dependencies of captive_portal | 211 # Dependencies of captive_portal |
208 'components.gyp:captive_portal_test_support', | 212 'components.gyp:captive_portal_test_support', |
209 '../net/net.gyp:net_test_support', | 213 '../net/net.gyp:net_test_support', |
210 | 214 |
211 # Dependencies of cloud_devices | 215 # Dependencies of cloud_devices |
212 'components.gyp:cloud_devices_common', | 216 'components.gyp:cloud_devices_common', |
213 | 217 |
214 # Dependencies of data_reduction_proxy | 218 # Dependencies of data_reduction_proxy |
215 'components.gyp:data_reduction_proxy_browser', | 219 'components.gyp:data_reduction_proxy_browser', |
216 'components.gyp:data_reduction_proxy_common', | 220 'components.gyp:data_reduction_proxy_common', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 ['include', '^keyed_service/core/'], | 340 ['include', '^keyed_service/core/'], |
337 ['include', '^language_usage_metrics/'], | 341 ['include', '^language_usage_metrics/'], |
338 ['include', '^password_manager/'], | 342 ['include', '^password_manager/'], |
339 ['include', '^precache/core/'], | 343 ['include', '^precache/core/'], |
340 ['include', '^search_provider_logos/'], | 344 ['include', '^search_provider_logos/'], |
341 ['include', '^signin/'], | 345 ['include', '^signin/'], |
342 ['include', '^sync_driver/'], | 346 ['include', '^sync_driver/'], |
343 ['include', '^translate/'], | 347 ['include', '^translate/'], |
344 ['include', '^variations/'], | 348 ['include', '^variations/'], |
345 ], | 349 ], |
| 350 'sources!': [ |
| 351 'bookmarks_enhanced/image_store_unittest.cc', |
| 352 ], |
346 'dependencies': [ | 353 'dependencies': [ |
347 # Dependencies of signin | 354 # Dependencies of signin |
348 'components.gyp:signin_ios_browser', | 355 'components.gyp:signin_ios_browser', |
349 '../ios/ios_tests.gyp:test_support_ios', | 356 '../ios/ios_tests.gyp:test_support_ios', |
350 ], | 357 ], |
351 'actions': [ | 358 'actions': [ |
352 { | 359 { |
353 'action_name': 'copy_test_data', | 360 'action_name': 'copy_test_data', |
354 'variables': { | 361 'variables': { |
355 'test_data_files': [ | 362 'test_data_files': [ |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'dependencies': [ | 700 'dependencies': [ |
694 '../base/allocator/allocator.gyp:allocator', | 701 '../base/allocator/allocator.gyp:allocator', |
695 ], | 702 ], |
696 }], | 703 }], |
697 ], | 704 ], |
698 }, | 705 }, |
699 ], | 706 ], |
700 }], | 707 }], |
701 ], | 708 ], |
702 } | 709 } |
OLD | NEW |