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

Side by Side Diff: content/common/BUILD.gn

Issue 1818903004: Bitrate controller for VideoToolbox Video Encode Accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | content/common/gpu/media/DEPS » ('j') | content/common/gpu/media/DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "gpu/media/vt_video_encode_accelerator_mac.h", 232 "gpu/media/vt_video_encode_accelerator_mac.h",
233 ] + get_target_outputs(":libvt_generate_stubs") 233 ] + get_target_outputs(":libvt_generate_stubs")
234 234
235 deps += [ 235 deps += [
236 ":libvt_generate_stubs", 236 ":libvt_generate_stubs",
237 "//content:resources", 237 "//content:resources",
238 "//content/app/resources", 238 "//content/app/resources",
239 "//sandbox/mac:seatbelt", 239 "//sandbox/mac:seatbelt",
240 "//third_party/WebKit/public:image_resources", 240 "//third_party/WebKit/public:image_resources",
241 "//third_party/WebKit/public:resources", 241 "//third_party/WebKit/public:resources",
242 "//third_party/webrtc/common_video:common_video",
242 "//ui/accelerated_widget_mac", 243 "//ui/accelerated_widget_mac",
243 ] 244 ]
244 lib_dirs = [ "$mac_sdk_path/usr/lib" ] 245 lib_dirs = [ "$mac_sdk_path/usr/lib" ]
245 libs += [ 246 libs += [
246 "AVFoundation.framework", 247 "AVFoundation.framework",
247 "CoreMedia.framework", 248 "CoreMedia.framework",
248 "CoreVideo.framework", 249 "CoreVideo.framework",
249 "IOSurface.framework", 250 "IOSurface.framework",
250 "OpenGL.framework", 251 "OpenGL.framework",
251 "QuartzCore.framework", 252 "QuartzCore.framework",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "//components/leveldb/public/interfaces", 530 "//components/leveldb/public/interfaces",
530 "//components/mus/public/interfaces", 531 "//components/mus/public/interfaces",
531 "//content/public/common:mojo_bindings", 532 "//content/public/common:mojo_bindings",
532 "//services/shell/public/interfaces", 533 "//services/shell/public/interfaces",
533 "//skia/public/interfaces", 534 "//skia/public/interfaces",
534 "//third_party/WebKit/public:mojo_bindings", 535 "//third_party/WebKit/public:mojo_bindings",
535 "//ui/mojo/geometry:interfaces", 536 "//ui/mojo/geometry:interfaces",
536 "//url/mojo:url_mojom_origin", 537 "//url/mojo:url_mojom_origin",
537 ] 538 ]
538 } 539 }
OLDNEW
« no previous file with comments | « no previous file | content/common/gpu/media/DEPS » ('j') | content/common/gpu/media/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698