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

Side by Side Diff: components/bookmarks/browser/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 | « chrome/common/BUILD.gn ('k') | components/browser_watcher/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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "base_bookmark_model_observer.cc", 9 "base_bookmark_model_observer.cc",
10 "base_bookmark_model_observer.h", 10 "base_bookmark_model_observer.h",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 source_set("unit_tests") { 63 source_set("unit_tests") {
64 testonly = true 64 testonly = true
65 sources = [ 65 sources = [
66 "bookmark_codec_unittest.cc", 66 "bookmark_codec_unittest.cc",
67 "bookmark_expanded_state_tracker_unittest.cc", 67 "bookmark_expanded_state_tracker_unittest.cc",
68 "bookmark_index_unittest.cc", 68 "bookmark_index_unittest.cc",
69 "bookmark_model_unittest.cc", 69 "bookmark_model_unittest.cc",
70 "bookmark_utils_unittest.cc", 70 "bookmark_utils_unittest.cc",
71 ] 71 ]
72 72
73 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
74
73 deps = [ 75 deps = [
74 ":browser", 76 ":browser",
75 "//base:prefs", 77 "//base:prefs",
76 "//base:prefs_test_support", 78 "//base:prefs_test_support",
77 "//components/bookmarks/common", 79 "//components/bookmarks/common",
78 "//components/bookmarks/test", 80 "//components/bookmarks/test",
79 "//components/pref_registry", 81 "//components/pref_registry",
80 "//testing/gtest", 82 "//testing/gtest",
81 "//ui/base", 83 "//ui/base",
82 "//url", 84 "//url",
83 ] 85 ]
84 } 86 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/browser_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698