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/enhanced_bookmark_utils_unittest.cc', | |
tfarina
2014/05/08 18:07:59
Forgot to git add this file? I only see image_stor
Kibeom Kim (inactive)
2014/05/08 18:33:28
Done. (it's another CL's file depends on this but
| |
69 'bookmarks_enhanced/image_store_unittest.cc', | |
70 'bookmarks_enhanced/test_image_store.cc', | |
tfarina
2014/05/08 18:07:59
Please, create a bookmarks_enhanced_test_support t
Kibeom Kim (inactive)
2014/05/08 18:33:28
Done.
| |
71 'bookmarks_enhanced/test_image_store.h', | |
68 'captive_portal/captive_portal_detector_unittest.cc', | 72 'captive_portal/captive_portal_detector_unittest.cc', |
69 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 73 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
70 'cloud_devices/common/printer_description_unittest.cc', | 74 'cloud_devices/common/printer_description_unittest.cc', |
71 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', | 75 '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', | 76 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', |
73 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', | 77 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', |
74 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', | 78 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', |
75 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy _unittest.cc', | 79 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy _unittest.cc', |
76 'dom_distiller/core/article_entry_unittest.cc', | 80 'dom_distiller/core/article_entry_unittest.cc', |
77 'dom_distiller/core/distiller_unittest.cc', | 81 'dom_distiller/core/distiller_unittest.cc', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
196 # Dependencies of autofill | 200 # Dependencies of autofill |
197 'components.gyp:autofill_core_browser', | 201 'components.gyp:autofill_core_browser', |
198 'components.gyp:autofill_core_common', | 202 'components.gyp:autofill_core_common', |
199 'components.gyp:autofill_core_test_support', | 203 'components.gyp:autofill_core_test_support', |
200 'components_strings.gyp:components_strings', | 204 'components_strings.gyp:components_strings', |
201 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 205 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
202 | 206 |
203 # Dependencies of bookmarks | 207 # Dependencies of bookmarks |
204 'components.gyp:bookmarks_core_browser', | 208 'components.gyp:bookmarks_core_browser', |
205 'components.gyp:bookmarks_core_test_support', | 209 'components.gyp:bookmarks_core_test_support', |
206 | 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
275 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', | 279 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', |
276 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 280 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
277 'usb_service/usb_context_unittest.cc', | 281 'usb_service/usb_context_unittest.cc', |
278 ], | 282 ], |
279 'dependencies': [ | 283 'dependencies': [ |
280 # Dependencies of autofill | 284 # Dependencies of autofill |
281 'components.gyp:autofill_content_browser', | 285 'components.gyp:autofill_content_browser', |
282 'components.gyp:autofill_content_renderer', | 286 'components.gyp:autofill_content_renderer', |
283 'components.gyp:autofill_content_test_support', | 287 'components.gyp:autofill_content_test_support', |
284 | 288 |
289 # Dependencies of enhanced bookmarks | |
290 'components.gyp:bookmarks_enhanced', | |
291 | |
285 # Dependencies of dom_distiller | 292 # Dependencies of dom_distiller |
286 'components.gyp:dom_distiller_content', | 293 'components.gyp:dom_distiller_content', |
287 | 294 |
288 # Dependencies of | 295 # Dependencies of |
289 # intercept_navigation_resource_throttle_unittest.cc | 296 # intercept_navigation_resource_throttle_unittest.cc |
290 '../skia/skia.gyp:skia', | 297 '../skia/skia.gyp:skia', |
291 'components.gyp:navigation_interception', | 298 'components.gyp:navigation_interception', |
292 | 299 |
293 # Dependencies of keyed_service | 300 # Dependencies of keyed_service |
294 'components.gyp:keyed_service_content', | 301 'components.gyp:keyed_service_content', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
336 ['include', '^keyed_service/core/'], | 343 ['include', '^keyed_service/core/'], |
337 ['include', '^language_usage_metrics/'], | 344 ['include', '^language_usage_metrics/'], |
338 ['include', '^password_manager/'], | 345 ['include', '^password_manager/'], |
339 ['include', '^precache/core/'], | 346 ['include', '^precache/core/'], |
340 ['include', '^search_provider_logos/'], | 347 ['include', '^search_provider_logos/'], |
341 ['include', '^signin/'], | 348 ['include', '^signin/'], |
342 ['include', '^sync_driver/'], | 349 ['include', '^sync_driver/'], |
343 ['include', '^translate/'], | 350 ['include', '^translate/'], |
344 ['include', '^variations/'], | 351 ['include', '^variations/'], |
345 ], | 352 ], |
353 'sources!': [ | |
354 'bookmarks_enhanced/enhanced_bookmark_utils_unittest.cc', | |
355 'bookmarks_enhanced/image_store_unittest.cc', | |
356 'bookmarks_enhanced/test_image_store.cc', | |
357 'bookmarks_enhanced/test_image_store.h', | |
358 ], | |
346 'dependencies': [ | 359 'dependencies': [ |
347 # Dependencies of signin | 360 # Dependencies of signin |
348 'components.gyp:signin_ios_browser', | 361 'components.gyp:signin_ios_browser', |
349 '../ios/ios_tests.gyp:test_support_ios', | 362 '../ios/ios_tests.gyp:test_support_ios', |
350 ], | 363 ], |
351 'actions': [ | 364 'actions': [ |
352 { | 365 { |
353 'action_name': 'copy_test_data', | 366 'action_name': 'copy_test_data', |
354 'variables': { | 367 'variables': { |
355 'test_data_files': [ | 368 'test_data_files': [ |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
693 'dependencies': [ | 706 'dependencies': [ |
694 '../base/allocator/allocator.gyp:allocator', | 707 '../base/allocator/allocator.gyp:allocator', |
695 ], | 708 ], |
696 }], | 709 }], |
697 ], | 710 ], |
698 }, | 711 }, |
699 ], | 712 ], |
700 }], | 713 }], |
701 ], | 714 ], |
702 } | 715 } |
OLD | NEW |