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

Unified Diff: chrome/chrome_installer_static.gypi

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.gypi ('k') | chrome/install_static/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer_static.gypi
diff --git a/chrome/chrome_installer_static.gypi b/chrome/chrome_installer_static.gypi
index d1f81364d04ffd1b1c1c67ff976a5a4e6aa3b260..0fc597fa033ca447c93d0adaaef448366a33bcad 100644
--- a/chrome/chrome_installer_static.gypi
+++ b/chrome/chrome_installer_static.gypi
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# The install_static_util target should only depend on functions in kernel32
-# and advapi32. Please don't add dependencies on other system libraries.
+# The install_static_util target should only depend on functions in kernel32.
+# Please don't add dependencies on other system libraries.
{
'target_defaults': {
'variables': {
@@ -33,15 +33,13 @@
'installer_static_target': 1,
},
'dependencies': [
- 'installer_util_strings',
- '<(DEPTH)/base/base.gyp:base',
+ '../chrome_elf/nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
],
'msvs_settings': {
'VCLinkerTool': {
# Please don't add dependencies on other system libraries.
'AdditionalDependencies': [
'kernel32.lib',
- 'advapi32.lib',
],
},
},
@@ -91,7 +89,7 @@
'installer_static_target': 1,
},
'dependencies': [
- 'installer_util_strings',
+ '../chrome_elf/nt_registry/nt_registry.gyp:chrome_elf_nt_registry_nacl_win64',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)',
@@ -106,7 +104,6 @@
# Please don't add dependencies on other system libraries.
'AdditionalDependencies': [
'kernel32.lib',
- 'advapi32.lib',
],
},
},
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/install_static/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698