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

Unified Diff: win8/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 | « ui/views/examples/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/BUILD.gn
diff --git a/win8/BUILD.gn b/win8/BUILD.gn
index fe2a830af9329ac858e5d839addab52b66a16812..d65f9978b69b125ca69f358d7bb1f389e6281448 100644
--- a/win8/BUILD.gn
+++ b/win8/BUILD.gn
@@ -54,13 +54,14 @@ source_set("test_registrar_constants") {
executable("test_registrar") {
deps = [
+ ":test_registrar_constants",
"//base",
+ "//build/config/sanitizers:deps",
# Chrome is the default viewer process currently used by the tests.
# TODO(robertshield): Investigate building a standalone metro viewer
# process.
"//chrome",
- ":test_registrar_constants",
]
sources = [
"test/test_registrar.cc",
« no previous file with comments | « ui/views/examples/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698