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

Unified Diff: third_party/boringssl/boringssl_configurations.gypi

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.gypi ('k') | third_party/boringssl/boringssl_dart.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_configurations.gypi
diff --git a/third_party/boringssl/boringssl_configurations.gypi b/third_party/boringssl/boringssl_configurations.gypi
deleted file mode 100644
index 3162d79ae7e513ee5b1f0e7ac15ab5023a63c74b..0000000000000000000000000000000000000000
--- a/third_party/boringssl/boringssl_configurations.gypi
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-# This file is included to modify the configurations to build third-party
-# code from BoringSSL.
-{
- 'target_defaults': {
- 'conditions': [
- ['OS == "linux" or OS == "android"', {
- 'cflags_c': [
- '-std=c99',
- ],
- 'defines': [
- '_XOPEN_SOURCE=700',
- ],
- }],
- ],
- # Removes these flags from the list cflags.
- 'cflags!': [
- '-ansi',
- # Not supported for C, only for C++.
- '-Wnon-virtual-dtor',
- '-Wno-conversion-null',
- '-fno-rtti',
- '-fvisibility-inlines-hidden',
- '-Woverloaded-virtual',
- ],
- },
-}
« no previous file with comments | « third_party/boringssl/boringssl.gypi ('k') | third_party/boringssl/boringssl_dart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698