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

Side by Side Diff: components/components_tests.gyp

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete #include Created 5 years, 11 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/BUILD.gn ('k') | components/history.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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 546
547 # Dependencies of dns_prefetch 547 # Dependencies of dns_prefetch
548 'components.gyp:dns_prefetch_renderer', 548 'components.gyp:dns_prefetch_renderer',
549 549
550 # Dependencies of dom_distiller 550 # Dependencies of dom_distiller
551 'components.gyp:dom_distiller_content', 551 'components.gyp:dom_distiller_content',
552 552
553 # Dependencies of error_page 553 # Dependencies of error_page
554 'components.gyp:error_page_renderer', 554 'components.gyp:error_page_renderer',
555 555
556 # Dependencies of history
557 'components.gyp:history_content_browser',
558
556 # Dependencies of 559 # Dependencies of
557 # intercept_navigation_resource_throttle_unittest.cc 560 # intercept_navigation_resource_throttle_unittest.cc
558 '../skia/skia.gyp:skia', 561 '../skia/skia.gyp:skia',
559 'components.gyp:navigation_interception', 562 'components.gyp:navigation_interception',
560 563
561 # Dependencies of keyed_service 564 # Dependencies of keyed_service
562 'components.gyp:keyed_service_content', 565 'components.gyp:keyed_service_content',
563 566
564 # Dependencies of password_manager 567 # Dependencies of password_manager
565 'components.gyp:password_manager_content_browser', 568 'components.gyp:password_manager_content_browser',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'dependencies': [ 1107 'dependencies': [
1105 '../base/allocator/allocator.gyp:allocator', 1108 '../base/allocator/allocator.gyp:allocator',
1106 ], 1109 ],
1107 }], 1110 }],
1108 ], 1111 ],
1109 }, 1112 },
1110 ], 1113 ],
1111 }], 1114 }],
1112 ], 1115 ],
1113 } 1116 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698