| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'components.gyp:os_crypt', | 303 'components.gyp:os_crypt', |
| 304 | 304 |
| 305 # Dependencies of password_manager | 305 # Dependencies of password_manager |
| 306 'components.gyp:password_manager_core_browser', | 306 'components.gyp:password_manager_core_browser', |
| 307 'components.gyp:password_manager_core_browser_test_support', | 307 'components.gyp:password_manager_core_browser_test_support', |
| 308 | 308 |
| 309 # Dependencies of precache/core | 309 # Dependencies of precache/core |
| 310 'components.gyp:password_manager_core_browser', | 310 'components.gyp:password_manager_core_browser', |
| 311 'components.gyp:precache_core', | 311 'components.gyp:precache_core', |
| 312 | 312 |
| 313 # Dependencies of pref_registry |
| 314 'components.gyp:pref_registry_test_support', |
| 315 |
| 313 # Dependencies of query_parser | 316 # Dependencies of query_parser |
| 314 'components.gyp:query_parser', | 317 'components.gyp:query_parser', |
| 315 | 318 |
| 316 # Dependencies of rappor | 319 # Dependencies of rappor |
| 317 'components.gyp:rappor', | 320 'components.gyp:rappor', |
| 318 | 321 |
| 319 # Dependencies of search_provider_logos | 322 # Dependencies of search_provider_logos |
| 320 'components.gyp:search_provider_logos', | 323 'components.gyp:search_provider_logos', |
| 321 | 324 |
| 322 # Dependencies of signin | 325 # Dependencies of signin |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 'dependencies': [ | 803 'dependencies': [ |
| 801 '../base/allocator/allocator.gyp:allocator', | 804 '../base/allocator/allocator.gyp:allocator', |
| 802 ], | 805 ], |
| 803 }], | 806 }], |
| 804 ], | 807 ], |
| 805 }, | 808 }, |
| 806 ], | 809 ], |
| 807 }], | 810 }], |
| 808 ], | 811 ], |
| 809 } | 812 } |
| OLD | NEW |