summaryrefslogtreecommitdiffstats
path: root/components/ownership
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-02-20 15:36:08 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-20 23:36:45 +0000
commit8ec93a3ac28c857ae106a2c1929cc935ab76ec03 (patch)
treec6d8c0858205085750f95528be23b5929b9b2e36 /components/ownership
parent910b20ffea23a9fc06052a7ed3bcc4086f5159b5 (diff)
downloadchromium_src-8ec93a3ac28c857ae106a2c1929cc935ab76ec03.zip
chromium_src-8ec93a3ac28c857ae106a2c1929cc935ab76ec03.tar.gz
chromium_src-8ec93a3ac28c857ae106a2c1929cc935ab76ec03.tar.bz2
Add more size_t -> int warning fixes for the win x64 GN build.
R=brettw@chromium.org BUG=354261 Review URL: https://codereview.chromium.org/941863002 Cr-Commit-Position: refs/heads/master@{#317439}
Diffstat (limited to 'components/ownership')
-rw-r--r--components/ownership/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index 0432b94..5acce97 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -32,6 +32,8 @@ source_set("unit_tests") {
"owner_key_util_impl_unittest.cc",
]
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+
deps = [
":ownership",
"//testing/gtest",