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

Unified Diff: content/common/BUILD.gn

Issue 1421673002: media: Fix gn build for AVDA related files on Android. (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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 0ee4377006ee4243d02830e6c2dd9a61528a321b..2c227889af5d2e907f1801d636b0a958ddb55767 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -339,9 +339,15 @@ source_set("common") {
sources += [
liberato (no reviews please) 2015/10/21 21:20:19 i think this is missing common/gpu/media/avda_retu
xhwang 2015/10/21 21:23:09 On line 348?
liberato (no reviews please) 2015/10/21 21:24:42 that might be the one, yes. sorry!
"gpu/media/android_copying_backing_strategy.cc",
"gpu/media/android_copying_backing_strategy.h",
+ "gpu/media/android_deferred_rendering_backing_strategy.cc",
+ "gpu/media/android_deferred_rendering_backing_strategy.h",
"gpu/media/android_video_decode_accelerator.cc",
"gpu/media/android_video_decode_accelerator.h",
+ "gpu/media/avda_codec_image.cc",
+ "gpu/media/avda_codec_image.h",
"gpu/media/avda_return_on_failure.h",
+ "gpu/media/avda_shared_state.h",
+ "gpu/media/avda_state_provider.h",
]
if (enable_webrtc) {
« 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