| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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:password_manager_sync_browser', |
| 72 '../../components/components.gyp:pref_registry', | 72 '../../components/components.gyp:pref_registry', |
| 73 '../../components/components.gyp:proxy_config', |
| 73 '../../components/components.gyp:search', | 74 '../../components/components.gyp:search', |
| 74 '../../components/components.gyp:search_engines', | 75 '../../components/components.gyp:search_engines', |
| 75 '../../components/components.gyp:signin_core_browser', | 76 '../../components/components.gyp:signin_core_browser', |
| 76 '../../components/components.gyp:signin_core_common', | 77 '../../components/components.gyp:signin_core_common', |
| 77 '../../components/components.gyp:suggestions', | 78 '../../components/components.gyp:suggestions', |
| 78 '../../components/components.gyp:sync_driver', | 79 '../../components/components.gyp:sync_driver', |
| 79 '../../components/components.gyp:translate_core_browser', | 80 '../../components/components.gyp:translate_core_browser', |
| 80 '../../components/components.gyp:translate_ios_browser', | 81 '../../components/components.gyp:translate_ios_browser', |
| 81 '../../components/components.gyp:undo_component', | 82 '../../components/components.gyp:undo_component', |
| 82 '../../components/components.gyp:upload_list', | 83 '../../components/components.gyp:upload_list', |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 '../../components/components.gyp:omnibox_browser', | 546 '../../components/components.gyp:omnibox_browser', |
| 546 '../../components/components.gyp:rlz', | 547 '../../components/components.gyp:rlz', |
| 547 '../../components/components.gyp:search_engines', | 548 '../../components/components.gyp:search_engines', |
| 548 '../../rlz/rlz.gyp:rlz_lib', | 549 '../../rlz/rlz.gyp:rlz_lib', |
| 549 ], | 550 ], |
| 550 }, | 551 }, |
| 551 ], | 552 ], |
| 552 }], | 553 }], |
| 553 ], | 554 ], |
| 554 } | 555 } |
| OLD | NEW |