OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // This file is used during build to generate prepopulated_engine.h/cc. | 5 // This file is used during build to generate prepopulated_engine.h/cc. |
6 // For more details see tools/json_to_struct/json_to_struct.py. | 6 // For more details see tools/json_to_struct/json_to_struct.py. |
7 | 7 |
8 // Engine definitions. See prepopulated_engines_schema.json for the field | 8 // Engine definitions. See prepopulated_engines_schema.json for the field |
9 // definitions. | 9 // definitions. |
10 | 10 |
11 // The following unique IDs are available: | 11 // The following unique IDs are available: |
12 // 53, 56, 58, 60, 61, 64, 65, 66, 70, 74, 78, 79, 80, 81, 84, 86, 88, 91, | 12 // 53, 56, 58, 60, 61, 64, 65, 66, 70, 74, 78, 79, 80, 81, 84, 86, 88, 91, |
13 // 92, 93, 94, 95, 96, 97, 98, 99, 102+ | 13 // 92, 93, 94, 95, 96, 97, 98, 99, 115+ |
14 // | 14 // |
15 // IDs > 1000 are reserved for distribution custom engines. | 15 // IDs > 1000 are reserved for distribution custom engines. |
16 // | 16 // |
17 // NOTES: | 17 // NOTES: |
18 // - CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad! | 18 // - CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad! |
19 // - Make sure you update the int_variables below as required. | 19 // - Make sure you update the int_variables below as required. |
20 | 20 |
21 { | 21 { |
22 "int_variables": { | 22 "int_variables": { |
23 // The following id is for UMA stats only. Please update it if you add new | 23 // The following id is for UMA stats only. Please update it if you add new |
24 // engines outside the current range or it will not be counted in stats. | 24 // engines outside the current range or it will not be counted in stats. |
25 "kMaxPrepopulatedEngineID": 101, | 25 "kMaxPrepopulatedEngineID": 114, |
26 | 26 |
27 // Increment this if you change the data in ways that mean users with | 27 // Increment this if you change the data in ways that mean users with |
28 // existing data should get a new version. | 28 // existing data should get a new version. |
29 "kCurrentDataVersion": 57 | 29 "kCurrentDataVersion": 57 |
30 }, | 30 }, |
31 | 31 |
32 // The following engines are included in country lists and are added to the | 32 // The following engines are included in country lists and are added to the |
33 // list of search engines on the first run depending on user's country. | 33 // list of search engines on the first run depending on user's country. |
34 "elements": { | 34 "elements": { |
35 "abcsok": { | 35 "abcsok": { |
(...skipping 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1718 "name": "Yandex", | 1718 "name": "Yandex", |
1719 "keyword": "yandex.com.tr", | 1719 "keyword": "yandex.com.tr", |
1720 "favicon_url": "http://yandex.com.tr/favicon.ico", | 1720 "favicon_url": "http://yandex.com.tr/favicon.ico", |
1721 "search_url": "http://yandex.com.tr/yandsearch?text={searchTerms}", | 1721 "search_url": "http://yandex.com.tr/yandsearch?text={searchTerms}", |
1722 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms
}", | 1722 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms
}", |
1723 "type": "SEARCH_ENGINE_YANDEX", | 1723 "type": "SEARCH_ENGINE_YANDEX", |
1724 "id": 15 | 1724 "id": 15 |
1725 } | 1725 } |
1726 } | 1726 } |
1727 } | 1727 } |
OLD | NEW |