summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-04-17 12:00:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-17 19:00:17 +0000
commitfc2f13691557ed28e604ad9e628a41d7f73591b7 (patch)
treeaac88c00f874cfe3a2eef6ee6558fa3f770446de /remoting/BUILD.gn
parent811f1b06a3cdf8c3e027d62f6d12e1ae55bec2e5 (diff)
downloadchromium_src-fc2f13691557ed28e604ad9e628a41d7f73591b7.zip
chromium_src-fc2f13691557ed28e604ad9e628a41d7f73591b7.tar.gz
chromium_src-fc2f13691557ed28e604ad9e628a41d7f73591b7.tar.bz2
Fix remoting_unittests and ui_base_unittests in GN
Review URL: https://codereview.chromium.org/1094453003 Cr-Commit-Position: refs/heads/master@{#325691}
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn8
1 files changed, 6 insertions, 2 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 36211d7..a72310a 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -96,8 +96,12 @@ if (!is_win && !is_mac) {
"test/test_chromoting_client_unittest.cc",
]
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+ configs += [
+ ":version",
+
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ "//build/config/compiler:no_size_t_to_int_warning",
+ ]
deps = [
":test_support",