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

Unified Diff: headless/BUILD.gn

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 | « gpu/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index f0d9dd4730a136e5797c4bd29b67c5019e0c5572..46d7fa98fec0be26d3a0ee575e5f41b4205754b8 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -690,6 +690,7 @@ executable("headless_shell") {
deps = [
":headless_shell_lib",
+ "//build/config:exe_and_shlib_deps",
]
if (is_win) {
@@ -713,5 +714,6 @@ executable("headless_example") {
deps = [
":headless_shell_lib",
+ "//build/config:exe_and_shlib_deps",
]
}
« no previous file with comments | « gpu/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698