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

Unified Diff: ppapi/examples/ppapi_example.gni

Issue 2899403004: Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Rebase 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/BUILD.gn ('k') | remoting/host/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/ppapi_example.gni
diff --git a/ppapi/examples/ppapi_example.gni b/ppapi/examples/ppapi_example.gni
index 3cedcc027dc85402fc080dc25e4b15434d091769..cb24dcf4667710921d68a8760e7ef6686672b37b 100644
--- a/ppapi/examples/ppapi_example.gni
+++ b/ppapi/examples/ppapi_example.gni
@@ -18,7 +18,7 @@ template("ppapi_example") {
}
sources = invoker.sources
- deps = invoker.deps
+ deps = invoker.deps + [ "//build/config:exe_and_shlib_deps" ]
}
} else {
mac_plugin_bundle(target_name) {
« no previous file with comments | « net/BUILD.gn ('k') | remoting/host/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698