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

Unified Diff: win8/BUILD.gn

Issue 929793006: Update existing uses of /wd4267 to use the GN config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x64
Patch Set: Created 5 years, 10 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 | « webkit/common/gpu/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/BUILD.gn
diff --git a/win8/BUILD.gn b/win8/BUILD.gn
index 84d7972f62e095703610840911fd6e4d9bd22970..fe2a830af9329ac858e5d839addab52b66a16812 100644
--- a/win8/BUILD.gn
+++ b/win8/BUILD.gn
@@ -29,6 +29,10 @@ source_set("test_support_win8") {
"//base",
":test_registrar_constants",
]
+
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
sources = [
"test/metro_registration_helper.cc",
"test/metro_registration_helper.h",
@@ -39,9 +43,6 @@ source_set("test_support_win8") {
"test/ui_automation_client.cc",
"test/ui_automation_client.h",
]
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- cflags = [ "/wd4267" ]
}
source_set("test_registrar_constants") {
« no previous file with comments | « webkit/common/gpu/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698