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

Unified Diff: webrtc/BUILD.gn

Issue 1307633008: GN: Fix invalid configuration for Android GCC build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed obsolete TODO Created 5 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 | webrtc/build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 05e2e1930626c20612e8cd7114d4a82bf72cd4e1..40368597b22dc5cab2ef3215c8d6bd8159defd64 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -153,10 +153,7 @@ config("common_config") {
}
}
- # TODO(kjellander): Handle warnings on Windows where WebRTC differ from the
- # default warnings set in build/config/compiler/BUILD.gn.
-
- if (is_android && is_clang) {
+ if (is_android && !is_clang) {
# The Android NDK doesn"t provide optimized versions of these
# functions. Ensure they are disabled for all compilers.
cflags += [
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698