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

Unified Diff: components/memory_pressure/BUILD.gn

Issue 2161363005: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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 | « components/memory_coordinator/common/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_pressure/BUILD.gn
diff --git a/components/memory_pressure/BUILD.gn b/components/memory_pressure/BUILD.gn
index a1728071097a7f8e65268193d6ec926c1051c4cf..e775dc50a41b970ad79519fa1660fb57bfbd813e 100644
--- a/components/memory_pressure/BUILD.gn
+++ b/components/memory_pressure/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
# GYP version: components/memory_pressure.gypi:memory_pressure
-source_set("memory_pressure") {
+static_library("memory_pressure") {
sources = [
"direct_memory_pressure_calculator.h",
"direct_memory_pressure_calculator_linux.cc",
« no previous file with comments | « components/memory_coordinator/common/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698