summaryrefslogtreecommitdiffstats
path: root/chrome/unit_tests.isolate
diff options
context:
space:
mode:
authorkrstnmnlsn@chromium.org <krstnmnlsn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 19:38:24 +0000
committerkrstnmnlsn@chromium.org <krstnmnlsn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-08 19:39:59 +0000
commitbd000a6532d8ea9e02ce701bf55ef08f5a4ea054 (patch)
tree17a44b0d6f394a2c51feb1aa23098d9d3039e29c /chrome/unit_tests.isolate
parentf1ad9c7b32a47223636dde281228df351cab3af7 (diff)
downloadchromium_src-bd000a6532d8ea9e02ce701bf55ef08f5a4ea054.zip
chromium_src-bd000a6532d8ea9e02ce701bf55ef08f5a4ea054.tar.gz
chromium_src-bd000a6532d8ea9e02ce701bf55ef08f5a4ea054.tar.bz2
Recommitting: https://codereview.chromium.org/406043003/
(originally reverted because the buildbots weren't pointed to verifier_test_dll.dll by unit_tests.isolate) ========================================================= Adding the VerifyModule function (and helpers) to safe browsing. This function allows us to compare a module in memory with its original on disk, and identify any differences (after accounting for relocations). The state of the module (MODULE_UNKNOWN, MODULE_UNMODIFIED or MODULE_MODIFIED) is returned along with a list of the possibly modified exported functions of the module. BUG=401854 TBR= noelutz@google.com, robertshield@chromium.org, csharp@chromium.org, asvitkine@chromium.org, grt@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/451893003 Cr-Commit-Position: refs/heads/master@{#288417} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r--chrome/unit_tests.isolate1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 55ef3be..1affa07 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -106,6 +106,7 @@
'<(PRODUCT_DIR)/ffmpegsumo.dll',
'<(PRODUCT_DIR)/libexif.dll',
'<(PRODUCT_DIR)/osmesa.dll',
+ '<(PRODUCT_DIR)/verifier_test_dll.dll',
],
'isolate_dependency_untracked': [
'../ppapi/lib/gl/include/KHR/',