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 119 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 |
209 # Dependencies of bookmarks_enhanced | |
210 'components.gyp:bookmarks_enhanced_test_support', | |
blundell
2014/05/09 08:17:48
Add components.gyp:bookmarks_enhanced as well
Kibeom Kim (inactive)
2014/05/09 09:44:41
Done.
| |
211 | |
208 # Dependencies of captive_portal | 212 # Dependencies of captive_portal |
209 'components.gyp:captive_portal_test_support', | 213 'components.gyp:captive_portal_test_support', |
210 '../net/net.gyp:net_test_support', | 214 '../net/net.gyp:net_test_support', |
211 | 215 |
212 # Dependencies of cloud_devices | 216 # Dependencies of cloud_devices |
213 'components.gyp:cloud_devices_common', | 217 'components.gyp:cloud_devices_common', |
214 | 218 |
215 # Dependencies of data_reduction_proxy | 219 # Dependencies of data_reduction_proxy |
216 'components.gyp:data_reduction_proxy_browser', | 220 'components.gyp:data_reduction_proxy_browser', |
217 'components.gyp:data_reduction_proxy_common', | 221 'components.gyp:data_reduction_proxy_common', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
326 'components.gyp:web_modal_test_support', | 330 'components.gyp:web_modal_test_support', |
327 ], | 331 ], |
328 }, { # 'OS == "ios"' | 332 }, { # 'OS == "ios"' |
329 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 333 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
330 'sources/': [ | 334 'sources/': [ |
331 ['exclude', '\\.cc$'], | 335 ['exclude', '\\.cc$'], |
332 ['exclude', '\\.mm$'], | 336 ['exclude', '\\.mm$'], |
333 ['include', '^test/run_all_unittests\\.cc$'], | 337 ['include', '^test/run_all_unittests\\.cc$'], |
334 ['include', '^auto_login_parser/'], | 338 ['include', '^auto_login_parser/'], |
335 ['include', '^autofill/core/'], | 339 ['include', '^autofill/core/'], |
336 ['include', '^bookmarks/'], | 340 ['include', '^bookmarks/'], |
blundell
2014/05/09 08:17:48
Add bookmarks_enhanced here.
Kibeom Kim (inactive)
2014/05/09 09:44:41
I'll do as a follow-up ios CL. This CL doesn't ass
| |
337 ['include', '^data_reduction_proxy/'], | 341 ['include', '^data_reduction_proxy/'], |
338 ['include', '^dom_distiller/'], | 342 ['include', '^dom_distiller/'], |
339 ['include', '^json_schema/'], | 343 ['include', '^json_schema/'], |
340 ['include', '^keyed_service/core/'], | 344 ['include', '^keyed_service/core/'], |
341 ['include', '^language_usage_metrics/'], | 345 ['include', '^language_usage_metrics/'], |
342 ['include', '^password_manager/'], | 346 ['include', '^password_manager/'], |
343 ['include', '^precache/core/'], | 347 ['include', '^precache/core/'], |
344 ['include', '^search_provider_logos/'], | 348 ['include', '^search_provider_logos/'], |
345 ['include', '^signin/'], | 349 ['include', '^signin/'], |
346 ['include', '^sync_driver/'], | 350 ['include', '^sync_driver/'], |
347 ['include', '^translate/'], | 351 ['include', '^translate/'], |
348 ['include', '^variations/'], | 352 ['include', '^variations/'], |
349 ], | 353 ], |
354 'sources!': [ | |
355 'bookmarks_enhanced/image_store_unittest.cc', | |
blundell
2014/05/09 08:17:48
Why is this file being excluded on iOS? Should the
Kibeom Kim (inactive)
2014/05/09 09:44:41
Done.
| |
356 ], | |
350 'dependencies': [ | 357 'dependencies': [ |
351 # Dependencies of signin | 358 # Dependencies of signin |
352 'components.gyp:signin_ios_browser', | 359 'components.gyp:signin_ios_browser', |
353 '../ios/ios_tests.gyp:test_support_ios', | 360 '../ios/ios_tests.gyp:test_support_ios', |
354 ], | 361 ], |
355 'actions': [ | 362 'actions': [ |
356 { | 363 { |
357 'action_name': 'copy_test_data', | 364 'action_name': 'copy_test_data', |
358 'variables': { | 365 'variables': { |
359 'test_data_files': [ | 366 'test_data_files': [ |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
696 'dependencies': [ | 703 'dependencies': [ |
697 '../base/allocator/allocator.gyp:allocator', | 704 '../base/allocator/allocator.gyp:allocator', |
698 ], | 705 ], |
699 }], | 706 }], |
700 ], | 707 ], |
701 }, | 708 }, |
702 ], | 709 ], |
703 }], | 710 }], |
704 ], | 711 ], |
705 } | 712 } |
OLD | NEW |