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

Unified Diff: build/config/gcc/BUILD.gn

Issue 431803003: gn win: Enable exceptions for pdfium build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include pdfium roll 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
Index: build/config/gcc/BUILD.gn
diff --git a/build/config/gcc/BUILD.gn b/build/config/gcc/BUILD.gn
index 28502c2ec31cb6c1c8dc45598f03524abae406b3..e21fbff8387cec5b42ebe099117a33e86e8689bf 100644
--- a/build/config/gcc/BUILD.gn
+++ b/build/config/gcc/BUILD.gn
@@ -38,7 +38,3 @@ config("executable_ldconfig") {
]
}
}
-
-config("no_exceptions") {
- cflags_cc = [ "-fno-exceptions" ]
-}

Powered by Google App Engine
This is Rietveld 408576698