summaryrefslogtreecommitdiffstats
path: root/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2023-10-27 17:02:53 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2023-10-27 17:04:08 +0200
commit3dce9b5818576f04ce21cec4b3686eda012e5b65 (patch)
treefe3d59c6da3e62c74563710ba63996585293c743 /chromium/android_webview/tools/automated_ui_tests/BUILD.gn
parent5a424f4a7b188b75da63eb697f63558af0b17f6f (diff)
BASELINE: Update Chromium to 118.0.5993.24
Diffstat (limited to 'chromium/android_webview/tools/automated_ui_tests/BUILD.gn')
-rw-r--r--chromium/android_webview/tools/automated_ui_tests/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/android_webview/tools/automated_ui_tests/BUILD.gn b/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
index 89021ed733f..1ec24ad059f 100644
--- a/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
+++ b/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
@@ -67,7 +67,10 @@ instrumentation_test_apk("webview_ui_test_app_test_apk") {
"//third_party/junit",
"//ui/android:ui_java_test_support",
]
- data = [ "test/data/" ]
+ data = [
+ "//third_party/chromium-variations",
+ "test/data/",
+ ]
# Tell GN to ignore 'incremental_install' even if the user has it in their GN
# args because it's incompatible with 'use_webview_provider'.