summaryrefslogtreecommitdiffstats
path: root/components/cronet/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'components/cronet/android/BUILD.gn')
-rw-r--r--components/cronet/android/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index b1a3469..34b4cbb 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -411,6 +411,7 @@ shared_library("cronet_tests") {
deps = [
":cronet_static",
":cronet_tests_jni_headers",
+ ":cronet_version_header",
"//base",
"//base:i18n",
"//net",
@@ -419,6 +420,8 @@ shared_library("cronet_tests") {
"//third_party/icu",
]
+ include_dirs = [ _cronet_version_header_include_dir ]
+
if (cronet_enable_data_reduction_proxy_support) {
deps += [ "//components/data_reduction_proxy/core/browser" ]
}