| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 'components.gyp:suggestions', | 487 'components.gyp:suggestions', |
| 488 | 488 |
| 489 # Dependencies of sync_driver | 489 # Dependencies of sync_driver |
| 490 'components.gyp:sync_driver_test_support', | 490 'components.gyp:sync_driver_test_support', |
| 491 | 491 |
| 492 # Dependencies of translate. | 492 # Dependencies of translate. |
| 493 'components.gyp:translate_core_browser', | 493 'components.gyp:translate_core_browser', |
| 494 'components.gyp:translate_core_common', | 494 'components.gyp:translate_core_common', |
| 495 'components.gyp:translate_core_language_detection', | 495 'components.gyp:translate_core_language_detection', |
| 496 | 496 |
| 497 # Dependencies of user_manager |
| 498 'components.gyp:user_manager_test_support', |
| 499 |
| 497 # Dependencies of wallpaper | 500 # Dependencies of wallpaper |
| 498 'components.gyp:wallpaper', | 501 'components.gyp:wallpaper', |
| 499 | 502 |
| 500 # Dependencies of ui/zoom | 503 # Dependencies of ui/zoom |
| 501 'components.gyp:ui_zoom', | 504 'components.gyp:ui_zoom', |
| 502 | 505 |
| 503 # Dependencies of update_client | 506 # Dependencies of update_client |
| 504 'components.gyp:update_client', | 507 'components.gyp:update_client', |
| 505 | 508 |
| 506 # Dependencies of url_fixer | 509 # Dependencies of url_fixer |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 'dependencies': [ | 1131 'dependencies': [ |
| 1129 '../base/allocator/allocator.gyp:allocator', | 1132 '../base/allocator/allocator.gyp:allocator', |
| 1130 ], | 1133 ], |
| 1131 }], | 1134 }], |
| 1132 ], | 1135 ], |
| 1133 }, | 1136 }, |
| 1134 ], | 1137 ], |
| 1135 }], | 1138 }], |
| 1136 ], | 1139 ], |
| 1137 } | 1140 } |
| OLD | NEW |