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

Side by Side Diff: chrome_elf/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 years, 9 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/test/BUILD.gn ('k') | components/constrained_window/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 # Chrome elf targets (excepting tests) should only link in kernel32. 5 # Chrome elf targets (excepting tests) should only link in kernel32.
6 # Please don't add dependencies on any other system libraries. 6 # Please don't add dependencies on any other system libraries.
7 7
8 import("//build/config/compiler/compiler.gni") 8 import("//build/config/compiler/compiler.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//chrome/process_version_rc_template.gni") 10 import("//chrome/process_version_rc_template.gni")
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "/DELAYLOAD:user32.dll", 242 "/DELAYLOAD:user32.dll",
243 "/DELAYLOAD:winmm.dll", 243 "/DELAYLOAD:winmm.dll",
244 ] 244 ]
245 } 245 }
246 246
247 shared_library("blacklist_test_main_dll") { 247 shared_library("blacklist_test_main_dll") {
248 testonly = true 248 testonly = true
249 sources = [ 249 sources = [
250 "blacklist/test/blacklist_test_main_dll.cc", 250 "blacklist/test/blacklist_test_main_dll.cc",
251 "blacklist/test/blacklist_test_main_dll.def", 251 "blacklist/test/blacklist_test_main_dll.def",
252 "blacklist/test/blacklist_test_main_dll.h",
252 ] 253 ]
253 deps = [ 254 deps = [
254 ":blacklist", 255 ":blacklist",
255 ":nt_registry", 256 ":nt_registry",
256 "//base", 257 "//base",
257 "//build/config/sanitizers:deps", 258 "//build/config/sanitizers:deps",
258 "//chrome/install_static:install_static_util", 259 "//chrome/install_static:install_static_util",
259 ] 260 ]
260 } 261 }
261 262
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 shared_library("hook_util_test_dll") { 300 shared_library("hook_util_test_dll") {
300 testonly = true 301 testonly = true
301 sources = [ 302 sources = [
302 "hook_util/test/hook_util_test_dll.cc", 303 "hook_util/test/hook_util_test_dll.cc",
303 "hook_util/test/hook_util_test_dll.h", 304 "hook_util/test/hook_util_test_dll.h",
304 ] 305 ]
305 deps = [ 306 deps = [
306 "//build/config/sanitizers:deps", 307 "//build/config/sanitizers:deps",
307 ] 308 ]
308 } 309 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698