| Index: base/memory/BUILD.gn
|
| diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
|
| index 672330eefb804a43f8072189be99cd27126898e3..f6a290799491d3f6aa3b757d6587deb616342af2 100644
|
| --- a/base/memory/BUILD.gn
|
| +++ b/base/memory/BUILD.gn
|
| @@ -2,7 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("memory") {
|
| +# Should be static library, see documentation on //base:base for discussion.
|
| +static_library("memory") {
|
| sources = [
|
| "aligned_memory.cc",
|
| "aligned_memory.h",
|
|
|