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

Side by Side Diff: components/proximity_auth/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 unified diff | Download patch
« no previous file with comments | « components/ownership/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("proximity_auth") { 7 source_set("proximity_auth") {
8 sources = [ 8 sources = [
9 "base64url.cc", 9 "base64url.cc",
10 "base64url.h", 10 "base64url.h",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "base64url_unittest.cc", 47 "base64url_unittest.cc",
48 "bluetooth_connection_finder_unittest.cc", 48 "bluetooth_connection_finder_unittest.cc",
49 "bluetooth_connection_unittest.cc", 49 "bluetooth_connection_unittest.cc",
50 "client_unittest.cc", 50 "client_unittest.cc",
51 "connection_unittest.cc", 51 "connection_unittest.cc",
52 "proximity_auth_system_unittest.cc", 52 "proximity_auth_system_unittest.cc",
53 "remote_status_update_unittest.cc", 53 "remote_status_update_unittest.cc",
54 "wire_message_unittest.cc", 54 "wire_message_unittest.cc",
55 ] 55 ]
56 56
57 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
58
57 deps = [ 59 deps = [
58 ":proximity_auth", 60 ":proximity_auth",
59 "cryptauth:unit_tests", 61 "cryptauth:unit_tests",
60 "//base/test:test_support", 62 "//base/test:test_support",
61 "//device/bluetooth:mocks", 63 "//device/bluetooth:mocks",
62 "//testing/gmock", 64 "//testing/gmock",
63 "//testing/gtest", 65 "//testing/gtest",
64 ] 66 ]
65 } 67 }
66 68
67 # Note: This is a convenience target for ease of rapid iteration during 69 # Note: This is a convenience target for ease of rapid iteration during
68 # development. It is not executed on any try or build bots. 70 # development. It is not executed on any try or build bots.
69 test("proximity_auth_unittests") { 71 test("proximity_auth_unittests") {
70 sources = [ 72 sources = [
71 "run_all_unittests.cc", 73 "run_all_unittests.cc",
72 ] 74 ]
73 deps = [ 75 deps = [
74 ":unit_tests", 76 ":unit_tests",
75 ] 77 ]
76 } 78 }
OLDNEW
« no previous file with comments | « components/ownership/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698