Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 9104e5f10cc802e747f8aa18d4ee6df30413da9f..4de13541af3e2f030a22f8b43b5b861ca2cd5749 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -458,6 +458,20 @@ |
'../chrome/chrome.gyp:chromedriver2_unittests', |
], |
}, # target_name: chromium_builder_chromedriver |
+ { |
+ 'target_name': 'chromium_builder_asan', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ '../chrome/chrome.gyp:chrome', |
+ |
+ # We refer to content_shell directly rather than all_webkit |
+ # because we don't want the _unittests binaries. |
+ '../content/content.gyp:content_browsertests', |
+ '../content/content.gyp:content_shell', |
+ |
+ '../net/net.gyp:dns_fuzz_stub', |
+ ], |
+ }, |
], # targets |
}], |
['OS=="mac"', { |
@@ -555,12 +569,11 @@ |
], |
}, |
{ |
+ # TODO(dpranke): Update the bots to refer to 'chromium_builder_asan'. |
'target_name': 'chromium_builder_asan_mac', |
'type': 'none', |
'dependencies': [ |
- '../chrome/chrome.gyp:chrome', |
- '../net/net.gyp:dns_fuzz_stub', |
- 'all_webkit', |
+ 'chromium_builder_asan' |
], |
}, |
{ |