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

Unified Diff: content/shell/BUILD.gn

Issue 2522323002: Revert of content_shell: Remove deps for resources only needed at runtime. (Closed)
Patch Set: Created 4 years, 1 month 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 | « components/test_runner/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 560cdcbc5686b2f4dac13de9d49266c958ded9b9..4a5188ca04d7a9ed388f7f656c910b6f2082acc4 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -398,6 +398,9 @@
public_deps = [
":copy_shell_resources",
]
+ deps = [
+ "//components/test_runner:resources",
+ ]
data_deps = [
"//components/test_runner:resources",
]
@@ -501,6 +504,7 @@
deps = [
":content_shell_lib",
+ ":pak",
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698