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

Unified Diff: chrome_elf/blacklist.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_elf/OWNERS ('k') | chrome_elf/blacklist/blacklist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/blacklist.gypi
diff --git a/chrome_elf/blacklist.gypi b/chrome_elf/blacklist.gypi
index f5521863851effcefbfc7691c3f7fbcb9124c896..5f05425ac3c9f4aa55ddec7cd626a829d2a1886d 100644
--- a/chrome_elf/blacklist.gypi
+++ b/chrome_elf/blacklist.gypi
@@ -18,8 +18,11 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../chrome/chrome.gyp:install_static_util',
'../chrome_elf/chrome_elf.gyp:chrome_elf_breakpad',
'../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
+ '../chrome_elf/chrome_elf.gyp:chrome_elf_hook_util',
+ '../chrome_elf/nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
'../sandbox/sandbox.gyp:sandbox',
],
},
@@ -32,6 +35,8 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../chrome/chrome.gyp:install_static_util',
+ '../chrome_elf/nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
'blacklist',
],
},
« no previous file with comments | « chrome_elf/OWNERS ('k') | chrome_elf/blacklist/blacklist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698