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

Unified Diff: net/net.gyp

Issue 2059843002: gn: Add chromium_builder_asan target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: testonly Created 4 years, 6 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
« no previous file with comments | « chrome/chrome_syzygy.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 64709a861ed591126551e9a2f4cbf569eeef3e1a..966aed44b12d01f6f321df49e8dccb7beb8cdafc 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1036,6 +1036,7 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
+ # GN version: //net:dns_fuzz_stub
{
'target_name': 'dns_fuzz_stub',
'type': 'executable',
@@ -1102,6 +1103,7 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
+ # GN version: //net:hpack_fuzz_wrapper
{
'target_name': 'hpack_fuzz_wrapper',
'type': 'executable',
« no previous file with comments | « chrome/chrome_syzygy.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698