summaryrefslogtreecommitdiffstats
path: root/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 10:33:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:45:12 +0000
commitbe59a35641616a4cf23c4a13fa0632624b021c1b (patch)
tree9da183258bdf9cc413f7562079d25ace6955467f /chromium/android_webview/tools/automated_ui_tests/BUILD.gn
parentd702e4b6a64574e97fc7df8fe3238cde70242080 (diff)
BASELINE: Update Chromium to 62.0.3202.101
Change-Id: I2d5eca8117600df6d331f6166ab24d943d9814ac Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/android_webview/tools/automated_ui_tests/BUILD.gn')
-rw-r--r--chromium/android_webview/tools/automated_ui_tests/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/android_webview/tools/automated_ui_tests/BUILD.gn b/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
index 942136ffe59..0781585ffe3 100644
--- a/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
+++ b/chromium/android_webview/tools/automated_ui_tests/BUILD.gn
@@ -29,6 +29,9 @@ android_library("webview_ui_test_app_java") {
":webview_ui_test_app_apk_resources",
"//base:base_java",
]
+
+ # Manifest used for linting (determining unused resources).
+ android_manifest = "java/AndroidManifest.xml"
}
android_resources("webview_ui_test_app_apk_resources") {