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

Unified Diff: blimp/client/public/BUILD.gn

Issue 2179843005: Rename GN arg for enabling blimp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « blimp/client/core/BUILD.gn ('k') | build/args/blimp_client.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/*" ]
« no previous file with comments | « blimp/client/core/BUILD.gn ('k') | build/args/blimp_client.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698