summaryrefslogtreecommitdiffstats
path: root/remoting/base/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/BUILD.gn')
-rw-r--r--remoting/base/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index dc9b658d..6d83dbc 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -24,7 +24,10 @@ source_set("base") {
"//third_party/webrtc/modules/desktop_capture:primitives",
]
if (is_nacl) {
- sources -= [ "url_request_context_getter.cc" ]
+ sources -= [
+ "chromium_url_request.cc",
+ "url_request_context_getter.cc",
+ ]
}
}