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

Side by Side Diff: rlz/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 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 | « net/BUILD.gn ('k') | third_party/libaddressinput/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 # Note that this build file assumes rlz_use_chrome_net which is a condition in 5 # Note that this build file assumes rlz_use_chrome_net which is a condition in
6 # the GYP file, but is always true for Chrome builds. 6 # the GYP file, but is always true for Chrome builds.
7 7
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 config("rlz_config") { 10 config("rlz_config") {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "win/lib/machine_deal_test.cc", 106 "win/lib/machine_deal_test.cc",
107 ] 107 ]
108 108
109 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 109 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
110 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 110 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
111 111
112 deps = [ 112 deps = [
113 ":rlz_lib", 113 ":rlz_lib",
114 ":test_support", 114 ":test_support",
115 "//base", 115 "//base",
116 "//base:prefs",
117 "//net:test_support", 116 "//net:test_support",
118 "//testing/gmock", 117 "//testing/gmock",
119 "//testing/gtest", 118 "//testing/gtest",
120 "//third_party/zlib", 119 "//third_party/zlib",
121 ] 120 ]
122 } 121 }
123 122
124 executable("rlz_id") { 123 executable("rlz_id") {
125 sources = [ 124 sources = [
126 "examples/rlz_id.cc", 125 "examples/rlz_id.cc",
(...skipping 10 matching lines...) Expand all
137 "win/dll/dll_main.cc", 136 "win/dll/dll_main.cc",
138 "win/dll/exports.cc", 137 "win/dll/exports.cc",
139 ] 138 ]
140 deps = [ 139 deps = [
141 ":rlz_lib", 140 ":rlz_lib",
142 "//build/config/sanitizers:deps", 141 "//build/config/sanitizers:deps",
143 "//third_party/zlib", 142 "//third_party/zlib",
144 ] 143 ]
145 } 144 }
146 } 145 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698