Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: components/search_engines/prepopulated_engines.json

Issue 330433002: Move prepopulated_engines to components/search_engines (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1380 "name": "Zoznam", 1380 "name": "Zoznam",
1381 "keyword": "zoznam.sk", 1381 "keyword": "zoznam.sk",
1382 "favicon_url": "http://www.zoznam.sk/favicon.ico", 1382 "favicon_url": "http://www.zoznam.sk/favicon.ico",
1383 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}", 1383 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}",
1384 "encoding": "windows-1250", 1384 "encoding": "windows-1250",
1385 "type": "SEARCH_ENGINE_ZOZNAM", 1385 "type": "SEARCH_ENGINE_ZOZNAM",
1386 "id": 85 1386 "id": 85
1387 } 1387 }
1388 } 1388 }
1389 } 1389 }
OLDNEW
« no previous file with comments | « components/search_engines/prepopulated_engines.gyp ('k') | components/search_engines/prepopulated_engines_schema.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698