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

Unified Diff: third_party/boringssl/boringssl_dart.gyp

Issue 2354623003: Pull boringssl generated source from boringssl_gen (Closed)
Patch Set: . Created 4 years, 3 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 | « third_party/boringssl/boringssl_configurations.gypi ('k') | third_party/boringssl/boringssl_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_dart.gyp
diff --git a/third_party/boringssl/boringssl_dart.gyp b/third_party/boringssl/boringssl_dart.gyp
deleted file mode 100644
index ebb2581bdddb7c42d9ae21b70735a6dbf015496d..0000000000000000000000000000000000000000
--- a/third_party/boringssl/boringssl_dart.gyp
+++ /dev/null
@@ -1,63 +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.
-
-{
- 'includes': [
- '../../runtime/tools/gyp/runtime-configurations.gypi',
- 'boringssl_configurations.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'boringssl',
- 'type': '<(component)',
- 'toolsets': ['host', 'target'],
- 'includes': [
- 'boringssl.gypi',
- ],
- 'sources': [
- '<@(boringssl_crypto_sources)',
- '<@(boringssl_ssl_sources)',
- ],
- 'defines': [
- 'BORINGSSL_IMPLEMENTATION',
- 'BORINGSSL_NO_STATIC_INITIALIZER',
- 'OPENSSL_SMALL'
- ],
- # TODO(davidben): Fix size_t truncations in BoringSSL.
- # https://crbug.com/429039
- 'msvs_disabled_warnings': [ 4267, ],
- 'conditions': [
- ['OS == "mac"', {
- 'sources': [
- '<@(boringssl_mac_x86_sources)',
- '<@(boringssl_mac_x86_64_sources)'
- ],
- }],
- ['OS == "linux" or OS == "android"', {
- 'sources': [
- '<@(boringssl_linux_x86_64_sources)',
- '<@(boringssl_linux_x86_sources)',
- '<@(boringssl_linux_arm_sources)',
- '<@(boringssl_linux_aarch64_sources)',
- ],
- 'defines': [
- '_BSD_SOURCE',
- '_XOPEN_SOURCE=700',
- ],
- }],
- ['OS == "win"', {
- 'defines': [ 'OPENSSL_NO_ASM', 'WIN32_LEAN_AND_MEAN' ],
- }],
- ],
- 'include_dirs': [
- 'src/include',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'src/include',
- ],
- },
- },
- ],
-}
« no previous file with comments | « third_party/boringssl/boringssl_configurations.gypi ('k') | third_party/boringssl/boringssl_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698