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

Unified Diff: ui/views/examples/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/ozone/platform/egltest/BUILD.gn ('k') | win8/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/BUILD.gn
diff --git a/ui/views/examples/BUILD.gn b/ui/views/examples/BUILD.gn
index 87d543c8da0f3a68564b531fe332a2cf49d12ffd..b25d3f63062a4a1131452d4d4f54808afee56329 100644
--- a/ui/views/examples/BUILD.gn
+++ b/ui/views/examples/BUILD.gn
@@ -103,6 +103,7 @@ executable("views_examples_exe") {
deps = [
":views_examples_lib",
"//base",
+ "//build/config/sanitizers:deps",
"//base:i18n",
"//ui/base",
"//ui/compositor",
@@ -159,6 +160,7 @@ executable("views_examples_with_content_exe") {
deps = [
":views_examples_with_content_lib",
"//base",
+ "//build/config/sanitizers:deps",
"//content",
"//content:startup_helper_win",
"//ui/views_content_client",
« no previous file with comments | « ui/ozone/platform/egltest/BUILD.gn ('k') | win8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698