| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 # Dependencies of auto_login_parser | 172 # Dependencies of auto_login_parser |
| 173 'components.gyp:auto_login_parser', | 173 'components.gyp:auto_login_parser', |
| 174 | 174 |
| 175 # Dependencies of autofill | 175 # Dependencies of autofill |
| 176 'components.gyp:autofill_core_browser', | 176 'components.gyp:autofill_core_browser', |
| 177 'components.gyp:autofill_core_common', | 177 'components.gyp:autofill_core_common', |
| 178 'components.gyp:autofill_core_test_support', | 178 'components.gyp:autofill_core_test_support', |
| 179 'components_strings.gyp:components_strings', | 179 'components_strings.gyp:components_strings', |
| 180 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 180 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 181 | 181 |
| 182 # Dependencies of bookmarks | |
| 183 'components.gyp:bookmarks_core_common', | |
| 184 | |
| 185 # Dependencies of cloud_devices | 182 # Dependencies of cloud_devices |
| 186 'components.gyp:cloud_devices', | 183 'components.gyp:cloud_devices', |
| 187 | 184 |
| 188 # Dependencies of dom_distiller | 185 # Dependencies of dom_distiller |
| 189 'components.gyp:distilled_page_proto', | 186 'components.gyp:distilled_page_proto', |
| 190 'components.gyp:dom_distiller_core', | 187 'components.gyp:dom_distiller_core', |
| 191 'components.gyp:dom_distiller_test_support', | 188 'components.gyp:dom_distiller_test_support', |
| 192 | 189 |
| 193 # Dependencies of domain_reliability | 190 # Dependencies of domain_reliability |
| 194 'components.gyp:domain_reliability', | 191 'components.gyp:domain_reliability', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 'dependencies': [ | 629 'dependencies': [ |
| 633 '../base/allocator/allocator.gyp:allocator', | 630 '../base/allocator/allocator.gyp:allocator', |
| 634 ], | 631 ], |
| 635 }], | 632 }], |
| 636 ], | 633 ], |
| 637 }, | 634 }, |
| 638 ], | 635 ], |
| 639 }], | 636 }], |
| 640 ], | 637 ], |
| 641 } | 638 } |
| OLD | NEW |