summaryrefslogtreecommitdiff
path: root/chromium/remoting/base/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/remoting/base/BUILD.gn')
-rw-r--r--chromium/remoting/base/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/remoting/base/BUILD.gn b/chromium/remoting/base/BUILD.gn
index da46b4b265a..8736da9b21c 100644
--- a/chromium/remoting/base/BUILD.gn
+++ b/chromium/remoting/base/BUILD.gn
@@ -22,13 +22,18 @@ source_set("base") {
"constants.h",
"leaky_bucket.cc",
"leaky_bucket.h",
+ "name_value_map.h",
"rate_counter.cc",
"rate_counter.h",
+ "remoting_bot.cc",
+ "remoting_bot.h",
"rsa_key_pair.cc",
"rsa_key_pair.h",
"running_samples.cc",
"running_samples.h",
"scoped_sc_handle_win.h",
+ "service_urls.cc",
+ "service_urls.h",
"socket_reader.cc",
"socket_reader.h",
"telemetry_log_writer.cc",
@@ -56,6 +61,7 @@ source_set("base") {
]
deps = [
"//base/third_party/dynamic_annotations",
+ "//google_apis",
"//third_party/libvpx",
"//third_party/libyuv",
"//third_party/webrtc/modules/desktop_capture:primitives",
@@ -65,9 +71,11 @@ source_set("base") {
sources -= [
"chromium_url_request.cc",
"chromoting_event.cc",
+ "service_urls.cc",
"telemetry_log_writer.cc",
"url_request_context_getter.cc",
]
+ deps -= [ "//google_apis" ]
}
}
@@ -100,6 +108,7 @@ source_set("breakpad") {
sources = [
"breakpad.h",
"breakpad_linux.cc",
+ "breakpad_linux.h",
"breakpad_mac.mm",
"breakpad_win.cc",
]