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

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

Issue 2858193002: Refactor: Extract gpu_video_encode_accelerator_factory. (Closed)
Patch Set: Try Again. Fix compiling errors on Windows. Created 3 years, 7 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/gpu_video_encode_accelerator_factory.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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 sources = [ 130 sources = [
131 "fake_jpeg_decode_accelerator.cc", 131 "fake_jpeg_decode_accelerator.cc",
132 "fake_jpeg_decode_accelerator.h", 132 "fake_jpeg_decode_accelerator.h",
133 "fake_video_decode_accelerator.cc", 133 "fake_video_decode_accelerator.cc",
134 "fake_video_decode_accelerator.h", 134 "fake_video_decode_accelerator.h",
135 "gpu_video_accelerator_util.cc", 135 "gpu_video_accelerator_util.cc",
136 "gpu_video_accelerator_util.h", 136 "gpu_video_accelerator_util.h",
137 "gpu_video_decode_accelerator_factory.cc", 137 "gpu_video_decode_accelerator_factory.cc",
138 "gpu_video_decode_accelerator_factory.h", 138 "gpu_video_decode_accelerator_factory.h",
139 "gpu_video_decode_accelerator_helpers.h", 139 "gpu_video_decode_accelerator_helpers.h",
140 "gpu_video_encode_accelerator_factory.cc",
141 "gpu_video_encode_accelerator_factory.h",
140 "shared_memory_region.cc", 142 "shared_memory_region.cc",
141 "shared_memory_region.h", 143 "shared_memory_region.h",
142 ] 144 ]
143 145
144 public_deps = [ 146 public_deps = [
145 "//base", 147 "//base",
146 "//gpu", 148 "//gpu",
147 "//media", 149 "//media",
148 "//ui/gfx/geometry", 150 "//ui/gfx/geometry",
149 ] 151 ]
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 "//base/test:test_support", 549 "//base/test:test_support",
548 "//gpu:test_support", 550 "//gpu:test_support",
549 "//media/gpu/ipc/common", 551 "//media/gpu/ipc/common",
550 "//media/gpu/ipc/service", 552 "//media/gpu/ipc/service",
551 "//testing/gmock", 553 "//testing/gmock",
552 "//testing/gtest", 554 "//testing/gtest",
553 "//ui/gfx:test_support", 555 "//ui/gfx:test_support",
554 "//ui/gfx/geometry", 556 "//ui/gfx/geometry",
555 ] 557 ]
556 } 558 }
OLDNEW
« no previous file with comments | « no previous file | media/gpu/gpu_video_encode_accelerator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698