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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 'os_crypt/keychain_password_mac_unittest.mm', | 377 'os_crypt/keychain_password_mac_unittest.mm', |
378 'os_crypt/os_crypt_unittest.cc', | 378 'os_crypt/os_crypt_unittest.cc', |
379 ], | 379 ], |
380 'ownership_unittest_sources': [ | 380 'ownership_unittest_sources': [ |
381 'ownership/owner_key_util_impl_unittest.cc', | 381 'ownership/owner_key_util_impl_unittest.cc', |
382 ], | 382 ], |
383 'packed_ct_ev_whitelist_unittest_sources': [ | 383 'packed_ct_ev_whitelist_unittest_sources': [ |
384 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', | 384 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', |
385 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', | 385 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', |
386 ], | 386 ], |
| 387 'page_load_metrics_unittest_sources': [ |
| 388 'page_load_metrics/browser/page_load_metrics_web_contents_observer_unittes
t.cc', |
| 389 'page_load_metrics/renderer/page_load_metrics_render_frame_observer_unitte
st.cc', |
| 390 'page_load_metrics/renderer/page_timing_metrics_sender_unittest.cc', |
| 391 ], |
387 'password_manager_unittest_sources': [ | 392 'password_manager_unittest_sources': [ |
388 'password_manager/content/browser/credential_manager_dispatcher_unittest.c
c', | 393 'password_manager/content/browser/credential_manager_dispatcher_unittest.c
c', |
389 'password_manager/core/browser/affiliated_match_helper_unittest.cc', | 394 'password_manager/core/browser/affiliated_match_helper_unittest.cc', |
390 'password_manager/core/browser/affiliation_backend_unittest.cc', | 395 'password_manager/core/browser/affiliation_backend_unittest.cc', |
391 'password_manager/core/browser/affiliation_database_unittest.cc', | 396 'password_manager/core/browser/affiliation_database_unittest.cc', |
392 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', | 397 'password_manager/core/browser/affiliation_fetch_throttler_unittest.cc', |
393 'password_manager/core/browser/affiliation_fetcher_unittest.cc', | 398 'password_manager/core/browser/affiliation_fetcher_unittest.cc', |
394 'password_manager/core/browser/affiliation_service_unittest.cc', | 399 'password_manager/core/browser/affiliation_service_unittest.cc', |
395 'password_manager/core/browser/affiliation_utils_unittest.cc', | 400 'password_manager/core/browser/affiliation_utils_unittest.cc', |
396 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', | 401 'password_manager/core/browser/browser_save_password_progress_logger_unitt
est.cc', |
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 # Unit tests should always use statically-linked CLD data. | 997 # Unit tests should always use statically-linked CLD data. |
993 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], | 998 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
994 }], | 999 }], |
995 ['OS != "ios"', { | 1000 ['OS != "ios"', { |
996 'sources': [ | 1001 'sources': [ |
997 '<@(devtools_http_handler_unittest_sources)', | 1002 '<@(devtools_http_handler_unittest_sources)', |
998 '<@(error_page_unittest_sources)', | 1003 '<@(error_page_unittest_sources)', |
999 '<@(guest_view_unittest_sources)', | 1004 '<@(guest_view_unittest_sources)', |
1000 '<@(navigation_interception_unittest_sources)', | 1005 '<@(navigation_interception_unittest_sources)', |
1001 '<@(network_hints_unittest_sources)', | 1006 '<@(network_hints_unittest_sources)', |
| 1007 '<@(page_load_metrics_unittest_sources)', |
1002 '<@(power_unittest_sources)', | 1008 '<@(power_unittest_sources)', |
1003 '<@(safe_json_unittest_sources)', | 1009 '<@(safe_json_unittest_sources)', |
1004 '<@(scheduler_unittest_sources)', | 1010 '<@(scheduler_unittest_sources)', |
1005 '<@(storage_monitor_unittest_sources)', | 1011 '<@(storage_monitor_unittest_sources)', |
1006 '<@(ui_unittest_sources)', | 1012 '<@(ui_unittest_sources)', |
1007 '<@(visitedlink_unittest_sources)', | 1013 '<@(visitedlink_unittest_sources)', |
1008 '<@(web_cache_unittest_sources)', | 1014 '<@(web_cache_unittest_sources)', |
1009 '<@(webcrypto_unittest_sources)', | 1015 '<@(webcrypto_unittest_sources)', |
1010 '<@(web_modal_unittest_sources)', | 1016 '<@(web_modal_unittest_sources)', |
1011 ], | 1017 ], |
1012 'dependencies': [ | 1018 'dependencies': [ |
1013 '../skia/skia.gyp:skia', | 1019 '../skia/skia.gyp:skia', |
1014 'components.gyp:autofill_content_browser', | 1020 'components.gyp:autofill_content_browser', |
1015 'components.gyp:autofill_content_renderer', | 1021 'components.gyp:autofill_content_renderer', |
1016 'components.gyp:autofill_content_test_support', | 1022 'components.gyp:autofill_content_test_support', |
1017 'components.gyp:crash_test_support', | 1023 'components.gyp:crash_test_support', |
1018 'components.gyp:data_reduction_proxy_content_browser', | 1024 'components.gyp:data_reduction_proxy_content_browser', |
1019 'components.gyp:devtools_http_handler', | 1025 'components.gyp:devtools_http_handler', |
1020 'components.gyp:dom_distiller_content_browser', | 1026 'components.gyp:dom_distiller_content_browser', |
1021 'components.gyp:error_page_renderer', | 1027 'components.gyp:error_page_renderer', |
1022 'components.gyp:favicon_content', | 1028 'components.gyp:favicon_content', |
1023 'components.gyp:guest_view_browser', | 1029 'components.gyp:guest_view_browser', |
1024 'components.gyp:guest_view_common', | 1030 'components.gyp:guest_view_common', |
1025 'components.gyp:guest_view_test_support', | 1031 'components.gyp:guest_view_test_support', |
1026 'components.gyp:history_content_browser', | 1032 'components.gyp:history_content_browser', |
1027 'components.gyp:keyed_service_content', | 1033 'components.gyp:keyed_service_content', |
1028 'components.gyp:navigation_interception', | 1034 'components.gyp:navigation_interception', |
1029 'components.gyp:network_hints_renderer', | 1035 'components.gyp:network_hints_renderer', |
| 1036 'components.gyp:page_load_metrics_browser', |
| 1037 'components.gyp:page_load_metrics_common', |
| 1038 'components.gyp:page_load_metrics_renderer', |
1030 'components.gyp:password_manager_content_browser', | 1039 'components.gyp:password_manager_content_browser', |
1031 'components.gyp:password_manager_content_common', | 1040 'components.gyp:password_manager_content_common', |
1032 'components.gyp:power', | 1041 'components.gyp:power', |
1033 'components.gyp:precache_content', | 1042 'components.gyp:precache_content', |
1034 'components.gyp:safe_json', | 1043 'components.gyp:safe_json', |
1035 'components.gyp:safe_json_test_support', | 1044 'components.gyp:safe_json_test_support', |
1036 'components.gyp:sessions_content', | 1045 'components.gyp:sessions_content', |
1037 'components.gyp:storage_monitor', | 1046 'components.gyp:storage_monitor', |
1038 'components.gyp:storage_monitor_test_support', | 1047 'components.gyp:storage_monitor_test_support', |
1039 'components.gyp:url_matcher', | 1048 'components.gyp:url_matcher', |
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1631 'invalidation/impl/android/junit/', | 1640 'invalidation/impl/android/junit/', |
1632 'policy/android/junit/' | 1641 'policy/android/junit/' |
1633 ], | 1642 ], |
1634 }, | 1643 }, |
1635 'includes': [ '../build/host_jar.gypi' ], | 1644 'includes': [ '../build/host_jar.gypi' ], |
1636 }, | 1645 }, |
1637 ], | 1646 ], |
1638 }], | 1647 }], |
1639 ], | 1648 ], |
1640 } | 1649 } |
OLD | NEW |