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

Unified Diff: components/cast_certificate.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/captive_portal.gypi ('k') | components/cdm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cast_certificate.gypi
diff --git a/components/cast_certificate.gypi b/components/cast_certificate.gypi
deleted file mode 100644
index fb4f26eaa3c9da4d198425b7c072681b1108e4cc..0000000000000000000000000000000000000000
--- a/components/cast_certificate.gypi
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2016 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': [
- {
- 'target_name': 'cast_certificate',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- 'cast_certificate_proto',
- ],
- 'sources': [
- 'cast_certificate/cast_cert_validator.cc',
- 'cast_certificate/cast_cert_validator.h',
- 'cast_certificate/cast_crl.cc',
- 'cast_certificate/cast_crl.h',
- 'cast_certificate/cast_root_ca_cert_der-inc.h',
- 'cast_certificate/eureka_root_ca_der-inc.h',
- ],
- },
- {
- 'target_name': 'cast_certificate_proto',
- 'type': 'static_library',
- 'sources': [
- 'cast_certificate/proto/revocation.proto',
- ],
- 'includes': [
- '../build/protoc.gypi'
- ],
- 'variables': {
- 'proto_in_dir': 'cast_certificate/proto',
- 'proto_out_dir': 'components/cast_certificate/proto',
- },
- },
- {
- 'target_name': 'cast_certificate_test_proto',
- 'type': 'static_library',
- 'sources': [
- 'cast_certificate/proto/test_suite.proto',
- ],
- 'includes': [
- '../build/protoc.gypi'
- ],
- 'variables': {
- 'proto_in_dir': 'cast_certificate/proto',
- 'proto_out_dir': 'components/cast_certificate/proto',
- },
- },
- {
- 'target_name': 'cast_certificate_test_support',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../testing/gtest.gyp:gtest',
- 'cast_certificate',
- ],
- 'sources': [
- 'cast_certificate/cast_cert_validator_test_helpers.cc',
- 'cast_certificate/cast_cert_validator_test_helpers.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/captive_portal.gypi ('k') | components/cdm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698