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

Side by Side Diff: media/media.gyp

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 | « media/gpu/vt_video_encode_accelerator_mac.cc ('k') | media/media_gpu.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 ], 2142 ],
2143 'sources': [ 2143 'sources': [
2144 'gpu/video_accelerator_unittest_helpers.h', 2144 'gpu/video_accelerator_unittest_helpers.h',
2145 'gpu/video_encode_accelerator_unittest.cc', 2145 'gpu/video_encode_accelerator_unittest.cc',
2146 ], 2146 ],
2147 'include_dirs': [ 2147 'include_dirs': [
2148 '<(DEPTH)/third_party/libva', 2148 '<(DEPTH)/third_party/libva',
2149 '<(DEPTH)/third_party/libyuv', 2149 '<(DEPTH)/third_party/libyuv',
2150 ], 2150 ],
2151 'conditions': [ 2151 'conditions': [
2152 ['OS=="mac"', {
2153 'dependencies': [
2154 '../third_party/webrtc/common_video/common_video.gyp:common_vide o',
2155 ],
2156 }],
2152 ['use_x11==1', { 2157 ['use_x11==1', {
2153 'dependencies': [ 2158 'dependencies': [
2154 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 2159 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
2155 ], 2160 ],
2156 }], 2161 }],
2157 ['use_ozone==1', { 2162 ['use_ozone==1', {
2158 'dependencies': [ 2163 'dependencies': [
2159 '../ui/ozone/ozone.gyp:ozone', 2164 '../ui/ozone/ozone.gyp:ozone',
2160 ], 2165 ],
2161 }], 2166 }],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 'dependencies': [ 2290 'dependencies': [
2286 '../build/linux/system.gyp:libdrm', 2291 '../build/linux/system.gyp:libdrm',
2287 ] 2292 ]
2288 }], 2293 }],
2289 ], 2294 ],
2290 } 2295 }
2291 ] 2296 ]
2292 }], 2297 }],
2293 ], 2298 ],
2294 } 2299 }
OLDNEW
« no previous file with comments | « media/gpu/vt_video_encode_accelerator_mac.cc ('k') | media/media_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698