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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'os_crypt/keychain_password_mac_unittest.mm', | 385 'os_crypt/keychain_password_mac_unittest.mm', |
386 'os_crypt/os_crypt_unittest.cc', | 386 'os_crypt/os_crypt_unittest.cc', |
387 ], | 387 ], |
388 'ownership_unittest_sources': [ | 388 'ownership_unittest_sources': [ |
389 'ownership/owner_key_util_impl_unittest.cc', | 389 'ownership/owner_key_util_impl_unittest.cc', |
390 ], | 390 ], |
391 'packed_ct_ev_whitelist_unittest_sources': [ | 391 'packed_ct_ev_whitelist_unittest_sources': [ |
392 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', | 392 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', |
393 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', | 393 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', |
394 ], | 394 ], |
| 395 'page_load_metrics_unittest_sources': [ |
| 396 'page_load_metrics/browser/metrics_web_contents_observer_unittest.cc', |
| 397 'page_load_metrics/renderer/metrics_render_frame_observer_unittest.cc', |
| 398 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', |
| 399 ], |
395 'password_manager_unittest_sources': [ | 400 'password_manager_unittest_sources': [ |
396 'password_manager/content/browser/credential_manager_dispatcher_unittest.c
c', | 401 'password_manager/content/browser/credential_manager_dispatcher_unittest.c
c', |
397 'password_manager/core/browser/affiliated_match_helper_unittest.cc', | 402 'password_manager/core/browser/affiliated_match_helper_unittest.cc', |
398 'password_manager/core/browser/affiliation_backend_unittest.cc', | 403 'password_manager/core/browser/affiliation_backend_unittest.cc', |
399 'password_manager/core/browser/affiliation_database_unittest.cc', | 404 'password_manager/core/browser/affiliation_database_unittest.cc', |
400 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', | 405 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', |
401 'password_manager/core/browser/affiliation_fetcher_unittest.cc', | 406 'password_manager/core/browser/affiliation_fetcher_unittest.cc', |
402 'password_manager/core/browser/affiliation_service_unittest.cc', | 407 'password_manager/core/browser/affiliation_service_unittest.cc', |
403 'password_manager/core/browser/affiliation_utils_unittest.cc', | 408 'password_manager/core/browser/affiliation_utils_unittest.cc', |
404 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', | 409 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 1020 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
1016 }], | 1021 }], |
1017 ['OS != "ios"', { | 1022 ['OS != "ios"', { |
1018 'sources': [ | 1023 'sources': [ |
1019 '<@(certificate_transparency_unittest_sources)', | 1024 '<@(certificate_transparency_unittest_sources)', |
1020 '<@(devtools_http_handler_unittest_sources)', | 1025 '<@(devtools_http_handler_unittest_sources)', |
1021 '<@(error_page_unittest_sources)', | 1026 '<@(error_page_unittest_sources)', |
1022 '<@(guest_view_unittest_sources)', | 1027 '<@(guest_view_unittest_sources)', |
1023 '<@(navigation_interception_unittest_sources)', | 1028 '<@(navigation_interception_unittest_sources)', |
1024 '<@(network_hints_unittest_sources)', | 1029 '<@(network_hints_unittest_sources)', |
| 1030 '<@(page_load_metrics_unittest_sources)', |
1025 '<@(power_unittest_sources)', | 1031 '<@(power_unittest_sources)', |
1026 '<@(safe_json_unittest_sources)', | 1032 '<@(safe_json_unittest_sources)', |
1027 '<@(scheduler_unittest_sources)', | 1033 '<@(scheduler_unittest_sources)', |
1028 '<@(storage_monitor_unittest_sources)', | 1034 '<@(storage_monitor_unittest_sources)', |
1029 '<@(ui_unittest_sources)', | 1035 '<@(ui_unittest_sources)', |
1030 '<@(visitedlink_unittest_sources)', | 1036 '<@(visitedlink_unittest_sources)', |
1031 '<@(web_cache_unittest_sources)', | 1037 '<@(web_cache_unittest_sources)', |
1032 '<@(webcrypto_unittest_sources)', | 1038 '<@(webcrypto_unittest_sources)', |
1033 '<@(web_modal_unittest_sources)', | 1039 '<@(web_modal_unittest_sources)', |
1034 ], | 1040 ], |
(...skipping 12 matching lines...) Expand all Loading... |
1047 'components.gyp:favicon_content', | 1053 'components.gyp:favicon_content', |
1048 'components.gyp:guest_view_browser', | 1054 'components.gyp:guest_view_browser', |
1049 'components.gyp:guest_view_common', | 1055 'components.gyp:guest_view_common', |
1050 'components.gyp:guest_view_test_support', | 1056 'components.gyp:guest_view_test_support', |
1051 'components.gyp:history_content_browser', | 1057 'components.gyp:history_content_browser', |
1052 'components.gyp:keyed_service_content', | 1058 'components.gyp:keyed_service_content', |
1053 'components.gyp:navigation_interception', | 1059 'components.gyp:navigation_interception', |
1054 'components.gyp:network_hints_renderer', | 1060 'components.gyp:network_hints_renderer', |
1055 'components.gyp:metrics_gpu', | 1061 'components.gyp:metrics_gpu', |
1056 'components.gyp:metrics_profiler', | 1062 'components.gyp:metrics_profiler', |
| 1063 'components.gyp:page_load_metrics_browser', |
| 1064 'components.gyp:page_load_metrics_common', |
| 1065 'components.gyp:page_load_metrics_renderer', |
1057 'components.gyp:password_manager_content_browser', | 1066 'components.gyp:password_manager_content_browser', |
1058 'components.gyp:password_manager_content_common', | 1067 'components.gyp:password_manager_content_common', |
1059 'components.gyp:power', | 1068 'components.gyp:power', |
1060 'components.gyp:precache_content', | 1069 'components.gyp:precache_content', |
1061 'components.gyp:safe_json', | 1070 'components.gyp:safe_json', |
1062 'components.gyp:safe_json_test_support', | 1071 'components.gyp:safe_json_test_support', |
1063 'components.gyp:sessions_content', | 1072 'components.gyp:sessions_content', |
1064 'components.gyp:storage_monitor', | 1073 'components.gyp:storage_monitor', |
1065 'components.gyp:storage_monitor_test_support', | 1074 'components.gyp:storage_monitor_test_support', |
1066 'components.gyp:url_matcher', | 1075 'components.gyp:url_matcher', |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1673 'invalidation/impl/android/junit/', | 1682 'invalidation/impl/android/junit/', |
1674 'policy/android/junit/' | 1683 'policy/android/junit/' |
1675 ], | 1684 ], |
1676 }, | 1685 }, |
1677 'includes': [ '../build/host_jar.gypi' ], | 1686 'includes': [ '../build/host_jar.gypi' ], |
1678 }, | 1687 }, |
1679 ], | 1688 ], |
1680 }], | 1689 }], |
1681 ], | 1690 ], |
1682 } | 1691 } |
OLD | NEW |