| Index: webrtc/media/BUILD.gn
|
| diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
|
| index ec00b049b696db4c62ac04785fb89d715fca74df..249ceb89ffebf1a2ae4021dd9356d64bb064ec9d 100644
|
| --- a/webrtc/media/BUILD.gn
|
| +++ b/webrtc/media/BUILD.gn
|
| @@ -30,24 +30,6 @@
|
| if (!is_win) {
|
| cflags = [ "-Wno-deprecated-declarations" ]
|
| }
|
| -}
|
| -
|
| -rtc_source_set("rtc_h264_profile_id") {
|
| - sources = [
|
| - "base/h264_profile_level_id.cc",
|
| - "base/h264_profile_level_id.h",
|
| - ]
|
| -
|
| - if (!build_with_chromium && is_clang) {
|
| - # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
| - suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
|
| - }
|
| -
|
| - deps = [
|
| - "..:webrtc_common",
|
| - "../base:rtc_base",
|
| - "../base:rtc_base_approved",
|
| - ]
|
| }
|
|
|
| rtc_source_set("rtc_media_base") {
|
| @@ -69,6 +51,8 @@
|
| "base/codec.h",
|
| "base/cryptoparams.h",
|
| "base/device.h",
|
| + "base/h264_profile_level_id.cc",
|
| + "base/h264_profile_level_id.h",
|
| "base/mediachannel.h",
|
| "base/mediaconstants.cc",
|
| "base/mediaconstants.h",
|
| @@ -112,7 +96,6 @@
|
| }
|
|
|
| deps += [
|
| - ":rtc_h264_profile_id",
|
| "..:webrtc_common",
|
| "../api:libjingle_peerconnection_api",
|
| "../base:rtc_base",
|
|
|