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

Unified Diff: syzygy/instrument/instrument.gyp

Issue 2951713003: adds the afl instrumenter. (Closed)
Patch Set: addressed feedback Created 3 years, 6 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 | « no previous file | syzygy/instrument/instrumenters/afl_instrumenter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/instrument/instrument.gyp
diff --git a/syzygy/instrument/instrument.gyp b/syzygy/instrument/instrument.gyp
index dcc2c2329720ab19b6de1bd7acdd8c56d647c0e2..464c55667bc75724e4364057b0b5243ef7493a35 100644
--- a/syzygy/instrument/instrument.gyp
+++ b/syzygy/instrument/instrument.gyp
@@ -24,6 +24,8 @@
'instrument_app.cc',
'instrument_app.h',
'instrumenter.h',
+ 'instrumenters/afl_instrumenter.cc',
+ 'instrumenters/afl_instrumenter.h',
'instrumenters/archive_instrumenter.cc',
'instrumenters/archive_instrumenter.h',
'instrumenters/asan_instrumenter.cc',
@@ -119,6 +121,7 @@
'type': 'executable',
'sources': [
'instrument_app_unittest.cc',
+ 'instrumenters/afl_instrumenter_unittest.cc',
'instrumenters/archive_instrumenter_unittest.cc',
'instrumenters/asan_instrumenter_unittest.cc',
'instrumenters/bbentry_instrumenter_unittest.cc',
« no previous file with comments | « no previous file | syzygy/instrument/instrumenters/afl_instrumenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698