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

Unified Diff: third_party/cld_2/BUILD.gn

Issue 1410683002: Add some components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « components/webusb/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld_2/BUILD.gn
diff --git a/third_party/cld_2/BUILD.gn b/third_party/cld_2/BUILD.gn
index 6d41977b2b945f46f7bf50d78e0a113704539a8d..b64440c0069cf226835603ce1ebbf465fc156931 100644
--- a/third_party/cld_2/BUILD.gn
+++ b/third_party/cld_2/BUILD.gn
@@ -84,11 +84,11 @@ source_set("cld_2") {
}
source_set("cld2_platform_impl") {
- deps = []
+ public_deps = []
if (cld2_platform_support == "static") {
- deps += [ ":cld2_static" ]
+ public_deps += [ ":cld2_static" ]
} else if (cld2_platform_support == "dynamic") {
- deps += [ ":cld2_dynamic" ]
+ public_deps += [ ":cld2_dynamic" ]
}
}
@@ -109,7 +109,7 @@ static_library("cld2_static") {
"src/public",
]
- deps = [
+ public_deps = [
":cld_2",
":cld2_data",
]
« no previous file with comments | « components/webusb/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698