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

Unified Diff: components/security_interstitials.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/search_provider_logos.gypi ('k') | components/security_state.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_interstitials.gypi
diff --git a/components/security_interstitials.gypi b/components/security_interstitials.gypi
deleted file mode 100644
index 025aba7f76e0be1f334762203efee7656125f64a..0000000000000000000000000000000000000000
--- a/components/security_interstitials.gypi
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2015 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/security_interstitials/core
- 'target_name': 'security_interstitials_core',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_i18n',
- '../net/net.gyp:net',
- '../ui/base/ui_base.gyp:ui_base',
- 'components_strings.gyp:components_strings',
- 'google_core_browser',
- 'history_core_browser',
- 'metrics',
- 'rappor',
- 'ssl_errors',
- 'url_formatter/url_formatter.gyp:url_formatter'
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'security_interstitials/core/bad_clock_ui.cc',
- 'security_interstitials/core/bad_clock_ui.h',
- 'security_interstitials/core/common_string_util.cc',
- 'security_interstitials/core/common_string_util.h',
- 'security_interstitials/core/controller_client.cc',
- 'security_interstitials/core/controller_client.h',
- 'security_interstitials/core/metrics_helper.cc',
- 'security_interstitials/core/metrics_helper.h',
- 'security_interstitials/core/ssl_error_ui.cc',
- 'security_interstitials/core/ssl_error_ui.h',
- ]
- }
- ]
-}
« no previous file with comments | « components/search_provider_logos.gypi ('k') | components/security_state.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698