| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 '../../components/components.gyp:proxy_config', | 93 '../../components/components.gyp:proxy_config', |
| 94 '../../components/components.gyp:rappor', | 94 '../../components/components.gyp:rappor', |
| 95 '../../components/components.gyp:search', | 95 '../../components/components.gyp:search', |
| 96 '../../components/components.gyp:search_engines', | 96 '../../components/components.gyp:search_engines', |
| 97 '../../components/components.gyp:security_interstitials_core', | 97 '../../components/components.gyp:security_interstitials_core', |
| 98 '../../components/components.gyp:security_state', | 98 '../../components/components.gyp:security_state', |
| 99 '../../components/components.gyp:sessions_ios', | 99 '../../components/components.gyp:sessions_ios', |
| 100 '../../components/components.gyp:signin_core_browser', | 100 '../../components/components.gyp:signin_core_browser', |
| 101 '../../components/components.gyp:signin_core_common', | 101 '../../components/components.gyp:signin_core_common', |
| 102 '../../components/components.gyp:signin_ios_browser', | 102 '../../components/components.gyp:signin_ios_browser', |
| 103 '../../components/components.gyp:spellcheck_common', |
| 103 '../../components/components.gyp:ssl_config', | 104 '../../components/components.gyp:ssl_config', |
| 104 '../../components/components.gyp:suggestions', | 105 '../../components/components.gyp:suggestions', |
| 105 '../../components/components.gyp:sync_driver', | 106 '../../components/components.gyp:sync_driver', |
| 106 '../../components/components.gyp:syncable_prefs', | 107 '../../components/components.gyp:syncable_prefs', |
| 107 '../../components/components.gyp:translate_core_browser', | 108 '../../components/components.gyp:translate_core_browser', |
| 108 '../../components/components.gyp:translate_ios_browser', | 109 '../../components/components.gyp:translate_ios_browser', |
| 109 '../../components/components.gyp:undo_component', | 110 '../../components/components.gyp:undo_component', |
| 110 '../../components/components.gyp:update_client', | 111 '../../components/components.gyp:update_client', |
| 111 '../../components/components.gyp:upload_list', | 112 '../../components/components.gyp:upload_list', |
| 112 '../../components/components.gyp:user_prefs', | 113 '../../components/components.gyp:user_prefs', |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 '../../components/components.gyp:omnibox_browser', | 891 '../../components/components.gyp:omnibox_browser', |
| 891 '../../components/components.gyp:rlz', | 892 '../../components/components.gyp:rlz', |
| 892 '../../components/components.gyp:search_engines', | 893 '../../components/components.gyp:search_engines', |
| 893 '../../rlz/rlz.gyp:rlz_lib', | 894 '../../rlz/rlz.gyp:rlz_lib', |
| 894 ], | 895 ], |
| 895 }, | 896 }, |
| 896 ], | 897 ], |
| 897 }], | 898 }], |
| 898 ], | 899 ], |
| 899 } | 900 } |
| OLD | NEW |