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

Unified Diff: breakpad/BUILD.gn

Issue 385823002: Make it possible for Android GN host builds to use Clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | build/config/BUILDCONFIG.gn » ('j') | build/config/BUILDCONFIG.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/BUILD.gn
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 596aea60cf6f4d26866bfa1f11f39b90e44b34b8..2c0ae49abbde09b0922b004f451e26cac916793f 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -516,7 +516,7 @@ if (is_linux && current_toolchain == host_toolchain) {
if (is_clang) {
# See http://crbug.com/138571#c18
- cflags += [ "-Wno-unused-value" ]
+ cflags = [ "-Wno-unused-value" ]
}
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | build/config/BUILDCONFIG.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698