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

Side by Side Diff: components/browser_watcher/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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 source_set("browser_watcher") { 5 source_set("browser_watcher") {
6 # This is a separate lib to minimize the dependencies for its 6 # This is a separate lib to minimize the dependencies for its
7 # hosting binary "chrome_watcher.dll". 7 # hosting binary "chrome_watcher.dll".
8 sources = [ 8 sources = [
9 "endsession_watcher_window_win.cc", 9 "endsession_watcher_window_win.cc",
10 "endsession_watcher_window_win.h", 10 "endsession_watcher_window_win.h",
(...skipping 21 matching lines...) Expand all
32 32
33 source_set("unit_tests") { 33 source_set("unit_tests") {
34 testonly = true 34 testonly = true
35 sources = [ 35 sources = [
36 "endsession_watcher_window_win_unittest.cc", 36 "endsession_watcher_window_win_unittest.cc",
37 "exit_code_watcher_win_unittest.cc", 37 "exit_code_watcher_win_unittest.cc",
38 "exit_funnel_win_unittest.cc", 38 "exit_funnel_win_unittest.cc",
39 "watcher_client_win_unittest.cc", 39 "watcher_client_win_unittest.cc",
40 "watcher_metrics_provider_win_unittest.cc", 40 "watcher_metrics_provider_win_unittest.cc",
41 ] 41 ]
42 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
42 deps = [ 43 deps = [
43 ":browser_watcher", 44 ":browser_watcher",
44 ":browser_watcher_client", 45 ":browser_watcher_client",
45 "//testing/gtest", 46 "//testing/gtest",
46 ] 47 ]
47 } 48 }
OLDNEW
« no previous file with comments | « components/bookmarks/browser/BUILD.gn ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698