| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 # Dependencies of autofill | 196 # Dependencies of autofill |
| 197 'components.gyp:autofill_core_browser', | 197 'components.gyp:autofill_core_browser', |
| 198 'components.gyp:autofill_core_common', | 198 'components.gyp:autofill_core_common', |
| 199 'components.gyp:autofill_core_test_support', | 199 'components.gyp:autofill_core_test_support', |
| 200 'components_strings.gyp:components_strings', | 200 'components_strings.gyp:components_strings', |
| 201 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 201 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 202 | 202 |
| 203 # Dependencies of bookmarks | 203 # Dependencies of bookmarks |
| 204 'components.gyp:bookmarks_core_browser', | 204 'components.gyp:bookmarks_core_browser', |
| 205 'components.gyp:bookmarks_core_test_support', | 205 'components.gyp:bookmarks_core_test_support', |
| 206 | 206 |
| 207 # Dependencies of bookmarks_enhanced |
| 208 'components.gyp:bookmarks_enhanced_test_support', |
| 209 |
| 207 # Dependencies of captive_portal | 210 # Dependencies of captive_portal |
| 208 'components.gyp:captive_portal_test_support', | 211 'components.gyp:captive_portal_test_support', |
| 209 '../net/net.gyp:net_test_support', | 212 '../net/net.gyp:net_test_support', |
| 210 | 213 |
| 211 # Dependencies of cloud_devices | 214 # Dependencies of cloud_devices |
| 212 'components.gyp:cloud_devices_common', | 215 'components.gyp:cloud_devices_common', |
| 213 | 216 |
| 214 # Dependencies of data_reduction_proxy | 217 # Dependencies of data_reduction_proxy |
| 215 'components.gyp:data_reduction_proxy_browser', | 218 'components.gyp:data_reduction_proxy_browser', |
| 216 'components.gyp:data_reduction_proxy_common', | 219 'components.gyp:data_reduction_proxy_common', |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 'dependencies': [ | 696 'dependencies': [ |
| 694 '../base/allocator/allocator.gyp:allocator', | 697 '../base/allocator/allocator.gyp:allocator', |
| 695 ], | 698 ], |
| 696 }], | 699 }], |
| 697 ], | 700 ], |
| 698 }, | 701 }, |
| 699 ], | 702 ], |
| 700 }], | 703 }], |
| 701 ], | 704 ], |
| 702 } | 705 } |
| OLD | NEW |