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

Unified Diff: headless/BUILD.gn

Issue 2912513002: Revert of 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
« 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 46d7fa98fec0be26d3a0ee575e5f41b4205754b8..f0d9dd4730a136e5797c4bd29b67c5019e0c5572 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -690,7 +690,6 @@
deps = [
":headless_shell_lib",
- "//build/config:exe_and_shlib_deps",
]
if (is_win) {
@@ -714,6 +713,5 @@
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