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

Unified Diff: components/cronet/android/BUILD.gn

Issue 1864723002: [Cronet] Add missing test file to BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@diskcacheversion
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 2df2cd9e61795e8de96064224ebc264b390ea0c6..528f481ad3e97c9e2d021aea72f93bbc2ffea9dc 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -569,6 +569,7 @@ android_library("cronet_javatests") {
testonly = true
java_files = [
+ "test/javatests/src/org/chromium/net/BidirectionalStreamQuicTest.java",
"test/javatests/src/org/chromium/net/BidirectionalStreamTest.java",
"test/javatests/src/org/chromium/net/ChromiumUrlRequestTest.java",
"test/javatests/src/org/chromium/net/ChunkedWritableByteChannelTest.java",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698