| 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 'os_crypt/keychain_password_mac_unittest.mm', | 389 'os_crypt/keychain_password_mac_unittest.mm', |
| 390 'os_crypt/os_crypt_unittest.cc', | 390 'os_crypt/os_crypt_unittest.cc', |
| 391 ], | 391 ], |
| 392 'ownership_unittest_sources': [ | 392 'ownership_unittest_sources': [ |
| 393 'ownership/owner_key_util_impl_unittest.cc', | 393 'ownership/owner_key_util_impl_unittest.cc', |
| 394 ], | 394 ], |
| 395 'packed_ct_ev_whitelist_unittest_sources': [ | 395 'packed_ct_ev_whitelist_unittest_sources': [ |
| 396 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', | 396 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', |
| 397 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', | 397 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', |
| 398 ], | 398 ], |
| 399 'page_load_metrics_unittest_sources': [ |
| 400 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', |
| 401 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc', |
| 402 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', |
| 403 ], |
| 399 'password_manager_unittest_sources': [ | 404 'password_manager_unittest_sources': [ |
| 400 'password_manager/content/browser/credential_manager_dispatcher_unittest.c
c', | 405 'password_manager/content/browser/credential_manager_dispatcher_unittest.c
c', |
| 401 'password_manager/core/browser/affiliated_match_helper_unittest.cc', | 406 'password_manager/core/browser/affiliated_match_helper_unittest.cc', |
| 402 'password_manager/core/browser/affiliation_backend_unittest.cc', | 407 'password_manager/core/browser/affiliation_backend_unittest.cc', |
| 403 'password_manager/core/browser/affiliation_database_unittest.cc', | 408 'password_manager/core/browser/affiliation_database_unittest.cc', |
| 404 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', | 409 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', |
| 405 'password_manager/core/browser/affiliation_fetcher_unittest.cc', | 410 'password_manager/core/browser/affiliation_fetcher_unittest.cc', |
| 406 'password_manager/core/browser/affiliation_service_unittest.cc', | 411 'password_manager/core/browser/affiliation_service_unittest.cc', |
| 407 'password_manager/core/browser/affiliation_utils_unittest.cc', | 412 'password_manager/core/browser/affiliation_utils_unittest.cc', |
| 408 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', | 413 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 1039 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
| 1035 }], | 1040 }], |
| 1036 ['OS != "ios"', { | 1041 ['OS != "ios"', { |
| 1037 'sources': [ | 1042 'sources': [ |
| 1038 '<@(certificate_transparency_unittest_sources)', | 1043 '<@(certificate_transparency_unittest_sources)', |
| 1039 '<@(devtools_http_handler_unittest_sources)', | 1044 '<@(devtools_http_handler_unittest_sources)', |
| 1040 '<@(error_page_unittest_sources)', | 1045 '<@(error_page_unittest_sources)', |
| 1041 '<@(guest_view_unittest_sources)', | 1046 '<@(guest_view_unittest_sources)', |
| 1042 '<@(navigation_interception_unittest_sources)', | 1047 '<@(navigation_interception_unittest_sources)', |
| 1043 '<@(network_hints_unittest_sources)', | 1048 '<@(network_hints_unittest_sources)', |
| 1049 '<@(page_load_metrics_unittest_sources)', |
| 1044 '<@(power_unittest_sources)', | 1050 '<@(power_unittest_sources)', |
| 1045 '<@(safe_json_unittest_sources)', | 1051 '<@(safe_json_unittest_sources)', |
| 1046 '<@(scheduler_unittest_sources)', | 1052 '<@(scheduler_unittest_sources)', |
| 1047 '<@(storage_monitor_unittest_sources)', | 1053 '<@(storage_monitor_unittest_sources)', |
| 1048 '<@(ui_unittest_sources)', | 1054 '<@(ui_unittest_sources)', |
| 1049 '<@(visitedlink_unittest_sources)', | 1055 '<@(visitedlink_unittest_sources)', |
| 1050 '<@(web_cache_unittest_sources)', | 1056 '<@(web_cache_unittest_sources)', |
| 1051 '<@(webcrypto_unittest_sources)', | 1057 '<@(webcrypto_unittest_sources)', |
| 1052 '<@(web_modal_unittest_sources)', | 1058 '<@(web_modal_unittest_sources)', |
| 1053 ], | 1059 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1067 'components.gyp:favicon_content', | 1073 'components.gyp:favicon_content', |
| 1068 'components.gyp:guest_view_browser', | 1074 'components.gyp:guest_view_browser', |
| 1069 'components.gyp:guest_view_common', | 1075 'components.gyp:guest_view_common', |
| 1070 'components.gyp:guest_view_test_support', | 1076 'components.gyp:guest_view_test_support', |
| 1071 'components.gyp:history_content_browser', | 1077 'components.gyp:history_content_browser', |
| 1072 'components.gyp:keyed_service_content', | 1078 'components.gyp:keyed_service_content', |
| 1073 'components.gyp:navigation_interception', | 1079 'components.gyp:navigation_interception', |
| 1074 'components.gyp:network_hints_renderer', | 1080 'components.gyp:network_hints_renderer', |
| 1075 'components.gyp:metrics_gpu', | 1081 'components.gyp:metrics_gpu', |
| 1076 'components.gyp:metrics_profiler', | 1082 'components.gyp:metrics_profiler', |
| 1083 'components.gyp:page_load_metrics_browser', |
| 1084 'components.gyp:page_load_metrics_renderer', |
| 1077 'components.gyp:password_manager_content_browser', | 1085 'components.gyp:password_manager_content_browser', |
| 1078 'components.gyp:password_manager_content_common', | 1086 'components.gyp:password_manager_content_common', |
| 1079 'components.gyp:power', | 1087 'components.gyp:power', |
| 1080 'components.gyp:precache_content', | 1088 'components.gyp:precache_content', |
| 1081 'components.gyp:safe_json', | 1089 'components.gyp:safe_json', |
| 1082 'components.gyp:safe_json_test_support', | 1090 'components.gyp:safe_json_test_support', |
| 1083 'components.gyp:sessions_content', | 1091 'components.gyp:sessions_content', |
| 1084 'components.gyp:storage_monitor', | 1092 'components.gyp:storage_monitor', |
| 1085 'components.gyp:storage_monitor_test_support', | 1093 'components.gyp:storage_monitor_test_support', |
| 1086 'components.gyp:url_matcher', | 1094 'components.gyp:url_matcher', |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1704 'invalidation/impl/android/junit/', | 1712 'invalidation/impl/android/junit/', |
| 1705 'policy/android/junit/' | 1713 'policy/android/junit/' |
| 1706 ], | 1714 ], |
| 1707 }, | 1715 }, |
| 1708 'includes': [ '../build/host_jar.gypi' ], | 1716 'includes': [ '../build/host_jar.gypi' ], |
| 1709 }, | 1717 }, |
| 1710 ], | 1718 ], |
| 1711 }], | 1719 }], |
| 1712 ], | 1720 ], |
| 1713 } | 1721 } |
| OLD | NEW |