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

Unified Diff: remoting/base/BUILD.gn

Issue 2779373003: Moving service urls to base. (Closed)
Patch Set: Updating moved file c dates. Created 3 years, 9 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/remoting_bot.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 da46b4b265a7816e662d9891edc25331fcf68b75..539fa8702b18ab31cb91d6a84042a272c0f49fe3 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -24,11 +24,15 @@ source_set("base") {
"leaky_bucket.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 +60,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 +70,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" ]
}
}
« no previous file with comments | « no previous file | remoting/base/remoting_bot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698