OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |