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

Unified Diff: content/test/BUILD.gn

Issue 1406423007: GN(Android): Fix up content_gl_tests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index f5ce289fcfea0d6eeba43a1f40dbfed0bb991c87..d323c8933c2492966024233fcfc2b7918f6442c6 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -784,7 +784,11 @@ test("content_gl_tests") {
]
if (is_android) {
- deps += [ "//testing/android/native_test:native_test_native_code" ]
+ apk_deps = [
+ "//content/public/test/android:content_java_test_support",
+ "//content/shell/android:copy_content_shell_assets",
+ ]
+ apk_asset_location = "$root_build_dir/content_shell/assets"
} else {
data_deps = [
"//third_party/ffmpeg",
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698