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

Side by Side Diff: components/components_tests.gyp

Issue 848303005: Renamed the dns_prefetch component to network_predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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/dns_prefetch.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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 ], 463 ],
464 }], 464 }],
465 [ 'cld_version==0 or cld_version==2', { 465 [ 'cld_version==0 or cld_version==2', {
466 'dependencies': [ 466 'dependencies': [
467 # Unit tests should always use statically-linked CLD data. 467 # Unit tests should always use statically-linked CLD data.
468 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 468 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
469 }], 469 }],
470 ['OS != "ios"', { 470 ['OS != "ios"', {
471 'sources': [ 471 'sources': [
472 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 472 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
473 'dns_prefetch/renderer/predictor_queue_unittest.cc', 473 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
474 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc', 474 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
475 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 475 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
476 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc', 476 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc',
477 'error_page/renderer/net_error_helper_core_unittest.cc', 477 'error_page/renderer/net_error_helper_core_unittest.cc',
478 'metrics/gpu/gpu_metrics_provider_unittest.cc', 478 'metrics/gpu/gpu_metrics_provider_unittest.cc',
479 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 479 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc',
480 'power/origin_power_map_unittest.cc', 480 'power/origin_power_map_unittest.cc',
481 ], 481 ],
482 'dependencies': [ 482 'dependencies': [
483 '../skia/skia.gyp:skia', 483 '../skia/skia.gyp:skia',
484 'components.gyp:autofill_content_browser', 484 'components.gyp:autofill_content_browser',
485 'components.gyp:autofill_content_renderer', 485 'components.gyp:autofill_content_renderer',
486 'components.gyp:autofill_content_test_support', 486 'components.gyp:autofill_content_test_support',
487 'components.gyp:dns_prefetch_renderer',
488 'components.gyp:dom_distiller_content', 487 'components.gyp:dom_distiller_content',
489 'components.gyp:error_page_renderer', 488 'components.gyp:error_page_renderer',
490 'components.gyp:history_content_browser', 489 'components.gyp:history_content_browser',
491 'components.gyp:keyed_service_content', 490 'components.gyp:keyed_service_content',
492 'components.gyp:navigation_interception', 491 'components.gyp:navigation_interception',
492 'components.gyp:network_hints_renderer',
493 'components.gyp:password_manager_content_browser', 493 'components.gyp:password_manager_content_browser',
494 'components.gyp:password_manager_content_common', 494 'components.gyp:password_manager_content_common',
495 'components.gyp:power', 495 'components.gyp:power',
496 'components.gyp:precache_content', 496 'components.gyp:precache_content',
497 'components.gyp:sessions_content', 497 'components.gyp:sessions_content',
498 'components.gyp:storage_monitor', 498 'components.gyp:storage_monitor',
499 'components.gyp:storage_monitor_test_support', 499 'components.gyp:storage_monitor_test_support',
500 'components.gyp:url_matcher', 500 'components.gyp:url_matcher',
501 'components.gyp:visitedlink_browser', 501 'components.gyp:visitedlink_browser',
502 'components.gyp:visitedlink_renderer', 502 'components.gyp:visitedlink_renderer',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1039 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1040 'msvs_disabled_warnings': [ 4267, ], 1040 'msvs_disabled_warnings': [ 4267, ],
1041 }], 1041 }],
1042 ['OS=="win" and win_use_allocator_shim==1', { 1042 ['OS=="win" and win_use_allocator_shim==1', {
1043 'dependencies': [ 1043 'dependencies': [
1044 '../base/allocator/allocator.gyp:allocator', 1044 '../base/allocator/allocator.gyp:allocator',
1045 ], 1045 ],
1046 }], 1046 }],
1047 ['OS=="mac"', { 1047 ['OS=="mac"', {
1048 'dependencies': [ 1048 'dependencies': [
1049 » » '../content/content_shell_and_tests.gyp:content_shell', # Neede d for Content Shell.app's Helper. 1049 '../content/content_shell_and_tests.gyp:content_shell', # Needed for Co ntent Shell.app's Helper.
1050 ], 1050 ],
1051 }], 1051 }],
1052 ], 1052 ],
1053 }, 1053 },
1054 ], 1054 ],
1055 }], 1055 }],
1056 ['test_isolation_mode != "noop"', { 1056 ['test_isolation_mode != "noop"', {
1057 'targets': [ 1057 'targets': [
1058 { 1058 {
1059 'target_name': 'components_unittests_run', 1059 'target_name': 'components_unittests_run',
1060 'type': 'none', 1060 'type': 'none',
1061 'dependencies': [ 1061 'dependencies': [
1062 'components_unittests', 1062 'components_unittests',
1063 ], 1063 ],
1064 'includes': [ 1064 'includes': [
1065 '../build/isolate.gypi', 1065 '../build/isolate.gypi',
1066 ], 1066 ],
1067 'sources': [ 1067 'sources': [
1068 'components_unittests.isolate', 1068 'components_unittests.isolate',
1069 ], 1069 ],
1070 }, 1070 },
1071 ], 1071 ],
1072 }], 1072 }],
1073 ], 1073 ],
1074 } 1074 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/dns_prefetch.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698