| Index: webrtc/modules/desktop_capture/BUILD.gn
|
| diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
|
| index c91f7f2bf6ae4aa87d23e2937c8dabe2d978171f..7c2ab6cdc70a31839b22bfb976532ba3c7a64b4b 100644
|
| --- a/webrtc/modules/desktop_capture/BUILD.gn
|
| +++ b/webrtc/modules/desktop_capture/BUILD.gn
|
| @@ -22,8 +22,6 @@ rtc_source_set("primitives") {
|
| "desktop_region.cc",
|
| "desktop_region.h",
|
| ]
|
| -
|
| - public_configs = [ "../..:common_inherited_config" ]
|
| }
|
|
|
| rtc_source_set("desktop_capture") {
|
| @@ -148,8 +146,6 @@ rtc_source_set("desktop_capture") {
|
| ]
|
| }
|
|
|
| - public_configs = [ "../..:common_inherited_config" ]
|
| -
|
| if (is_clang && !is_nacl) {
|
| # Suppress warnings from Chrome's Clang plugins.
|
| # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
|
| @@ -177,8 +173,6 @@ if (use_desktop_capture_differ_sse2) {
|
| "differ_block_sse2.h",
|
| ]
|
|
|
| - public_configs = [ "../..:common_inherited_config" ]
|
| -
|
| if (is_posix) {
|
| cflags = [ "-msse2" ]
|
| }
|
|
|