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

Unified Diff: build/all.gyp

Issue 18066013: add a chromium_builder_asan target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add content_browsertests Created 7 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
],
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698