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

Unified Diff: components/search_engines/prepopulated_engines.gyp

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_provider_logos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/prepopulated_engines.gyp
diff --git a/components/search_engines/prepopulated_engines.gyp b/components/search_engines/prepopulated_engines.gyp
deleted file mode 100644
index c67aa68e0152ce38b318614f9eafeb322d37c68c..0000000000000000000000000000000000000000
--- a/components/search_engines/prepopulated_engines.gyp
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2014 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': [
- {
- # GN version: //components/search_engines:prepopulated_engines
- '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': 'components/search_engines',
- },
- },
- ],
-}
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_provider_logos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698