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

Unified Diff: chrome_elf/BUILD.gn

Issue 1841573002: [Chrome ELF] New NT registry API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up OverrideRegistry function. Created 4 years, 8 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
Index: chrome_elf/BUILD.gn
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
index 218c2240a0fc86c3bd07196af7ebcd6e5a858097..95ecf4af7240d00bfa6f2b12de6b039ee8088d9f 100644
--- a/chrome_elf/BUILD.gn
+++ b/chrome_elf/BUILD.gn
@@ -63,6 +63,8 @@ source_set("common") {
"//sandbox",
]
sources = [
+ "chrome_elf_reg.cc",
+ "chrome_elf_reg.h",
"chrome_elf_util.cc",
"chrome_elf_util.h",
"thunk_getter.cc",

Powered by Google App Engine
This is Rietveld 408576698