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', |
- ], |
- }, |
-} |