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

Unified Diff: remoting/base/BUILD.gn

Issue 1679023009: Add remoting::UrlRequest interface with 2 implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/base/chromium_url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/BUILD.gn
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index dc9b658d683ba7f91068aa96200fe73eac5074f0..6d83dbc784b5d5a6b566b7d39e1cad3e1838caf2 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",
+ ]
}
}
« no previous file with comments | « no previous file | remoting/base/chromium_url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698