Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: BUILD.gn

Issue 1904083002: 🐬 Don't build khronos_glcts_test on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/khronos_glcts_support/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 278f58d589a9a8bb8ef440eca256e61f3d6efbf7..d89ba2cf03c3985fb25302d1c9f302b8b70f4620 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -499,7 +499,6 @@ group("both_gn_and_gyp") {
# TODO(GYP): Remove this when the gles2 tests work
"//gpu/command_buffer/client:gles2_implementation_no_check",
- "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/471903 to make this complete.
"//mojo/edk/test:mojo_public_system_perftests",
"//services/shell/public/cpp",
"//testing/gmock:gmock_main",
@@ -510,6 +509,7 @@ group("both_gn_and_gyp") {
deps += [
"//build/sanitizers:copy_llvm_symbolizer",
"//chrome/test:chrome_app_unittests",
+ "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/471903 to make this complete.
"//media/cast:cast_benchmarks",
"//media/cast:tap_proxy",
"//skia:filter_fuzz_stub",
« no previous file with comments | « no previous file | gpu/khronos_glcts_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698