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

Unified Diff: pdf/BUILD.gn

Issue 2453873003: Addressing C4267 for pdf. (Closed)
Patch Set: Created 4 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 | « components/pdf/renderer/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index f017ed2ff4468ec5525533e41ebc7bcb0322af48..e0dff2cab8438d7dad649a2b64753f02151b04b5 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -39,9 +39,6 @@ static_library("pdf") {
"preview_mode_client.h",
]
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
-
if (pdf_engine == 0) {
deps += [
"//pdf/pdfium/fuzzers",
« no previous file with comments | « components/pdf/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698