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

Unified Diff: content/shell/BUILD.gn

Issue 2469073004: 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 4a5188ca04d7a9ed388f7f656c910b6f2082acc4..560cdcbc5686b2f4dac13de9d49266c958ded9b9 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -398,9 +398,6 @@ group("resources") {
public_deps = [
":copy_shell_resources",
]
- deps = [
- "//components/test_runner:resources",
- ]
data_deps = [
"//components/test_runner:resources",
]
@@ -504,7 +501,6 @@ if (is_android) {
deps = [
":content_shell_lib",
- ":pak",
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]

Powered by Google App Engine
This is Rietveld 408576698