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

Side by Side Diff: content/content_common.gypi

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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$'] , 590 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$'] ,
591 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'], 591 ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'],
592 ], 592 ],
593 }], 593 }],
594 ], 594 ],
595 'conditions': [ 595 'conditions': [
596 ['OS=="mac"', { 596 ['OS=="mac"', {
597 'dependencies': [ 597 'dependencies': [
598 '../media/media.gyp:media', 598 '../media/media.gyp:media',
599 '../sandbox/sandbox.gyp:seatbelt', 599 '../sandbox/sandbox.gyp:seatbelt',
600 '../third_party/webrtc/common_video/common_video.gyp:common_video',
601 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac',
600 'app/resources/content_resources.gyp:content_resources', 602 'app/resources/content_resources.gyp:content_resources',
601 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac'
602 ], 603 ],
603 'sources': [ 604 'sources': [
604 'common/gpu/media/vt_mac.h', 605 'common/gpu/media/vt_mac.h',
605 'common/gpu/media/vt_video_decode_accelerator_mac.cc', 606 'common/gpu/media/vt_video_decode_accelerator_mac.cc',
606 'common/gpu/media/vt_video_decode_accelerator_mac.h', 607 'common/gpu/media/vt_video_decode_accelerator_mac.h',
607 'common/gpu/media/vt_video_encode_accelerator_mac.cc', 608 'common/gpu/media/vt_video_encode_accelerator_mac.cc',
608 'common/gpu/media/vt_video_encode_accelerator_mac.h', 609 'common/gpu/media/vt_video_encode_accelerator_mac.h',
609 ], 610 ],
610 'link_settings': { 611 'link_settings': {
611 'libraries': [ 612 'libraries': [
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'sources!': [ 994 'sources!': [
994 'common/cursors/webcursor_ozone.cc', 995 'common/cursors/webcursor_ozone.cc',
995 'common/font_list_ozone.cc', 996 'common/font_list_ozone.cc',
996 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 997 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
997 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 998 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
998 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 999 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
999 ], 1000 ],
1000 }], 1001 }],
1001 ], 1002 ],
1002 } 1003 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698