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

Unified Diff: components/cronet/ios/test/BUILD.gn

Issue 2665703002: [cronet] Make getAcceptLanguages index a static table instead of the application bundle. (Closed)
Patch Set: small fixes Created 3 years, 10 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: components/cronet/ios/test/BUILD.gn
diff --git a/components/cronet/ios/test/BUILD.gn b/components/cronet/ios/test/BUILD.gn
index db793b56b22e87fd3cfadb8ebe59a08b1644ec98..fc515a566ebbf335cc8271e3b54f80a99c2e70d5 100644
--- a/components/cronet/ios/test/BUILD.gn
+++ b/components/cronet/ios/test/BUILD.gn
@@ -8,6 +8,7 @@ import("//testing/test.gni")
test("cronet_test") {
testonly = true
sources = [
+ "cronet_acceptlang_test.mm",
"cronet_http_test.mm",
"cronet_netlog_test.mm",
"cronet_test_runner.mm",

Powered by Google App Engine
This is Rietveld 408576698