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

Unified Diff: BUILD.gn

Issue 1514633002: XFA: Fix win8 gn build under chromium checkout (non-xfa) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years 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 fdb022e0776826b6a70e514dd82bb54f26a46729..f72c3e4880751aa7802f3079a93d592d5c9a7be6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -609,10 +609,7 @@ static_library("fxge") {
"core/src/fxge/win32/fx_win32_print.cpp",
"core/src/fxge/win32/win32_int.h",
]
- configs -= [
- "//build/config/win:lean_and_mean",
- "//build/config/win:nominmax",
- ]
+ configs -= [ "//build/config/win:lean_and_mean" ]
}
}
« 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