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

Side by Side Diff: chrome/installer/mini_installer/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 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/chrome_watcher/BUILD.gn ('k') | chrome/installer/setup/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 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 import("//build/config/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/process_version_rc_template.gni") 8 import("//chrome/process_version_rc_template.gni")
9 import("//chrome/test/mini_installer/mini_installer_test.gni") 9 import("//chrome/test/mini_installer/mini_installer_test.gni")
10 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 if (!is_asan) { 250 if (!is_asan) {
251 ldflags += [ "/ENTRY:MainEntryPoint" ] 251 ldflags += [ "/ENTRY:MainEntryPoint" ]
252 } 252 }
253 253
254 libs = [ "setupapi.lib" ] 254 libs = [ "setupapi.lib" ]
255 255
256 deps = [ 256 deps = [
257 ":$archive_name", 257 ":$archive_name",
258 ":lib", 258 ":lib",
259 ":version", 259 ":version",
260 "//build/config/sanitizers:deps", 260 "//build/config:exe_and_shlib_deps",
261 "//build/win:default_exe_manifest", 261 "//build/win:default_exe_manifest",
262 ] 262 ]
263 } 263 }
264 } 264 }
265 265
266 generate_mini_installer("mini_installer") { 266 generate_mini_installer("mini_installer") {
267 out_dir = root_out_dir 267 out_dir = root_out_dir
268 chrome_dll_file = "$root_out_dir/chrome.dll" 268 chrome_dll_file = "$root_out_dir/chrome.dll"
269 chrome_dll_target = "//chrome:main_dll" 269 chrome_dll_target = "//chrome:main_dll"
270 } 270 }
(...skipping 22 matching lines...) Expand all
293 args = [ 293 args = [
294 "--out", 294 "--out",
295 "$target_name.exe", 295 "$target_name.exe",
296 ] 296 ]
297 deps = [ 297 deps = [
298 ":mini_installer", 298 ":mini_installer",
299 "//chrome/installer/test:alternate_version_generator", 299 "//chrome/installer/test:alternate_version_generator",
300 ] 300 ]
301 } 301 }
302 } 302 }
OLDNEW
« no previous file with comments | « chrome/chrome_watcher/BUILD.gn ('k') | chrome/installer/setup/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698