Skip to content

Commit

Permalink
enable android webview
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Chen <wangchen20@iscas.ac.cn>
  • Loading branch information
unicornx committed Mar 10, 2023
1 parent e994053 commit 560a1ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ group("gn_all") {

if (is_android) {
deps += [
# FIXME(riscv64-android): mask out android_webview
# "//android_webview/js_sandbox/javatests:webview_js_sandbox_test_app",
"//android_webview/js_sandbox/javatests:webview_js_sandbox_test_app",
"//base:base_junit_tests",
"//base/android/jni_generator:jni_generator_tests",
"//base/android/linker:chromium_android_linker",
Expand Down Expand Up @@ -398,11 +397,10 @@ group("gn_all") {

if (!is_cast_android) {
deps += [
# FIXME(riscv64-android): mask out android_webview
# "//android_webview:empty_group",
# "//android_webview/test",
# "//android_webview/tools/automated_ui_tests:webview_ui_test_app",
# "//android_webview/tools/system_webview_shell",
"//android_webview:empty_group",
"//android_webview/test",
"//android_webview/tools/automated_ui_tests:webview_ui_test_app",
"//android_webview/tools/system_webview_shell",
"//chrome/android:chrome_junit_tests",
"//chrome/android:chrome_public_apk",
"//chrome/android:chrome_public_test_apk",
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ T ?= chrome_public_apk
# e.g.
# - buildtools/third_party/libc++:libc++
# - chrome_public_apk
# - trichrome_webview_apk
.PHONY: clean
clean:
@echo Start cleaning target: "$(T)"
Expand Down

0 comments on commit 560a1ca

Please sign in to comment.