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

Unified Diff: remoting/base/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « ppapi/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('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 6d05466da22663d41897a24624ec766ca39a6b31..c4adc75d44f4bcc94135a2be7d13c6242831b1ce 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -67,29 +67,25 @@ static_library("base") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
- deps = [
+ public_deps = [
"//base",
+ "//net",
+ "//remoting/proto",
+ "//third_party/protobuf:protobuf_lite",
+ ]
+ deps = [
"//base/third_party/dynamic_annotations",
"//media",
"//media:shared_memory_support",
- "//net",
- "//remoting/proto",
"//remoting/resources",
#"//third_party/libvpx", TODO(GYP)
"//third_party/libyuv",
"//third_party/opus",
- "//third_party/protobuf:protobuf_lite",
"//third_party/webrtc/modules/desktop_capture",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
]
- forward_dependent_configs_from = [
- "//base",
- "//net",
- "//remoting/proto",
- "//third_party/protobuf:protobuf_lite",
- ]
}
« no previous file with comments | « ppapi/BUILD.gn ('k') | remoting/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698