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

Unified Diff: content/test/BUILD.gn

Issue 2065313002: Fix //net:test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index a59f6e4fcbc12dcad0ab73f6daa05b7a40838b4d..0587c4c8c6146f6d0133d586a4f597911bb81f51 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -403,7 +403,6 @@ test("content_browsertests") {
data = [
"$root_out_dir/content_shell.pak",
"data/",
- "//net/data/",
"//media/test/data/",
]
@@ -624,7 +623,6 @@ test("content_unittests") {
data = [
"$root_out_dir/content_shell.pak",
"data/",
- "//net/data/ssl/certificates/",
"//media/test/data/",
]
}

Powered by Google App Engine
This is Rietveld 408576698