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

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

Issue 2707703002: Group AVDA output surface into AVDASurfaceBundle. (Closed)
Patch Set: minor fixes after testing 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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "android_video_decode_accelerator.h", 179 "android_video_decode_accelerator.h",
180 "avda_codec_allocator.cc", 180 "avda_codec_allocator.cc",
181 "avda_codec_allocator.h", 181 "avda_codec_allocator.h",
182 "avda_codec_image.cc", 182 "avda_codec_image.cc",
183 "avda_codec_image.h", 183 "avda_codec_image.h",
184 "avda_picture_buffer_manager.cc", 184 "avda_picture_buffer_manager.cc",
185 "avda_picture_buffer_manager.h", 185 "avda_picture_buffer_manager.h",
186 "avda_shared_state.cc", 186 "avda_shared_state.cc",
187 "avda_shared_state.h", 187 "avda_shared_state.h",
188 "avda_state_provider.h", 188 "avda_state_provider.h",
189 "avda_surface_bundle.cc",
190 "avda_surface_bundle.h",
189 "surface_texture_gl_owner.cc", 191 "surface_texture_gl_owner.cc",
190 "surface_texture_gl_owner.h", 192 "surface_texture_gl_owner.h",
191 ] 193 ]
192 194
193 if (enable_webrtc) { 195 if (enable_webrtc) {
194 deps += [ "//third_party/libyuv" ] 196 deps += [ "//third_party/libyuv" ]
195 sources += [ 197 sources += [
196 "android_video_encode_accelerator.cc", 198 "android_video_encode_accelerator.cc",
197 "android_video_encode_accelerator.h", 199 "android_video_encode_accelerator.h",
198 ] 200 ]
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "//base/test:test_support", 531 "//base/test:test_support",
530 "//gpu:test_support", 532 "//gpu:test_support",
531 "//media/gpu/ipc/common", 533 "//media/gpu/ipc/common",
532 "//media/gpu/ipc/service", 534 "//media/gpu/ipc/service",
533 "//testing/gmock", 535 "//testing/gmock",
534 "//testing/gtest", 536 "//testing/gtest",
535 "//ui/gfx:test_support", 537 "//ui/gfx:test_support",
536 "//ui/gfx/geometry", 538 "//ui/gfx/geometry",
537 ] 539 ]
538 } 540 }
OLDNEW
« no previous file with comments | « no previous file | media/gpu/android_video_decode_accelerator.h » ('j') | media/gpu/android_video_decode_accelerator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698