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

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

Issue 2995373002: Revert of Modify profiles for H264 encode SW fallback (Closed)
Patch Set: Created 3 years, 4 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 | webrtc/media/engine/videoencodersoftwarefallbackwrapper.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 (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("../webrtc.gni") 10 import("../webrtc.gni")
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 deps += [ "$rtc_libyuv_dir" ] 105 deps += [ "$rtc_libyuv_dir" ]
106 public_deps = [ 106 public_deps = [
107 "$rtc_libyuv_dir", 107 "$rtc_libyuv_dir",
108 ] 108 ]
109 } else { 109 } else {
110 # Need to add a directory normally exported by libyuv. 110 # Need to add a directory normally exported by libyuv.
111 include_dirs += [ "$rtc_libyuv_dir/include" ] 111 include_dirs += [ "$rtc_libyuv_dir/include" ]
112 } 112 }
113 113
114 deps += [ 114 deps += [
115 ":rtc_h264_profile_id",
115 "..:webrtc_common", 116 "..:webrtc_common",
116 "../api:libjingle_peerconnection_api", 117 "../api:libjingle_peerconnection_api",
117 "../p2p", 118 "../p2p",
118 "../rtc_base:rtc_base", 119 "../rtc_base:rtc_base",
119 "../rtc_base:rtc_base_approved", 120 "../rtc_base:rtc_base_approved",
120 ] 121 ]
121 122
122 public_deps += [ ":rtc_h264_profile_id" ]
123
124 if (is_nacl) { 123 if (is_nacl) {
125 deps += [ "//native_client_sdk/src/libraries/nacl_io" ] 124 deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
126 } 125 }
127 } 126 }
128 127
129 rtc_static_library("rtc_audio_video") { 128 rtc_static_library("rtc_audio_video") {
130 defines = [] 129 defines = []
131 libs = [] 130 libs = []
132 deps = [] 131 deps = []
133 sources = [ 132 sources = [
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "../rtc_base:rtc_base_approved", 522 "../rtc_base:rtc_base_approved",
524 "../rtc_base:rtc_base_tests_main", 523 "../rtc_base:rtc_base_tests_main",
525 "../rtc_base:rtc_base_tests_utils", 524 "../rtc_base:rtc_base_tests_utils",
526 "../system_wrappers:metrics_default", 525 "../system_wrappers:metrics_default",
527 "../test:audio_codec_mocks", 526 "../test:audio_codec_mocks",
528 "../test:test_support", 527 "../test:test_support",
529 "../voice_engine:voice_engine", 528 "../voice_engine:voice_engine",
530 ] 529 ]
531 } 530 }
532 } 531 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/media/engine/videoencodersoftwarefallbackwrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698