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

Side by Side Diff: rlz/BUILD.gn

Issue 1925493002: Add manifests to many more gn built exe files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « remoting/test/BUILD.gn ('k') | services/shell/runner/child/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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 } 121 }
122 122
123 if (!is_ios) { 123 if (!is_ios) {
124 executable("rlz_id") { 124 executable("rlz_id") {
125 sources = [ 125 sources = [
126 "examples/rlz_id.cc", 126 "examples/rlz_id.cc",
127 ] 127 ]
128 deps = [ 128 deps = [
129 ":rlz_lib", 129 ":rlz_lib",
130 "//build/config/sanitizers:deps", 130 "//build/config/sanitizers:deps",
131 "//build/win:default_exe_manifest",
131 ] 132 ]
132 } 133 }
133 } 134 }
134 135
135 if (is_win) { 136 if (is_win) {
136 shared_library("rlz") { 137 shared_library("rlz") {
137 sources = [ 138 sources = [
138 "win/dll/dll_main.cc", 139 "win/dll/dll_main.cc",
139 "win/dll/exports.cc", 140 "win/dll/exports.cc",
140 ] 141 ]
141 deps = [ 142 deps = [
142 ":rlz_lib", 143 ":rlz_lib",
143 "//build/config/sanitizers:deps", 144 "//build/config/sanitizers:deps",
144 "//third_party/zlib", 145 "//third_party/zlib",
145 ] 146 ]
146 } 147 }
147 } 148 }
OLDNEW
« no previous file with comments | « remoting/test/BUILD.gn ('k') | services/shell/runner/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698