Addressing C4267 for pdf.
BUG=167187 Review-Url: https://codereview.chromium.org/2453873003 Cr-Commit-Position: refs/heads/master@{#427947}
This commit is contained in:
@@ -12,9 +12,6 @@ static_library("renderer") {
|
|||||||
"pepper_pdf_host.h",
|
"pepper_pdf_host.h",
|
||||||
]
|
]
|
||||||
|
|
||||||
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
|
||||||
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"//base",
|
"//base",
|
||||||
"//components/pdf/common",
|
"//components/pdf/common",
|
||||||
|
@@ -39,9 +39,6 @@ static_library("pdf") {
|
|||||||
"preview_mode_client.h",
|
"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) {
|
if (pdf_engine == 0) {
|
||||||
deps += [
|
deps += [
|
||||||
"//pdf/pdfium/fuzzers",
|
"//pdf/pdfium/fuzzers",
|
||||||
|
Reference in New Issue
Block a user