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

Side by Side Diff: components/components_tests.gyp

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybot fixes: 1) hide gyp target from ios 2) UintToString --> SizeTToString Created 6 years, 1 month 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 486 ],
487 }], 487 }],
488 [ 'cld_version==0 or cld_version==2', { 488 [ 'cld_version==0 or cld_version==2', {
489 'dependencies': [ 489 'dependencies': [
490 # Unit tests should always use statically-linked CLD data. 490 # Unit tests should always use statically-linked CLD data.
491 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 491 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
492 }], 492 }],
493 ['OS != "ios"', { 493 ['OS != "ios"', {
494 'sources': [ 494 'sources': [
495 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 495 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
496 'dns_prefetch/renderer/predictor_queue_unittest.cc',
497 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc',
496 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 498 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
497 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc', 499 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc',
498 'error_page/renderer/net_error_helper_core_unittest.cc', 500 'error_page/renderer/net_error_helper_core_unittest.cc',
499 'metrics/gpu/gpu_metrics_provider_unittest.cc', 501 'metrics/gpu/gpu_metrics_provider_unittest.cc',
500 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 502 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc',
501 'power/origin_power_map_unittest.cc', 503 'power/origin_power_map_unittest.cc',
502 ], 504 ],
503 'dependencies': [ 505 'dependencies': [
504 # Dependencies of autofill 506 # Dependencies of autofill
505 'components.gyp:autofill_content_browser', 507 'components.gyp:autofill_content_browser',
506 'components.gyp:autofill_content_renderer', 508 'components.gyp:autofill_content_renderer',
507 'components.gyp:autofill_content_test_support', 509 'components.gyp:autofill_content_test_support',
508 510
511 # Dependencies of dns_prefetch
512 'components.gyp:dns_prefetch_renderer',
513
509 # Dependencies of dom_distiller 514 # Dependencies of dom_distiller
510 'components.gyp:dom_distiller_content', 515 'components.gyp:dom_distiller_content',
511 516
512 # Dependencies of error_page 517 # Dependencies of error_page
513 'components.gyp:error_page_renderer', 518 'components.gyp:error_page_renderer',
514 519
515 # Dependencies of 520 # Dependencies of
516 # intercept_navigation_resource_throttle_unittest.cc 521 # intercept_navigation_resource_throttle_unittest.cc
517 '../skia/skia.gyp:skia', 522 '../skia/skia.gyp:skia',
518 'components.gyp:navigation_interception', 523 'components.gyp:navigation_interception',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'dependencies': [ 1044 'dependencies': [
1040 '../base/allocator/allocator.gyp:allocator', 1045 '../base/allocator/allocator.gyp:allocator',
1041 ], 1046 ],
1042 }], 1047 }],
1043 ], 1048 ],
1044 }, 1049 },
1045 ], 1050 ],
1046 }], 1051 }],
1047 ], 1052 ],
1048 } 1053 }
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