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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/memory_coordinator/common/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # GYP version: components/memory_pressure.gypi:memory_pressure 5 # GYP version: components/memory_pressure.gypi:memory_pressure
6 source_set("memory_pressure") { 6 static_library("memory_pressure") {
7 sources = [ 7 sources = [
8 "direct_memory_pressure_calculator.h", 8 "direct_memory_pressure_calculator.h",
9 "direct_memory_pressure_calculator_linux.cc", 9 "direct_memory_pressure_calculator_linux.cc",
10 "direct_memory_pressure_calculator_linux.h", 10 "direct_memory_pressure_calculator_linux.h",
11 "direct_memory_pressure_calculator_win.cc", 11 "direct_memory_pressure_calculator_win.cc",
12 "direct_memory_pressure_calculator_win.h", 12 "direct_memory_pressure_calculator_win.h",
13 "filtered_memory_pressure_calculator.cc", 13 "filtered_memory_pressure_calculator.cc",
14 "filtered_memory_pressure_calculator.h", 14 "filtered_memory_pressure_calculator.h",
15 "memory_pressure_calculator.h", 15 "memory_pressure_calculator.h",
16 "memory_pressure_listener.cc", 16 "memory_pressure_listener.cc",
(...skipping 21 matching lines...) Expand all
38 "test_memory_pressure_calculator.h", 38 "test_memory_pressure_calculator.h",
39 ] 39 ]
40 40
41 deps = [ 41 deps = [
42 ":memory_pressure", 42 ":memory_pressure",
43 "//base/test:test_support", 43 "//base/test:test_support",
44 "//testing/gmock", 44 "//testing/gmock",
45 "//testing/gtest", 45 "//testing/gtest",
46 ] 46 ]
47 } 47 }
OLDNEW
« 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