Index: blimp/client/public/BUILD.gn |
diff --git a/blimp/client/public/BUILD.gn b/blimp/client/public/BUILD.gn |
index 977be954d2eb8f159b12afcb7f582db118125ecd..1f280cd866722990d35e8cae40655896e168bd15 100644 |
--- a/blimp/client/public/BUILD.gn |
+++ b/blimp/client/public/BUILD.gn |
@@ -22,7 +22,7 @@ group("public") { |
# All code in //blimp/client/* should depend on this target instead of |
# //blimp/client/public to ensure there are no circular dependencies or |
-# duplicate symbols regardless of whether enable_blimp is set or not. |
+# duplicate symbols regardless of whether enable_blimp_client is set or not. |
source_set("public_headers") { |
visibility = [ "//blimp/client/*" ] |
@@ -61,8 +61,8 @@ if (is_android) { |
# All code in //blimp/client/* should depend on this target instead of |
# //blimp/client/public:public_java to ensure there are no circular |
- # dependencies or duplicate files regardless of whether enable_blimp is set or |
- # not. |
+ # dependencies or duplicate files regardless of whether enable_blimp_client is |
+ # set or not. |
android_library("public_headers_java") { |
visibility = [ "//blimp/client/*" ] |