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

Unified Diff: extensions/browser/api/printer_provider_internal/BUILD.gn

Issue 2338133007: Fix build break for Win64 bot. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/printer_provider_internal/BUILD.gn
diff --git a/extensions/browser/api/printer_provider_internal/BUILD.gn b/extensions/browser/api/printer_provider_internal/BUILD.gn
index 780ba4a0278a87de8e3287fe117393750f2a2d64..22deb5f2006190ae3c271d9396aa650dae808a64 100644
--- a/extensions/browser/api/printer_provider_internal/BUILD.gn
+++ b/extensions/browser/api/printer_provider_internal/BUILD.gn
@@ -9,6 +9,11 @@ source_set("printer_provider_internal") {
"printer_provider_internal_api_observer.h",
]
+ configs += [
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ "//build/config/compiler:no_size_t_to_int_warning",
+ ]
+
deps = [
"//content/public/browser",
"//extensions/common/api",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698