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

Side by Side Diff: media/gpu/BUILD.gn

Issue 2692863011: Add ContentVideoViewOverlay to AVDA. (Closed)
Patch Set: fixed avda unittest Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « media/base/android/android_overlay.cc ('k') | media/gpu/android_video_decode_accelerator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/gpu/args.gni") 7 import("//media/gpu/args.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "avda_codec_allocator.h", 182 "avda_codec_allocator.h",
183 "avda_codec_image.cc", 183 "avda_codec_image.cc",
184 "avda_codec_image.h", 184 "avda_codec_image.h",
185 "avda_picture_buffer_manager.cc", 185 "avda_picture_buffer_manager.cc",
186 "avda_picture_buffer_manager.h", 186 "avda_picture_buffer_manager.h",
187 "avda_shared_state.cc", 187 "avda_shared_state.cc",
188 "avda_shared_state.h", 188 "avda_shared_state.h",
189 "avda_state_provider.h", 189 "avda_state_provider.h",
190 "avda_surface_bundle.cc", 190 "avda_surface_bundle.cc",
191 "avda_surface_bundle.h", 191 "avda_surface_bundle.h",
192 "content_video_view_overlay.cc",
193 "content_video_view_overlay.h",
192 "surface_texture_gl_owner.cc", 194 "surface_texture_gl_owner.cc",
193 "surface_texture_gl_owner.h", 195 "surface_texture_gl_owner.h",
194 ] 196 ]
195 197
196 if (enable_webrtc) { 198 if (enable_webrtc) {
197 deps += [ "//third_party/libyuv" ] 199 deps += [ "//third_party/libyuv" ]
198 sources += [ 200 sources += [
199 "android_video_encode_accelerator.cc", 201 "android_video_encode_accelerator.cc",
200 "android_video_encode_accelerator.h", 202 "android_video_encode_accelerator.h",
201 ] 203 ]
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 "//base/test:test_support", 535 "//base/test:test_support",
534 "//gpu:test_support", 536 "//gpu:test_support",
535 "//media/gpu/ipc/common", 537 "//media/gpu/ipc/common",
536 "//media/gpu/ipc/service", 538 "//media/gpu/ipc/service",
537 "//testing/gmock", 539 "//testing/gmock",
538 "//testing/gtest", 540 "//testing/gtest",
539 "//ui/gfx:test_support", 541 "//ui/gfx:test_support",
540 "//ui/gfx/geometry", 542 "//ui/gfx/geometry",
541 ] 543 ]
542 } 544 }
OLDNEW
« no previous file with comments | « media/base/android/android_overlay.cc ('k') | media/gpu/android_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698