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

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: CHECK => DCHECK and removing anonymous namespaces 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
« no previous file with comments | « components/components.gyp ('k') | components/page_load_metrics.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 1033 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
1029 }], 1034 }],
1030 ['OS != "ios"', { 1035 ['OS != "ios"', {
1031 'sources': [ 1036 'sources': [
1032 '<@(certificate_transparency_unittest_sources)', 1037 '<@(certificate_transparency_unittest_sources)',
1033 '<@(devtools_http_handler_unittest_sources)', 1038 '<@(devtools_http_handler_unittest_sources)',
1034 '<@(error_page_unittest_sources)', 1039 '<@(error_page_unittest_sources)',
1035 '<@(guest_view_unittest_sources)', 1040 '<@(guest_view_unittest_sources)',
1036 '<@(navigation_interception_unittest_sources)', 1041 '<@(navigation_interception_unittest_sources)',
1037 '<@(network_hints_unittest_sources)', 1042 '<@(network_hints_unittest_sources)',
1043 '<@(page_load_metrics_unittest_sources)',
1038 '<@(power_unittest_sources)', 1044 '<@(power_unittest_sources)',
1039 '<@(safe_json_unittest_sources)', 1045 '<@(safe_json_unittest_sources)',
1040 '<@(scheduler_unittest_sources)', 1046 '<@(scheduler_unittest_sources)',
1041 '<@(storage_monitor_unittest_sources)', 1047 '<@(storage_monitor_unittest_sources)',
1042 '<@(ui_unittest_sources)', 1048 '<@(ui_unittest_sources)',
1043 '<@(visitedlink_unittest_sources)', 1049 '<@(visitedlink_unittest_sources)',
1044 '<@(web_cache_unittest_sources)', 1050 '<@(web_cache_unittest_sources)',
1045 '<@(webcrypto_unittest_sources)', 1051 '<@(webcrypto_unittest_sources)',
1046 '<@(web_modal_unittest_sources)', 1052 '<@(web_modal_unittest_sources)',
1047 ], 1053 ],
(...skipping 13 matching lines...) Expand all
1061 'components.gyp:favicon_content', 1067 'components.gyp:favicon_content',
1062 'components.gyp:guest_view_browser', 1068 'components.gyp:guest_view_browser',
1063 'components.gyp:guest_view_common', 1069 'components.gyp:guest_view_common',
1064 'components.gyp:guest_view_test_support', 1070 'components.gyp:guest_view_test_support',
1065 'components.gyp:history_content_browser', 1071 'components.gyp:history_content_browser',
1066 'components.gyp:keyed_service_content', 1072 'components.gyp:keyed_service_content',
1067 'components.gyp:navigation_interception', 1073 'components.gyp:navigation_interception',
1068 'components.gyp:network_hints_renderer', 1074 'components.gyp:network_hints_renderer',
1069 'components.gyp:metrics_gpu', 1075 'components.gyp:metrics_gpu',
1070 'components.gyp:metrics_profiler', 1076 'components.gyp:metrics_profiler',
1077 'components.gyp:page_load_metrics_browser',
1078 'components.gyp:page_load_metrics_common',
jochen (gone - plz use gerrit) 2015/09/21 14:59:57 why do you need _common?
1079 'components.gyp:page_load_metrics_renderer',
1071 'components.gyp:password_manager_content_browser', 1080 'components.gyp:password_manager_content_browser',
1072 'components.gyp:password_manager_content_common', 1081 'components.gyp:password_manager_content_common',
1073 'components.gyp:power', 1082 'components.gyp:power',
1074 'components.gyp:precache_content', 1083 'components.gyp:precache_content',
1075 'components.gyp:safe_json', 1084 'components.gyp:safe_json',
1076 'components.gyp:safe_json_test_support', 1085 'components.gyp:safe_json_test_support',
1077 'components.gyp:sessions_content', 1086 'components.gyp:sessions_content',
1078 'components.gyp:storage_monitor', 1087 'components.gyp:storage_monitor',
1079 'components.gyp:storage_monitor_test_support', 1088 'components.gyp:storage_monitor_test_support',
1080 'components.gyp:url_matcher', 1089 'components.gyp:url_matcher',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 'invalidation/impl/android/junit/', 1707 'invalidation/impl/android/junit/',
1699 'policy/android/junit/' 1708 'policy/android/junit/'
1700 ], 1709 ],
1701 }, 1710 },
1702 'includes': [ '../build/host_jar.gypi' ], 1711 'includes': [ '../build/host_jar.gypi' ],
1703 }, 1712 },
1704 ], 1713 ],
1705 }], 1714 }],
1706 ], 1715 ],
1707 } 1716 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/page_load_metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698