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

Unified Diff: ppapi/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/third_party/nss/ssl/BUILD.gn ('k') | remoting/base/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 bd9a0525e518804a18ee73900b1321f384065602..ba97e32c944270755b7895fb7567b8cf82e52df3 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -408,6 +408,9 @@ component("ppapi_shared") {
"PPAPI_THUNK_IMPLEMENTATION",
]
+ public_deps = [
+ blink_target,
+ ]
deps = [
":ppapi_c",
"//base",
@@ -429,9 +432,6 @@ component("ppapi_shared") {
} else if (is_win) {
cflags = [ "/wd4267" ] # size_t to int truncation.
}
-
- deps += [ blink_target ]
- forward_dependent_configs_from = [ blink_target ]
}
source_set("ppapi_ipc") {
« no previous file with comments | « net/third_party/nss/ssl/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698