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

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

Issue 2938543005: media: Add GLES2DecoderHelper (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | media/gpu/command_buffer_helper.h » ('j') | media/gpu/command_buffer_helper.h » ('J')
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 121
122 if (is_mac) { 122 if (is_mac) {
123 # On Mac, content/common reaches into here to do some pre-sandbox 123 # On Mac, content/common reaches into here to do some pre-sandbox
124 # initialization. 124 # initialization.
125 visibility += [ "//content/common" ] 125 visibility += [ "//content/common" ]
126 } 126 }
127 127
128 defines = [ "MEDIA_GPU_IMPLEMENTATION" ] 128 defines = [ "MEDIA_GPU_IMPLEMENTATION" ]
129 129
130 sources = [ 130 sources = [
131 "command_buffer_helper.cc",
132 "command_buffer_helper.h",
131 "fake_jpeg_decode_accelerator.cc", 133 "fake_jpeg_decode_accelerator.cc",
132 "fake_jpeg_decode_accelerator.h", 134 "fake_jpeg_decode_accelerator.h",
133 "fake_video_decode_accelerator.cc", 135 "fake_video_decode_accelerator.cc",
134 "fake_video_decode_accelerator.h", 136 "fake_video_decode_accelerator.h",
135 "gpu_video_accelerator_util.cc", 137 "gpu_video_accelerator_util.cc",
136 "gpu_video_accelerator_util.h", 138 "gpu_video_accelerator_util.h",
137 "gpu_video_decode_accelerator_factory.cc", 139 "gpu_video_decode_accelerator_factory.cc",
138 "gpu_video_decode_accelerator_factory.h", 140 "gpu_video_decode_accelerator_factory.h",
139 "gpu_video_decode_accelerator_helpers.h", 141 "gpu_video_decode_accelerator_helpers.h",
140 "gpu_video_encode_accelerator_factory.cc", 142 "gpu_video_encode_accelerator_factory.cc",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "//base/test:test_support", 565 "//base/test:test_support",
564 "//gpu:test_support", 566 "//gpu:test_support",
565 "//media/gpu/ipc/common", 567 "//media/gpu/ipc/common",
566 "//media/gpu/ipc/service", 568 "//media/gpu/ipc/service",
567 "//testing/gmock", 569 "//testing/gmock",
568 "//testing/gtest", 570 "//testing/gtest",
569 "//ui/gfx:test_support", 571 "//ui/gfx:test_support",
570 "//ui/gfx/geometry", 572 "//ui/gfx/geometry",
571 ] 573 ]
572 } 574 }
OLDNEW
« no previous file with comments | « no previous file | media/gpu/command_buffer_helper.h » ('j') | media/gpu/command_buffer_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698