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

Unified Diff: webrtc/build/webrtc.gni

Issue 2309253004: GN: Move variables from //build_overrides/webrtc.gni to //webrtc/build/webrtc.gni (Closed)
Patch Set: Delete build_overrides/webrtc.gni 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 | « webrtc/base/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index eabdeb20e6c52dcc2c17a7768a1fea71f4bc05cb..5c188a05bfe57b624b515b893c81e45e533e678c 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -10,7 +10,7 @@ import("//build/config/arm.gni")
import("//build/config/features.gni")
import("//build/config/mips.gni")
import("//build/config/sanitizers/sanitizers.gni")
-import("//build_overrides/webrtc.gni")
+import("//build_overrides/build.gni")
import("//testing/test.gni")
declare_args() {
@@ -143,6 +143,16 @@ declare_args() {
rtc_include_ilbc = !(build_with_chromium || build_with_mozilla)
rtc_restrict_logging = build_with_chromium
+
+ # Excluded in Chromium since its prerequisites don't require Pulse Audio.
+ rtc_include_pulse_audio = !build_with_chromium
+
+ # Chromium uses its own IO handling, so the internal ADM is only built for
+ # standalone WebRTC.
+ rtc_include_internal_audio_device = !build_with_chromium
+
+ # Include tests in standalone checkout.
+ rtc_include_tests = !build_with_chromium
}
# Make it possible to provide custom locations for some libraries (move these
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698