зеркало из https://github.com/AvaloniaUI/angle.git
Build angle_perftests on Android
BUG=chromium:675997 Change-Id: Ib6690f9f25a4ba4510cf6e18ba2054a9936dc574 Reviewed-on: https://chromium-review.googlesource.com/706455 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
This commit is contained in:
Родитель
a3d384ada3
Коммит
359487c822
|
@ -153,7 +153,7 @@ if (is_win || is_linux || is_mac || is_android) {
|
|||
}
|
||||
}
|
||||
|
||||
if (is_win || is_linux) {
|
||||
if (is_win || is_linux || is_android) {
|
||||
perftests_gypi = exec_script("//build/gypi_to_gn.py",
|
||||
[
|
||||
rebase_path("angle_perftests.gypi"),
|
||||
|
@ -169,6 +169,11 @@ if (is_win || is_linux) {
|
|||
"../../util",
|
||||
]
|
||||
|
||||
if (is_android) {
|
||||
use_native_activity = true
|
||||
configs -= [ "//build/config/android:hide_all_but_jni" ]
|
||||
}
|
||||
|
||||
sources = rebase_path(perftests_gypi.angle_perf_tests_sources, ".", "../..")
|
||||
|
||||
if (is_win) {
|
||||
|
@ -320,7 +325,7 @@ if (build_angle_deqp_tests) {
|
|||
sources += [ "//gpu/angle_deqp_tests_main.cc" ]
|
||||
|
||||
if (!is_android) {
|
||||
public_deps += ["//third_party/angle:angle_gpu_info_util"]
|
||||
public_deps += [ "//third_party/angle:angle_gpu_info_util" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче