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

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: Created 6 years, 2 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
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'bookmarks/browser/bookmark_node_data_unittest.cc', 454 'bookmarks/browser/bookmark_node_data_unittest.cc',
455 ], 455 ],
456 }], 456 }],
457 ['OS != "ios"', { 457 ['OS != "ios"', {
458 'sources': [ 458 'sources': [
459 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 459 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
460 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 460 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
461 'metrics/gpu/gpu_metrics_provider_unittest.cc', 461 'metrics/gpu/gpu_metrics_provider_unittest.cc',
462 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc', 462 'password_manager/content/browser/content_credential_manager_dis patcher_unittest.cc',
463 'power/origin_power_map_unittest.cc', 463 'power/origin_power_map_unittest.cc',
464 'predictor/renderer/predictor_queue_unittest.cc',
465 'predictor/renderer/renderer_net_predictor_unittest.cc',
464 ], 466 ],
465 'dependencies': [ 467 'dependencies': [
466 # Dependencies of autofill 468 # Dependencies of autofill
467 'components.gyp:autofill_content_browser', 469 'components.gyp:autofill_content_browser',
468 'components.gyp:autofill_content_renderer', 470 'components.gyp:autofill_content_renderer',
469 'components.gyp:autofill_content_test_support', 471 'components.gyp:autofill_content_test_support',
470 472
471 # Dependencies of dom_distiller 473 # Dependencies of dom_distiller
472 'components.gyp:dom_distiller_content', 474 'components.gyp:dom_distiller_content',
473 475
474 # Dependencies of 476 # Dependencies of
475 # intercept_navigation_resource_throttle_unittest.cc 477 # intercept_navigation_resource_throttle_unittest.cc
476 '../skia/skia.gyp:skia', 478 '../skia/skia.gyp:skia',
477 'components.gyp:navigation_interception', 479 'components.gyp:navigation_interception',
478 480
479 # Dependencies of keyed_service 481 # Dependencies of keyed_service
480 'components.gyp:keyed_service_content', 482 'components.gyp:keyed_service_content',
481 483
482 # Dependencies of password_manager 484 # Dependencies of password_manager
483 'components.gyp:password_manager_content_browser', 485 'components.gyp:password_manager_content_browser',
484 'components.gyp:password_manager_content_common', 486 'components.gyp:password_manager_content_common',
485 487
486 # Dependencies of precache/content 488 # Dependencies of precache/content
487 'components.gyp:precache_content', 489 'components.gyp:precache_content',
488 490
489 # Dependencies of power 491 # Dependencies of power
490 'components.gyp:power', 492 'components.gyp:power',
491 493
494 # Dependencies of predictor
495 'components.gyp:predictor_renderer',
496
492 # Dependencies of sessions 497 # Dependencies of sessions
493 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 498 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
494 'components.gyp:sessions', 499 'components.gyp:sessions',
495 'components.gyp:sessions_test_support', 500 'components.gyp:sessions_test_support',
496 501
497 # Dependencies of storage monitor 502 # Dependencies of storage monitor
498 'components.gyp:storage_monitor', 503 'components.gyp:storage_monitor',
499 'components.gyp:storage_monitor_test_support', 504 'components.gyp:storage_monitor_test_support',
500 505
501 # Dependencies of url_matcher. 506 # Dependencies of url_matcher.
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 'dependencies': [ 980 'dependencies': [
976 '../base/allocator/allocator.gyp:allocator', 981 '../base/allocator/allocator.gyp:allocator',
977 ], 982 ],
978 }], 983 }],
979 ], 984 ],
980 }, 985 },
981 ], 986 ],
982 }], 987 }],
983 ], 988 ],
984 } 989 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698