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

Unified Diff: headless/BUILD.gn

Issue 2899403004: Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: 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
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index c5de06f92ad9688cce9ca7c3b088d4a1181eb447..a8871e9449665e8e65b104744d737d5c689152b2 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -684,6 +684,7 @@ executable("headless_shell") {
deps = [
":headless_shell_lib",
+ "//build/config:exe_and_shlib_deps",
]
if (is_win) {
@@ -707,5 +708,6 @@ executable("headless_example") {
deps = [
":headless_shell_lib",
+ "//build/config:exe_and_shlib_deps",
]
}

Powered by Google App Engine
This is Rietveld 408576698