Index: build/config/clang/BUILD.gn |
diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn |
index f10fde79e65f5659ffb530113a015e04c3aee4d1..f96bc73142901b2db7bd5f0e14afb5482c7b41a2 100644 |
--- a/build/config/clang/BUILD.gn |
+++ b/build/config/clang/BUILD.gn |
@@ -2,11 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-declare_args() { |
- # Indicates if the build should use the Chrome-specific plugins for enforcing |
- # coding guidelines, etc. Only used when compiling with Clang. |
- clang_use_chrome_plugins = true |
-} |
+import("clang.gni") |
config("find_bad_constructs") { |
if (clang_use_chrome_plugins) { |