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

Unified Diff: base/memory/BUILD.gn

Issue 1532953003: Revert of Make base a static ibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « base/json/BUILD.gn ('k') | base/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/BUILD.gn
diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
index f6a290799491d3f6aa3b757d6587deb616342af2..672330eefb804a43f8072189be99cd27126898e3 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -2,8 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Should be static library, see documentation on //base:base for discussion.
-static_library("memory") {
+source_set("memory") {
sources = [
"aligned_memory.cc",
"aligned_memory.h",
« no previous file with comments | « base/json/BUILD.gn ('k') | base/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698