| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 'components.gyp:password_manager_content_common', | 491 'components.gyp:password_manager_content_common', |
| 492 | 492 |
| 493 # Dependencies of precache/content | 493 # Dependencies of precache/content |
| 494 'components.gyp:precache_content', | 494 'components.gyp:precache_content', |
| 495 | 495 |
| 496 # Dependencies of power | 496 # Dependencies of power |
| 497 'components.gyp:power', | 497 'components.gyp:power', |
| 498 | 498 |
| 499 # Dependencies of sessions | 499 # Dependencies of sessions |
| 500 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 500 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 501 'components.gyp:sessions', | 501 'components.gyp:sessions_content', |
| 502 'components.gyp:sessions_test_support', | 502 'components.gyp:sessions_test_support', |
| 503 | 503 |
| 504 # Dependencies of storage monitor | 504 # Dependencies of storage monitor |
| 505 'components.gyp:storage_monitor', | 505 'components.gyp:storage_monitor', |
| 506 'components.gyp:storage_monitor_test_support', | 506 'components.gyp:storage_monitor_test_support', |
| 507 | 507 |
| 508 # Dependencies of url_matcher. | 508 # Dependencies of url_matcher. |
| 509 'components.gyp:url_matcher', | 509 'components.gyp:url_matcher', |
| 510 | 510 |
| 511 # Dependencies of visitedlink | 511 # Dependencies of visitedlink |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 'dependencies': [ | 987 'dependencies': [ |
| 988 '../base/allocator/allocator.gyp:allocator', | 988 '../base/allocator/allocator.gyp:allocator', |
| 989 ], | 989 ], |
| 990 }], | 990 }], |
| 991 ], | 991 ], |
| 992 }, | 992 }, |
| 993 ], | 993 ], |
| 994 }], | 994 }], |
| 995 ], | 995 ], |
| 996 } | 996 } |
| OLD | NEW |