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

Unified Diff: components/web_resource.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/web_modal.gypi ('k') | components/web_restrictions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_resource.gypi
diff --git a/components/web_resource.gypi b/components/web_resource.gypi
deleted file mode 100644
index c3a050345194f540bf568f1be9eb00e429e894f8..0000000000000000000000000000000000000000
--- a/components/web_resource.gypi
+++ /dev/null
@@ -1,50 +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/web_resource
- 'target_name': 'web_resource',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../ui/base/ui_base.gyp:ui_base',
- '../net/net.gyp:net',
- 'pref_registry',
- 'version_info',
- ],
- 'sources': [
- 'web_resource/eula_accepted_notifier.cc',
- 'web_resource/eula_accepted_notifier.h',
- 'web_resource/promo_resource_service.cc',
- 'web_resource/promo_resource_service.h',
- 'web_resource/resource_request_allowed_notifier.cc',
- 'web_resource/resource_request_allowed_notifier.h',
- 'web_resource/web_resource_pref_names.cc',
- 'web_resource/web_resource_pref_names.h',
- 'web_resource/web_resource_service.cc',
- 'web_resource/web_resource_service.h',
- ],
- },
- {
- # GN version: //components/web_resources:test_support
- 'target_name': 'web_resource_test_support',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- 'web_resource',
- ],
- 'sources': [
- 'web_resource/resource_request_allowed_notifier_test_util.cc',
- 'web_resource/resource_request_allowed_notifier_test_util.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/web_modal.gypi ('k') | components/web_restrictions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698