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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1162 '../build/isolate.gypi', | 1165 '../build/isolate.gypi', |
1163 ], | 1166 ], |
1164 'sources': [ | 1167 'sources': [ |
1165 'components_unittests.isolate', | 1168 'components_unittests.isolate', |
1166 ], | 1169 ], |
1167 }, | 1170 }, |
1168 ], | 1171 ], |
1169 }], | 1172 }], |
1170 ], | 1173 ], |
1171 } | 1174 } |
OLD | NEW |