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

Unified Diff: chrome_elf/chrome_elf.gyp

Issue 183833004: Make chrome_elf use thunks instead of function pointers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, add scoped ptr Created 6 years, 9 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/blacklist/blacklist.cc ('k') | chrome_elf/create_file/chrome_create_file.cc » ('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 21ab568ef1f1560a7078ba33f8c4655dd8a98dc8..7eeae2b4b787e540e51b014add3b1294fb4e13ce 100644
--- a/chrome_elf/chrome_elf.gyp
+++ b/chrome_elf/chrome_elf.gyp
@@ -125,6 +125,7 @@
'dependencies': [
'chrome_elf_common',
'../base/base.gyp:base_static',
+ '../sandbox/sandbox.gyp:sandbox',
],
},
{
@@ -151,6 +152,8 @@
'chrome_elf_types.h',
'chrome_elf_util.cc',
'chrome_elf_util.h',
+ 'thunk_getter.cc',
+ 'thunk_getter.h',
],
},
{
« no previous file with comments | « chrome_elf/blacklist/blacklist.cc ('k') | chrome_elf/create_file/chrome_create_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698