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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2344633002: iSAC: Remove unnecessary WEBRTC_LINUX define (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index e2d0dd9c34027b5c90cd9b41ba3dcba917c50128..8bcba8b40790c13a98c762395ff95b0f6c8c5230 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -555,10 +555,6 @@ rtc_source_set("isac_fix") {
"codecs/isac/fix/source/transform_tables.c",
]
- if (!is_win) {
- defines = [ "WEBRTC_LINUX" ]
- }
-
public_configs = [ ":isac_fix_config" ]
deps = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698