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

Unified Diff: content/test/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
« components/test_runner/BUILD.gn ('K') | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index ab1982f43097863f24f9ee92c13501f8b5d7bfe0..2b3b3f744b505ca8df1eb4724ff8ccaee043735a 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -225,7 +225,6 @@ static_library("test_support") {
"//content/public/renderer",
"//content/public/utility",
"//content/renderer:for_content_tests",
- "//content/shell:pak",
"//content/utility:for_content_tests",
"//device/base/synchronization",
"//device/geolocation",
@@ -673,7 +672,6 @@ test("content_browsertests") {
"//content/public/renderer",
"//content/renderer:for_content_tests",
"//content/shell:content_shell_lib",
- "//content/shell:pak",
"//content/test:test_support",
"//device/base/synchronization",
"//device/battery",
« components/test_runner/BUILD.gn ('K') | « content/shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698