summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-09-14 16:03:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-14 23:04:22 +0000
commit99d83f9b9121d659cdbf259ec9f71f8d1f090100 (patch)
tree401fcc5cecb29b24ddb37952d18141b31da8d1c3 /remoting/base
parent3fa5b0aec0c7361fa666e4145da0ea9167f55ecd (diff)
downloadchromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.zip
chromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.tar.gz
chromium_src-99d83f9b9121d659cdbf259ec9f71f8d1f090100.tar.bz2
Compile remoting client plugin with GN
BUG=512899 Review URL: https://codereview.chromium.org/1312463005 Cr-Commit-Position: refs/heads/master@{#348752}
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/BUILD.gn11
1 files changed, 5 insertions, 6 deletions
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index 22b8e4a..917cfab 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) {