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

Unified Diff: media/BUILD.gn

Issue 1465923002: GN: Merge apk_deps and deps in test() template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased on formatting change Created 5 years, 1 month 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
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index eb4c38fe50eca0d4f9c52608d7c44060090a0cb7..dab4b5b176480a0f17ff4519da8fecb9f44ee49f 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -696,7 +696,7 @@ test("media_unittests") {
"filters/decrypting_audio_decoder_unittest.cc",
"filters/decrypting_video_decoder_unittest.cc",
]
- apk_deps = [
+ deps += [
tfarina 2015/11/20 18:56:06 merge with the above deps list?
agrieve 2015/11/20 20:06:14 Done.
"//media/base/android:media_java",
"//ui/android:ui_java",
]

Powered by Google App Engine
This is Rietveld 408576698