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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/verifier_test/verifier_unittest.gyp

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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/incident_reporting/verifier_test/verifier_unittest.gyp
diff --git a/chrome/browser/safe_browsing/incident_reporting/verifier_test/verifier_unittest.gyp b/chrome/browser/safe_browsing/incident_reporting/verifier_test/verifier_unittest.gyp
deleted file mode 100644
index acaf6a75d7049f070cdfe7a7cb72fc7e788c487f..0000000000000000000000000000000000000000
--- a/chrome/browser/safe_browsing/incident_reporting/verifier_test/verifier_unittest.gyp
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- 'variables': {
- # Unconditionally disable incremental linking for these modules so that
- # their exports do not go through an ILT jmp stub.
- 'incremental_chrome_dll': '0', # 0 means no
- 'msvs_debug_link_incremental': '1', # 1 means /INCREMENTAL:NO
- },
- 'targets': [
- {
- # GN version: //chrome/browser/safe_browsing/incident_reporting/verifier_test:verifier_test_dll_1
- 'target_name': 'verifier_test_dll_1',
- 'type': 'loadable_module',
- 'sources': [
- 'verifier_test_dll.cc',
- 'verifier_test_dll_1.def',
- ],
- },
- {
- # GN version: //chrome/browser/safe_browsing/incident_reporting/verifier_test:verifier_test_dll_2
- 'target_name': 'verifier_test_dll_2',
- 'type': 'loadable_module',
- 'sources': [
- 'verifier_test_dll.cc',
- 'verifier_test_dll_2.def',
- ],
- },
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698