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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 '../../components/components.gyp:infobars_core', | 61 '../../components/components.gyp:infobars_core', |
62 '../../components/components.gyp:invalidation_impl', | 62 '../../components/components.gyp:invalidation_impl', |
63 '../../components/components.gyp:invalidation_public', | 63 '../../components/components.gyp:invalidation_public', |
64 '../../components/components.gyp:keyed_service_core', | 64 '../../components/components.gyp:keyed_service_core', |
65 '../../components/components.gyp:keyed_service_ios', | 65 '../../components/components.gyp:keyed_service_ios', |
66 '../../components/components.gyp:leveldb_proto', | 66 '../../components/components.gyp:leveldb_proto', |
67 '../../components/components.gyp:metrics', | 67 '../../components/components.gyp:metrics', |
68 '../../components/components.gyp:omnibox_browser', | 68 '../../components/components.gyp:omnibox_browser', |
69 '../../components/components.gyp:open_from_clipboard', | 69 '../../components/components.gyp:open_from_clipboard', |
70 '../../components/components.gyp:password_manager_core_browser', | 70 '../../components/components.gyp:password_manager_core_browser', |
| 71 '../../components/components.gyp:password_manager_sync_browser', |
71 '../../components/components.gyp:pref_registry', | 72 '../../components/components.gyp:pref_registry', |
72 '../../components/components.gyp:search', | 73 '../../components/components.gyp:search', |
73 '../../components/components.gyp:search_engines', | 74 '../../components/components.gyp:search_engines', |
74 '../../components/components.gyp:signin_core_browser', | 75 '../../components/components.gyp:signin_core_browser', |
75 '../../components/components.gyp:signin_core_common', | 76 '../../components/components.gyp:signin_core_common', |
76 '../../components/components.gyp:suggestions', | 77 '../../components/components.gyp:suggestions', |
77 '../../components/components.gyp:sync_driver', | 78 '../../components/components.gyp:sync_driver', |
78 '../../components/components.gyp:translate_core_browser', | 79 '../../components/components.gyp:translate_core_browser', |
79 '../../components/components.gyp:translate_ios_browser', | 80 '../../components/components.gyp:translate_ios_browser', |
80 '../../components/components.gyp:undo_component', | 81 '../../components/components.gyp:undo_component', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 '../../components/components.gyp:omnibox_browser', | 489 '../../components/components.gyp:omnibox_browser', |
489 '../../components/components.gyp:rlz', | 490 '../../components/components.gyp:rlz', |
490 '../../components/components.gyp:search_engines', | 491 '../../components/components.gyp:search_engines', |
491 '../../rlz/rlz.gyp:rlz_lib', | 492 '../../rlz/rlz.gyp:rlz_lib', |
492 ], | 493 ], |
493 }, | 494 }, |
494 ], | 495 ], |
495 }], | 496 }], |
496 ], | 497 ], |
497 } | 498 } |
OLD | NEW |