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

Unified Diff: BUILD.gn

Issue 1415573006: Merge to XFA: Add standard "Must be after no_chromium_code" comment in GN files. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 2 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 | third_party/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 00b4775830df3ccc1ff0dacc3d28aa40d69f2462..52e701e1d67f8ecf788b25026ecaa37b0b923072 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -581,8 +581,7 @@ static_library("fxge") {
configs += [
":pdfium_config",
"//build/config/compiler:no_chromium_code",
- # As of this writing, this needs to be last to suppress a -Wswitch warning.
- # https://crbug.com/547906
+ # Must be after no_chromium_code for warning flags to be ordered correctly.
":fxge_warnings",
]
« no previous file with comments | « no previous file | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698