| Index: remoting/base/BUILD.gn
|
| diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
|
| index 22b8e4abfce20754e009e790768e4ded04921f00..917cfabac933b0fe6d83652ba0ef6aa85dff6166 100644
|
| --- a/remoting/base/BUILD.gn
|
| +++ b/remoting/base/BUILD.gn
|
| @@ -19,14 +19,13 @@ source_set("base") {
|
| ]
|
| deps = [
|
| "//base/third_party/dynamic_annotations",
|
| - "//media",
|
| - "//media:shared_memory_support",
|
| - "//remoting/resources",
|
| "//third_party/libvpx",
|
| "//third_party/libyuv",
|
| - "//third_party/webrtc/modules/desktop_capture",
|
| - "//ui/base",
|
| + "//third_party/webrtc/modules/desktop_capture:primitives",
|
| ]
|
| + if (is_nacl) {
|
| + sources -= [ "url_request_context_getter.cc" ]
|
| + }
|
| }
|
|
|
| source_set("breakpad") {
|
| @@ -77,7 +76,7 @@ source_set("unit_tests") {
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//third_party/libyuv",
|
| - "//third_party/webrtc/modules/desktop_capture",
|
| + "//third_party/webrtc/modules/desktop_capture:primitives",
|
| ]
|
|
|
| if (is_win || is_mac || is_chromeos) {
|
|
|