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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 'variables': {
3 # Unconditionally disable incremental linking for these modules so that
4 # their exports do not go through an ILT jmp stub.
5 'incremental_chrome_dll': '0', # 0 means no
6 'msvs_debug_link_incremental': '1', # 1 means /INCREMENTAL:NO
7 },
8 'targets': [
9 {
10 # GN version: //chrome/browser/safe_browsing/incident_reporting/verifier_t est:verifier_test_dll_1
11 'target_name': 'verifier_test_dll_1',
12 'type': 'loadable_module',
13 'sources': [
14 'verifier_test_dll.cc',
15 'verifier_test_dll_1.def',
16 ],
17 },
18 {
19 # GN version: //chrome/browser/safe_browsing/incident_reporting/verifier_t est:verifier_test_dll_2
20 'target_name': 'verifier_test_dll_2',
21 'type': 'loadable_module',
22 'sources': [
23 'verifier_test_dll.cc',
24 'verifier_test_dll_2.def',
25 ],
26 },
27 ],
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698