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

Unified Diff: openssl_nacl.gyp

Issue 383273002: OpenSSL: forward to BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl.git@master
Patch Set: Created 6 years, 5 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 | « openssl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: openssl_nacl.gyp
diff --git a/openssl_nacl.gyp b/openssl_nacl.gyp
deleted file mode 100644
index 5129ef39411bc1bd228b4106f781635abf4e3dd6..0000000000000000000000000000000000000000
--- a/openssl_nacl.gyp
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 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.
-{
- 'includes': [
- '../../native_client/build/untrusted.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'openssl_nacl',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libopenssl_nacl.a',
- 'build_glibc': 0,
- 'build_newlib': 0,
- 'build_pnacl_newlib': 1,
- 'defines!': [
- '_XOPEN_SOURCE=600',
- ],
- },
- 'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted',
- ],
- 'includes': [
- # Include the auto-generated gypi file.
- 'openssl.gypi'
- ],
- 'sources': [
- '<@(openssl_common_sources)',
- ],
- 'defines': [
- '<@(openssl_common_defines)',
- 'MONOLITH',
- 'NO_SYS_UN_H',
- 'NO_SYSLOG',
- 'OPENSSL_NO_ASM',
- 'PURIFY',
- 'TERMIOS',
- 'SSIZE_MAX=INT_MAX',
- ],
- 'defines!': [
- 'TERMIO',
- ],
- 'include_dirs': [
- '.',
- 'openssl',
- 'openssl/crypto',
- 'openssl/crypto/asn1',
- 'openssl/crypto/evp',
- 'openssl/crypto/modes',
- 'openssl/include',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'openssl/include',
- ],
- },
- 'pnacl_compile_flags': [
- '-Wno-sometimes-uninitialized',
- '-Wno-unused-variable',
- ],
- }, # target openssl_nacl
- ],
-}
« no previous file with comments | « openssl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698