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

Unified Diff: components/webdata_services.gypi

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/webdata.gypi ('k') | components/wifi.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata_services.gypi
diff --git a/components/webdata_services.gypi b/components/webdata_services.gypi
deleted file mode 100644
index 05283cf68fb08e0a70fb47bcfb956fe9f4e793e0..0000000000000000000000000000000000000000
--- a/components/webdata_services.gypi
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright (c) 2013 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/webdata_services
- 'target_name': 'webdata_services',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../sql/sql.gyp:sql',
- '../components/sync.gyp:sync',
- 'autofill_core_browser',
- 'keyed_service_core',
- 'password_manager_core_browser',
- 'search_engines',
- 'signin_core_browser',
- 'webdata_common',
- ],
- 'sources': [
- 'webdata_services/web_data_service_wrapper.cc',
- 'webdata_services/web_data_service_wrapper.h',
- ],
- },
- {
- # GN version: //components/webdata_services:test_support
- 'target_name': 'webdata_services_test_support',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- 'autofill_core_browser',
- 'signin_core_browser',
- 'webdata_services',
- ],
- 'sources': [
- 'webdata_services/web_data_service_test_util.cc',
- 'webdata_services/web_data_service_test_util.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/webdata.gypi ('k') | components/wifi.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698