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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 85403005: Cache ntdll exports in ELF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add types file Created 7 years, 1 month 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/chrome_elf.gyp
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp
index c32f710d63567f708d8d00dca9081a8b17c9a5e3..5243cd9248df857d02704e68ebda0ae92dc30386 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -20,7 +20,11 @@
'chrome_elf.def',
'chrome_elf_main.cc',
'chrome_elf_main.h',
+ 'chrome_elf_types.h',
+ ],
+ 'defines': [
+ 'CHROME_ELF_EXPORTS',
],
},
],
-}
+}
« no previous file with comments | « build/common.gypi ('k') | chrome_elf/chrome_elf_main.h » ('j') | chrome_elf/chrome_elf_main.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698