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

Unified Diff: sync/BUILD.gn

Issue 1318343003: Annotate GN executables and shared_libraries with sanitizer deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « storage/browser/BUILD.gn ('k') | third_party/android_platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index bfa75c4cb31c40c3e0027d9c63ae458bb5b73472..60bfd1b04b83221df7f9734ce69554d7f4ed2c03 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -800,11 +800,12 @@ if (!is_ios) {
]
deps = [
+ ":test_support_sync_testserver",
"//base",
"//base/test:test_support",
+ "//build/config/sanitizers:deps",
"//net:test_support",
"//testing/gtest",
- ":test_support_sync_testserver",
]
}
}
« no previous file with comments | « storage/browser/BUILD.gn ('k') | third_party/android_platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698