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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 1656453002: [Chrome ELF] Early browser security support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only run the new browser security test on >= Win8. 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/BUILD.gn ('k') | chrome_elf/chrome_elf_security.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index 420ee058e36b379104801bebc7b9869794fb18df..5077aa70a1506e9f0bccb52d91f925daffdc271e 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -50,6 +50,7 @@
'chrome_elf_breakpad',
'chrome_elf_hook_util',
'chrome_elf_resources',
+ 'chrome_elf_security',
'nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
'../chrome/chrome.gyp:install_static_util',
'../components/components.gyp:crash_component',
@@ -117,6 +118,21 @@
'hook_util/thunk_getter.h',
],
},
+ {
+ 'target_name': 'chrome_elf_security',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'chrome_elf_security.cc',
+ 'chrome_elf_security.h',
+ ],
+ 'dependencies': [
+ 'chrome_elf_constants',
+ 'nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
+ ]
+ },
##--------------------------------------------------------------------------
## tests
##--------------------------------------------------------------------------
@@ -147,6 +163,7 @@
'blacklist_test_dll_3',
'blacklist_test_main_dll',
'chrome_elf_hook_util',
+ 'chrome_elf_security',
'nt_registry/nt_registry.gyp:chrome_elf_nt_registry',
],
'msvs_settings': {
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | chrome_elf/chrome_elf_security.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698