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

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: rebase 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
« no previous file with comments | « components/security_state/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | 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 2ca867a384b57de874cfed59c92e17ac5fedd21b..a6575d23d0007d81f99f84221d9026594815f008 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/",
]
@@ -625,7 +624,6 @@ test("content_unittests") {
data = [
"$root_out_dir/content_shell.pak",
"data/",
- "//net/data/ssl/certificates/",
"//media/test/data/",
]
}
« no previous file with comments | « components/security_state/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698