Chromium Code Reviews| Index: base/debug/BUILD.gn |
| diff --git a/base/debug/BUILD.gn b/base/debug/BUILD.gn |
| index a910d96b4a107a08d2b199b06633e0342248771f..eb2a3097332f274726a2852907a4bc37e1aa0310 100644 |
| --- a/base/debug/BUILD.gn |
| +++ b/base/debug/BUILD.gn |
| @@ -5,7 +5,8 @@ |
| import("//build/buildflag_header.gni") |
| import("//build/config/compiler/compiler.gni") |
| -source_set("debug") { |
| +# Should be static library, see documentation on //base:base for discussion. |
| +static_library("debug") { |
| sources = [ |
| "alias.cc", |
| "alias.h", |