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

Side by Side Diff: chrome/installer/test/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/installer/setup/BUILD.gn ('k') | chrome/test/chromedriver/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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 assert(is_win) 7 assert(is_win)
8 8
9 executable("alternate_version_generator") { 9 executable("alternate_version_generator") {
10 testonly = true 10 testonly = true
11 sources = [ 11 sources = [
12 "alternate_version_generator_main.cc", 12 "alternate_version_generator_main.cc",
13 ] 13 ]
14 14
15 deps = [ 15 deps = [
16 ":alternate_version_generator_lib", 16 ":alternate_version_generator_lib",
17 "//base", 17 "//base",
18 "//base/test:test_support", 18 "//base/test:test_support",
19 "//build/config/sanitizers:deps", 19 "//build/config:exe_and_shlib_deps",
20 "//build/win:default_exe_manifest", 20 "//build/win:default_exe_manifest",
21 "//chrome/common:constants", 21 "//chrome/common:constants",
22 "//chrome/installer/util:with_rc_strings", 22 "//chrome/installer/util:with_rc_strings",
23 "//testing/gtest", 23 "//testing/gtest",
24 ] 24 ]
25 } 25 }
26 26
27 static_library("alternate_version_generator_lib") { 27 static_library("alternate_version_generator_lib") {
28 testonly = true 28 testonly = true
29 sources = [ 29 sources = [
(...skipping 24 matching lines...) Expand all
54 "//base", 54 "//base",
55 "//base/test:test_support", 55 "//base/test:test_support",
56 "//chrome/common:constants", 56 "//chrome/common:constants",
57 "//chrome/installer/util:with_rc_strings", 57 "//chrome/installer/util:with_rc_strings",
58 "//testing/gtest", 58 "//testing/gtest",
59 ] 59 ]
60 data_deps = [ 60 data_deps = [
61 "//chrome/installer/mini_installer", 61 "//chrome/installer/mini_installer",
62 ] 62 ]
63 } 63 }
OLDNEW
« no previous file with comments | « chrome/installer/setup/BUILD.gn ('k') | chrome/test/chromedriver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698