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

Unified Diff: chrome/browser/search_engines/prepopulated_engines.gyp

Issue 11293291: Revert 167793 - Moving prepopulated search engines to a JSON file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/json_to_struct.gypi ('k') | chrome/browser/search_engines/prepopulated_engines.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/prepopulated_engines.gyp
===================================================================
--- chrome/browser/search_engines/prepopulated_engines.gyp (revision 167795)
+++ chrome/browser/search_engines/prepopulated_engines.gyp (working copy)
@@ -1,24 +0,0 @@
-# Copyright 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'prepopulated_engines',
- 'type': 'static_library',
- 'sources': [
- 'prepopulated_engines.json',
- ],
- 'includes': [
- '../../../build/json_to_struct.gypi',
- ],
- 'variables': {
- 'chromium_code': 1,
- 'schema_file': 'prepopulated_engines_schema.json',
- 'namespace': 'TemplateURLPrepopulateData',
- 'cc_dir': 'chrome/browser/search_engines',
- },
- },
- ],
-}
« no previous file with comments | « build/json_to_struct.gypi ('k') | chrome/browser/search_engines/prepopulated_engines.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698