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

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: rebase 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
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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'constrained_window/constrained_window_views_unittest.cc', 472 'constrained_window/constrained_window_views_unittest.cc',
473 ], 473 ],
474 'dependencies': [ 474 'dependencies': [
475 '<(DEPTH)/ui/views/views.gyp:views_test_support', 475 '<(DEPTH)/ui/views/views.gyp:views_test_support',
476 'components.gyp:constrained_window', 476 'components.gyp:constrained_window',
477 ] 477 ]
478 }], 478 }],
479 ['OS != "ios"', { 479 ['OS != "ios"', {
480 'sources': [ 480 'sources': [
481 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 481 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
482 'dns_prefetch/renderer/predictor_queue_unittest.cc',
483 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc',
482 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 484 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
483 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc', 485 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc',
484 'error_page/renderer/net_error_helper_core_unittest.cc', 486 'error_page/renderer/net_error_helper_core_unittest.cc',
485 'metrics/gpu/gpu_metrics_provider_unittest.cc', 487 'metrics/gpu/gpu_metrics_provider_unittest.cc',
486 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 488 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc',
487 'power/origin_power_map_unittest.cc', 489 'power/origin_power_map_unittest.cc',
488 ], 490 ],
489 'dependencies': [ 491 'dependencies': [
490 # Dependencies of autofill 492 # Dependencies of autofill
491 'components.gyp:autofill_content_browser', 493 'components.gyp:autofill_content_browser',
492 'components.gyp:autofill_content_renderer', 494 'components.gyp:autofill_content_renderer',
493 'components.gyp:autofill_content_test_support', 495 'components.gyp:autofill_content_test_support',
494 496
497 # Dependencies of dns_prefetch
498 'components.gyp:dns_prefetch_renderer',
499
495 # Dependencies of dom_distiller 500 # Dependencies of dom_distiller
496 'components.gyp:dom_distiller_content', 501 'components.gyp:dom_distiller_content',
497 502
498 # Dependencies of error_page 503 # Dependencies of error_page
499 'components.gyp:error_page_renderer', 504 'components.gyp:error_page_renderer',
500 505
501 # Dependencies of 506 # Dependencies of
502 # intercept_navigation_resource_throttle_unittest.cc 507 # intercept_navigation_resource_throttle_unittest.cc
503 '../skia/skia.gyp:skia', 508 '../skia/skia.gyp:skia',
504 'components.gyp:navigation_interception', 509 'components.gyp:navigation_interception',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'dependencies': [ 1015 'dependencies': [
1011 '../base/allocator/allocator.gyp:allocator', 1016 '../base/allocator/allocator.gyp:allocator',
1012 ], 1017 ],
1013 }], 1018 }],
1014 ], 1019 ],
1015 }, 1020 },
1016 ], 1021 ],
1017 }], 1022 }],
1018 ], 1023 ],
1019 } 1024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698