Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Side by Side Diff: components/components_tests.gyp

Issue 1312213010: PageLoadMetrics renderer and browser implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase conflict Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/page_load_metrics_web_contents_observer_unittes t.cc',
397 'page_load_metrics/renderer/page_load_metrics_render_frame_observer_unitte st.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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 1019 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
1015 }], 1020 }],
1016 ['OS != "ios"', { 1021 ['OS != "ios"', {
1017 'sources': [ 1022 'sources': [
1018 '<@(certificate_transparency_unittest_sources)', 1023 '<@(certificate_transparency_unittest_sources)',
1019 '<@(devtools_http_handler_unittest_sources)', 1024 '<@(devtools_http_handler_unittest_sources)',
1020 '<@(error_page_unittest_sources)', 1025 '<@(error_page_unittest_sources)',
1021 '<@(guest_view_unittest_sources)', 1026 '<@(guest_view_unittest_sources)',
1022 '<@(navigation_interception_unittest_sources)', 1027 '<@(navigation_interception_unittest_sources)',
1023 '<@(network_hints_unittest_sources)', 1028 '<@(network_hints_unittest_sources)',
1029 '<@(page_load_metrics_unittest_sources)',
1024 '<@(power_unittest_sources)', 1030 '<@(power_unittest_sources)',
1025 '<@(safe_json_unittest_sources)', 1031 '<@(safe_json_unittest_sources)',
1026 '<@(scheduler_unittest_sources)', 1032 '<@(scheduler_unittest_sources)',
1027 '<@(storage_monitor_unittest_sources)', 1033 '<@(storage_monitor_unittest_sources)',
1028 '<@(ui_unittest_sources)', 1034 '<@(ui_unittest_sources)',
1029 '<@(visitedlink_unittest_sources)', 1035 '<@(visitedlink_unittest_sources)',
1030 '<@(web_cache_unittest_sources)', 1036 '<@(web_cache_unittest_sources)',
1031 '<@(webcrypto_unittest_sources)', 1037 '<@(webcrypto_unittest_sources)',
1032 '<@(web_modal_unittest_sources)', 1038 '<@(web_modal_unittest_sources)',
1033 ], 1039 ],
(...skipping 12 matching lines...) Expand all
1046 'components.gyp:favicon_content', 1052 'components.gyp:favicon_content',
1047 'components.gyp:guest_view_browser', 1053 'components.gyp:guest_view_browser',
1048 'components.gyp:guest_view_common', 1054 'components.gyp:guest_view_common',
1049 'components.gyp:guest_view_test_support', 1055 'components.gyp:guest_view_test_support',
1050 'components.gyp:history_content_browser', 1056 'components.gyp:history_content_browser',
1051 'components.gyp:keyed_service_content', 1057 'components.gyp:keyed_service_content',
1052 'components.gyp:navigation_interception', 1058 'components.gyp:navigation_interception',
1053 'components.gyp:network_hints_renderer', 1059 'components.gyp:network_hints_renderer',
1054 'components.gyp:metrics_gpu', 1060 'components.gyp:metrics_gpu',
1055 'components.gyp:metrics_profiler', 1061 'components.gyp:metrics_profiler',
1062 'components.gyp:page_load_metrics_browser',
1063 'components.gyp:page_load_metrics_common',
1064 'components.gyp:page_load_metrics_renderer',
1056 'components.gyp:password_manager_content_browser', 1065 'components.gyp:password_manager_content_browser',
1057 'components.gyp:password_manager_content_common', 1066 'components.gyp:password_manager_content_common',
1058 'components.gyp:power', 1067 'components.gyp:power',
1059 'components.gyp:precache_content', 1068 'components.gyp:precache_content',
1060 'components.gyp:safe_json', 1069 'components.gyp:safe_json',
1061 'components.gyp:safe_json_test_support', 1070 'components.gyp:safe_json_test_support',
1062 'components.gyp:sessions_content', 1071 'components.gyp:sessions_content',
1063 'components.gyp:storage_monitor', 1072 'components.gyp:storage_monitor',
1064 'components.gyp:storage_monitor_test_support', 1073 'components.gyp:storage_monitor_test_support',
1065 'components.gyp:url_matcher', 1074 'components.gyp:url_matcher',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 'invalidation/impl/android/junit/', 1681 'invalidation/impl/android/junit/',
1673 'policy/android/junit/' 1682 'policy/android/junit/'
1674 ], 1683 ],
1675 }, 1684 },
1676 'includes': [ '../build/host_jar.gypi' ], 1685 'includes': [ '../build/host_jar.gypi' ],
1677 }, 1686 },
1678 ], 1687 ],
1679 }], 1688 }],
1680 ], 1689 ],
1681 } 1690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698