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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 440753002: The incident reporting service now calls VerifyModule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 4abe9268471a34b02fb17fa10806c12f1f1f5c3a..e98948f0a853e108fbab11b3bccb19883873d257 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2512,7 +2512,8 @@
}],
['OS=="win"', {
'dependencies': [
- 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_test_dll',
+ 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_test_dll_1',
+ 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_test_dll_2',
'chrome_version_resources',
'installer_util_strings',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',

Powered by Google App Engine
This is Rietveld 408576698