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

Unified Diff: components/error_page.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/drive.gypi ('k') | components/exo.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/error_page.gypi
diff --git a/components/error_page.gypi b/components/error_page.gypi
deleted file mode 100644
index de8bb3be17ab9018c07ba77f440ad196d532b995..0000000000000000000000000000000000000000
--- a/components/error_page.gypi
+++ /dev/null
@@ -1,64 +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/error_page/common
- 'target_name': 'error_page_common',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_i18n',
- '../net/net.gyp:net',
- '../url/url.gyp:url_lib',
- '../ui/base/ui_base.gyp:ui_base',
- 'components_strings.gyp:components_strings',
- 'offline_pages',
- 'url_formatter/url_formatter.gyp:url_formatter',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'error_page/common/error_page_params.cc',
- 'error_page/common/error_page_params.h',
- 'error_page/common/error_page_switches.cc',
- 'error_page/common/error_page_switches.h',
- 'error_page/common/localized_error.cc',
- 'error_page/common/localized_error.h',
- 'error_page/common/net_error_info.cc',
- 'error_page/common/net_error_info.h',
- ],
- },
- ],
- 'conditions': [
- ['OS != "ios"', {
- 'targets': [
- {
- # GN version: //components/error_page/renderer
- 'target_name': 'error_page_renderer',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../components/components_strings.gyp:components_strings',
- '../content/content.gyp:content_common',
- '../net/net.gyp:net',
- '../third_party/WebKit/public/blink.gyp:blink',
- '../ui/base/ui_base.gyp:ui_base',
- '../url/url.gyp:url_lib',
- 'error_page_common',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'error_page/renderer/net_error_helper_core.cc',
- 'error_page/renderer/net_error_helper_core.h',
- ],
- }
- ],
- }],
- ],
-}
« no previous file with comments | « components/drive.gypi ('k') | components/exo.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698