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

Unified Diff: extensions/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 | « content/test/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 21c24ba66415e0c5d3bee771f70c8e2a1cbc446c..e13999a942f7b8e2dec6a692138f74eff44e5be2 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/",
@@ -242,6 +241,7 @@ test("extensions_browsertests") {
"//device/usb:test_support",
"//mojo/edk/js",
"//mojo/public/cpp/bindings",
+ "//net:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « content/test/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698