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

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: address comments 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 ], 468 ],
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 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 473 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
474 'error_page/renderer/net_error_helper_core_unittest.cc', 474 'error_page/renderer/net_error_helper_core_unittest.cc',
475 'metrics/gpu/gpu_metrics_provider_unittest.cc', 475 'metrics/gpu/gpu_metrics_provider_unittest.cc',
476 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 476 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc',
477 'power/origin_power_map_unittest.cc', 477 'power/origin_power_map_unittest.cc',
478 'predictor/renderer/predictor_queue_unittest.cc',
479 'predictor/renderer/renderer_net_predictor_unittest.cc',
478 ], 480 ],
479 'dependencies': [ 481 'dependencies': [
480 # Dependencies of autofill 482 # Dependencies of autofill
481 'components.gyp:autofill_content_browser', 483 'components.gyp:autofill_content_browser',
482 'components.gyp:autofill_content_renderer', 484 'components.gyp:autofill_content_renderer',
483 'components.gyp:autofill_content_test_support', 485 'components.gyp:autofill_content_test_support',
484 486
485 # Dependencies of dom_distiller 487 # Dependencies of dom_distiller
486 'components.gyp:dom_distiller_content', 488 'components.gyp:dom_distiller_content',
487 489
(...skipping 11 matching lines...) Expand all
499 # Dependencies of password_manager 501 # Dependencies of password_manager
500 'components.gyp:password_manager_content_browser', 502 'components.gyp:password_manager_content_browser',
501 'components.gyp:password_manager_content_common', 503 'components.gyp:password_manager_content_common',
502 504
503 # Dependencies of precache/content 505 # Dependencies of precache/content
504 'components.gyp:precache_content', 506 'components.gyp:precache_content',
505 507
506 # Dependencies of power 508 # Dependencies of power
507 'components.gyp:power', 509 'components.gyp:power',
508 510
511 # Dependencies of predictor
512 'components.gyp:predictor_renderer',
513
509 # Dependencies of sessions 514 # Dependencies of sessions
510 'components.gyp:sessions_content', 515 'components.gyp:sessions_content',
511 516
512 # Dependencies of storage monitor 517 # Dependencies of storage monitor
513 'components.gyp:storage_monitor', 518 'components.gyp:storage_monitor',
514 'components.gyp:storage_monitor_test_support', 519 'components.gyp:storage_monitor_test_support',
515 520
516 # Dependencies of url_matcher. 521 # Dependencies of url_matcher.
517 'components.gyp:url_matcher', 522 'components.gyp:url_matcher',
518 523
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'dependencies': [ 1004 'dependencies': [
1000 '../base/allocator/allocator.gyp:allocator', 1005 '../base/allocator/allocator.gyp:allocator',
1001 ], 1006 ],
1002 }], 1007 }],
1003 ], 1008 ],
1004 }, 1009 },
1005 ], 1010 ],
1006 }], 1011 }],
1007 ], 1012 ],
1008 } 1013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698