OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
65 'autofill/core/browser/webdata/web_data_service_unittest.cc', | 65 'autofill/core/browser/webdata/web_data_service_unittest.cc', |
66 'autofill/core/common/form_data_unittest.cc', | 66 'autofill/core/common/form_data_unittest.cc', |
67 'autofill/core/common/form_field_data_unittest.cc', | 67 'autofill/core/common/form_field_data_unittest.cc', |
68 'autofill/core/common/password_form_fill_data_unittest.cc', | 68 'autofill/core/common/password_form_fill_data_unittest.cc', |
69 'autofill/core/common/save_password_progress_logger_unittest.cc', | 69 'autofill/core/common/save_password_progress_logger_unittest.cc', |
70 'bookmarks/browser/bookmark_codec_unittest.cc', | 70 'bookmarks/browser/bookmark_codec_unittest.cc', |
71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', | 71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', |
72 'bookmarks/browser/bookmark_index_unittest.cc', | 72 'bookmarks/browser/bookmark_index_unittest.cc', |
73 'bookmarks/browser/bookmark_model_unittest.cc', | 73 'bookmarks/browser/bookmark_model_unittest.cc', |
74 'bookmarks/browser/bookmark_utils_unittest.cc', | 74 'bookmarks/browser/bookmark_utils_unittest.cc', |
75 'breakpad/app/crash_keys_win_unittest.cc', | 75 'crash/app/crash_keys_win_unittest.cc', |
76 'captive_portal/captive_portal_detector_unittest.cc', | 76 'captive_portal/captive_portal_detector_unittest.cc', |
77 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 77 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
78 'cloud_devices/common/printer_description_unittest.cc', | 78 'cloud_devices/common/printer_description_unittest.cc', |
79 'crx_file/id_util_unittest.cc', | 79 'crx_file/id_util_unittest.cc', |
80 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', | 80 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', |
81 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', | 81 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', |
82 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', | 82 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', |
83 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', | 83 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', |
84 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', | 84 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', |
85 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', | 85 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
258 'components.gyp:auto_login_parser', | 258 'components.gyp:auto_login_parser', |
259 | 259 |
260 # Dependencies of autofill | 260 # Dependencies of autofill |
261 'components.gyp:autofill_core_browser', | 261 'components.gyp:autofill_core_browser', |
262 'components.gyp:autofill_core_common', | 262 'components.gyp:autofill_core_common', |
263 'components.gyp:autofill_core_test_support', | 263 'components.gyp:autofill_core_test_support', |
264 'components_strings.gyp:components_strings', | 264 'components_strings.gyp:components_strings', |
265 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 265 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', | 266 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', |
267 | 267 |
268 # Dependencies of breakpad | |
269 'components.gyp:breakpad_test_support', | |
270 | |
271 # Dependencies of bookmarks | 268 # Dependencies of bookmarks |
272 'components.gyp:bookmarks_browser', | 269 'components.gyp:bookmarks_browser', |
273 'components.gyp:bookmarks_test_support', | 270 'components.gyp:bookmarks_test_support', |
274 | 271 |
275 # Dependencies of captive_portal | 272 # Dependencies of captive_portal |
276 'components.gyp:captive_portal_test_support', | 273 'components.gyp:captive_portal_test_support', |
277 '../net/net.gyp:net_test_support', | 274 '../net/net.gyp:net_test_support', |
278 | 275 |
279 # Dependencies of cloud_devices | 276 # Dependencies of cloud_devices |
280 'components.gyp:cloud_devices_common', | 277 'components.gyp:cloud_devices_common', |
281 | 278 |
279 # Dependencies of crash | |
280 'components.gyp:crash_test_support', | |
281 | |
282 # Dependencies of crx_file | 282 # Dependencies of crx_file |
283 'components.gyp:crx_file', | 283 'components.gyp:crx_file', |
284 | 284 |
285 # Dependencies of data_reduction_proxy | 285 # Dependencies of data_reduction_proxy |
286 'components.gyp:data_reduction_proxy_browser', | 286 'components.gyp:data_reduction_proxy_browser', |
287 'components.gyp:data_reduction_proxy_common', | 287 'components.gyp:data_reduction_proxy_common', |
288 'components.gyp:data_reduction_proxy_test_support', | 288 'components.gyp:data_reduction_proxy_test_support', |
289 | 289 |
290 # Dependencies of dom_distiller | 290 # Dependencies of dom_distiller |
291 'components.gyp:distilled_page_proto', | 291 'components.gyp:distilled_page_proto', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
470 'components.gyp:web_modal_test_support', | 470 'components.gyp:web_modal_test_support', |
471 ], | 471 ], |
472 }, { # 'OS == "ios"' | 472 }, { # 'OS == "ios"' |
473 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 473 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
474 'sources/': [ | 474 'sources/': [ |
475 ['exclude', '\\.cc$'], | 475 ['exclude', '\\.cc$'], |
476 ['exclude', '\\.mm$'], | 476 ['exclude', '\\.mm$'], |
477 ['include', '^test/run_all_unittests\\.cc$'], | 477 ['include', '^test/run_all_unittests\\.cc$'], |
478 ['include', '^auto_login_parser/'], | 478 ['include', '^auto_login_parser/'], |
479 ['include', '^autofill/core/'], | 479 ['include', '^autofill/core/'], |
480 ['include', '^bookmarks/'], | 480 ['include', '^bookmarks/'], |
blundell
2014/08/26 08:06:06
please add crash here in case unittests that shoul
Robert Sesek
2014/08/26 15:14:51
Done.
| |
481 ['include', '^data_reduction_proxy/'], | 481 ['include', '^data_reduction_proxy/'], |
482 ['include', '^dom_distiller/'], | 482 ['include', '^dom_distiller/'], |
483 ['include', '^enhanced_bookmarks/'], | 483 ['include', '^enhanced_bookmarks/'], |
484 ['include', '^gcm_driver/'], | 484 ['include', '^gcm_driver/'], |
485 ['include', '^history/'], | 485 ['include', '^history/'], |
486 ['include', '^invalidation/'], | 486 ['include', '^invalidation/'], |
487 ['include', '^json_schema/'], | 487 ['include', '^json_schema/'], |
488 ['include', '^keyed_service/core/'], | 488 ['include', '^keyed_service/core/'], |
489 ['include', '^language_usage_metrics/'], | 489 ['include', '^language_usage_metrics/'], |
490 ['include', '^leveldb_proto/'], | 490 ['include', '^leveldb_proto/'], |
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
911 'dependencies': [ | 911 'dependencies': [ |
912 '../base/allocator/allocator.gyp:allocator', | 912 '../base/allocator/allocator.gyp:allocator', |
913 ], | 913 ], |
914 }], | 914 }], |
915 ], | 915 ], |
916 }, | 916 }, |
917 ], | 917 ], |
918 }], | 918 }], |
919 ], | 919 ], |
920 } | 920 } |
OLD | NEW |