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

Unified Diff: ppapi/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 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 | « net/tools/transport_security_state_generator/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 794ee96b2e65526afed337bcc64701ce7f8a56ac..0f11d0acd0b8c33470c82f7bc08fd940ba4f4d4e 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -234,7 +234,7 @@ source_set("ppapi_tests_sources") {
deps = [
":copy_test_files",
":copy_test_files2",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//ppapi/cpp",
"//ppapi/shared_impl",
]
@@ -258,7 +258,7 @@ source_set("power_saver_test_plugin_sources") {
]
deps = [
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//ppapi/cpp",
"//ppapi/shared_impl",
]
@@ -285,7 +285,7 @@ source_set("blink_deprecated_test_plugin_sources") {
deps = [
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//ppapi/cpp",
"//ppapi/shared_impl",
]
@@ -312,7 +312,7 @@ source_set("blink_test_plugin_sources") {
deps = [
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//ppapi/cpp",
"//ppapi/shared_impl",
]
@@ -411,7 +411,7 @@ executable("pepper_hash_for_uma") {
deps = [
"//base",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
]
}
« no previous file with comments | « net/tools/transport_security_state_generator/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698