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

Unified Diff: build_overrides/webrtc.gni

Issue 1923683002: GN: Put BoringSSL Chromium specific targets inside a condition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix to webrtc.gni 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 | « build_overrides/build.gni ('k') | third_party/boringssl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/webrtc.gni
diff --git a/build_overrides/webrtc.gni b/build_overrides/webrtc.gni
index c521db7faa31bff207e1d68bcf7d9369e78326b0..e894ed186ae64f5fcf6153bdea8e73aae78e381e 100644
--- a/build_overrides/webrtc.gni
+++ b/build_overrides/webrtc.gni
@@ -2,7 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-build_with_chromium = true
+# This is needed for backwards-compatibility w/ the WebRTC repo for
+# the build_with_chromium flag.
+import("//build_overrides/build.gni")
# Exclude pulse audio on Chromium since its prerequisites don't require
# pulse audio.
« no previous file with comments | « build_overrides/build.gni ('k') | third_party/boringssl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698