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

Unified Diff: content/test/BUILD.gn

Issue 941863002: Add more size_t -> int warning fixes for the win x64 GN build. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@fix_win64
Patch Set: remove mojo changes 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 | « components/proximity_auth/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index a7ed9f83b2d790464bc76771a7c26eb1d6110926..e9f0372ca407ac81848bec9159b7ef61366cf73b 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -257,6 +257,8 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) {
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
deps = [
":browsertest_support",
":web_ui_test_mojo_bindings",
« no previous file with comments | « components/proximity_auth/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698