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

Unified Diff: third_party/boringssl/BUILD.gn

Issue 1931803003: Roll src/third_party/boringssl/src a08142380..0a63b9653 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « DEPS ('k') | third_party/boringssl/BUILD.generated.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/BUILD.gn
diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
index 8ad626bdb0eaf290bcf6800e8e28c9812d4651ab..11e982931be02cf82ca5d1ab243de46550487522 100644
--- a/third_party/boringssl/BUILD.gn
+++ b/third_party/boringssl/BUILD.gn
@@ -127,7 +127,11 @@ component("boringssl") {
if (build_with_chromium) {
create_tests("boringssl_tests") {
- configs = [ ":internal_config" ]
+ configs_exclude = [ "//build/config/compiler:chromium_code" ]
+ configs = [
+ ":internal_config",
+ "//build/config/compiler:no_chromium_code",
+ ]
deps = [
":boringssl",
]
« no previous file with comments | « DEPS ('k') | third_party/boringssl/BUILD.generated.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698