[gn build] update two comments
authorNico Weber <thakis@chromium.org>
Fri, 24 Apr 2020 15:52:42 +0000 (11:52 -0400)
committerNico Weber <thakis@chromium.org>
Fri, 24 Apr 2020 15:52:49 +0000 (11:52 -0400)
llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn
llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn

index 3751f65..c5e646b 100644 (file)
@@ -8,7 +8,7 @@ source_set("remote") {
   sources = []
   if (false) {
     sources += [
-      # FIXME comment
+      # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
       "Client.cpp",
     ]
   }
index ff6995c..2d75d37 100644 (file)
@@ -6,7 +6,7 @@ source_set("unimplemented") {
   ]
   include_dirs = [ "../../.." ]
   sources = [
-    # FIXME comment
+    # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
     "UnimplementedClient.cpp",
   ]
 }