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

Unified Diff: extensions/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: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 21c24ba66415e0c5d3bee771f70c8e2a1cbc446c..d2248338c7c14cae8c6115520ffd55d15936a946 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -215,7 +215,6 @@ test("extensions_browsertests") {
data = [
"test/data/",
- "//net/data/",
"//net/tools/testserver/",
"//third_party/pyftpdlib/",
"//third_party/pywebsocket/",
@@ -247,6 +246,7 @@ test("extensions_browsertests") {
]
data_deps = [
+ "//net:test_support",
Ken Rockot(use gerrit already) 2016/06/15 16:06:54 Shouldn't this be in deps, not data_deps?
jbudorick 2016/06/15 16:08:04 As it's only a run-time dependency, not a build-ti
"//third_party/mesa:osmesa",
]
« chrome/test/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698