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

Unified Diff: gpu/BUILD.gn

Issue 1417823007: GN(Android): Fix up gl_tests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index ddd5def2022edfa4d3e3d50d6a15d539eba250e6..a1c4afb6ac4579191b3c505ebd14b35e10403d57 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -174,8 +174,8 @@ test("gl_tests") {
libs = []
if (is_android) {
- deps += [ "//testing/android/native_test:native_test_native_code" ]
libs += [ "android" ]
+ apk_deps = [ "//ui/android:ui_java" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698