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

Unified Diff: chrome/install_static/BUILD.gn

Issue 1841573002: [Chrome ELF] New NT registry API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PRESUBMIT to allow chrome_elf directory files to use wstring. Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_installer_static.gypi ('k') | chrome/install_static/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/BUILD.gn
diff --git a/chrome/install_static/BUILD.gn b/chrome/install_static/BUILD.gn
index ec8ff5f6f49f43c188f1484cf7662d82a8c3179c..a58ede4bc6b086f379e63e4a4f10757ccd1f5031 100644
--- a/chrome/install_static/BUILD.gn
+++ b/chrome/install_static/BUILD.gn
@@ -7,22 +7,19 @@ import("//testing/test.gni")
assert(is_win)
-# This file only contains utility functions which must only depend on kernel32
-# and advapi32. Please don't add dependencies on other system libraries.
+# This file only contains utility functions which must only depend on kernel32.
+# Please don't add dependencies on other system libraries.
static_library("install_static_util") {
+ public_deps = [
+ "//chrome_elf/nt_registry:nt_registry",
+ ]
+
sources = [
"install_util.cc",
"install_util.h",
]
- deps = [
- "//base",
- ]
-
- libs = [
- "kernel32.lib",
- "advapi32.lib",
- ]
+ libs = [ "kernel32.lib" ]
configs += [
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
« no previous file with comments | « chrome/chrome_installer_static.gypi ('k') | chrome/install_static/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698