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

Unified Diff: chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def

Issue 451893003: Adding the VerifyModule function (and helpers) to safe browsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding verifier_test_dll.dll to unit_tests.isolate Created 6 years, 4 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/browser/safe_browsing/verifier_test/verifier_test_dll.def
diff --git a/chrome_elf/blacklist/test/blacklist_test_dll_2.def b/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
similarity index 82%
copy from chrome_elf/blacklist/test/blacklist_test_dll_2.def
copy to chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
index 2cc122f04de796298bf1aa80527b81df3cedceaa..bf9fe557bc0818a3d3ae339178ba924767c3ab02 100644
--- a/chrome_elf/blacklist/test/blacklist_test_dll_2.def
+++ b/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
@@ -1,8 +1,8 @@
-; Copyright 2013 The Chromium Authors. All rights reserved.
-; Use of this source code is governed by a BSD-style license that can be
-; found in the LICENSE file.
-
-LIBRARY "blacklist_test_dll_2.dll"
-
-EXPORTS
- DummyExport
+; Copyright 2013 The Chromium Authors. All rights reserved.
+; Use of this source code is governed by a BSD-style license that can be
+; found in the LICENSE file.
+
+LIBRARY "verifier_test_dll.dll"
+
+EXPORTS
+ DummyExport

Powered by Google App Engine
This is Rietveld 408576698