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

Side by Side Diff: base/BUILD.gn

Issue 1250093006: Added memory pressure monitor for linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uncomment ::Get functionality Created 5 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 | « no previous file | base/base.gyp » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 "mac/mac_util_unittest.mm", 1259 "mac/mac_util_unittest.mm",
1260 "mac/objc_property_releaser_unittest.mm", 1260 "mac/objc_property_releaser_unittest.mm",
1261 "mac/scoped_nsobject_unittest.mm", 1261 "mac/scoped_nsobject_unittest.mm",
1262 "mac/scoped_objc_class_swizzler_unittest.mm", 1262 "mac/scoped_objc_class_swizzler_unittest.mm",
1263 "mac/scoped_sending_event_unittest.mm", 1263 "mac/scoped_sending_event_unittest.mm",
1264 "md5_unittest.cc", 1264 "md5_unittest.cc",
1265 "memory/aligned_memory_unittest.cc", 1265 "memory/aligned_memory_unittest.cc",
1266 "memory/discardable_shared_memory_unittest.cc", 1266 "memory/discardable_shared_memory_unittest.cc",
1267 "memory/linked_ptr_unittest.cc", 1267 "memory/linked_ptr_unittest.cc",
1268 "memory/memory_pressure_monitor_chromeos_unittest.cc", 1268 "memory/memory_pressure_monitor_chromeos_unittest.cc",
1269 "memory/memory_pressure_monitor_linux_unittest.cc",
1269 "memory/memory_pressure_monitor_win_unittest.cc", 1270 "memory/memory_pressure_monitor_win_unittest.cc",
1270 "memory/ref_counted_memory_unittest.cc", 1271 "memory/ref_counted_memory_unittest.cc",
1271 "memory/ref_counted_unittest.cc", 1272 "memory/ref_counted_unittest.cc",
1272 "memory/scoped_ptr_unittest.cc", 1273 "memory/scoped_ptr_unittest.cc",
1273 "memory/scoped_ptr_unittest.nc", 1274 "memory/scoped_ptr_unittest.nc",
1274 "memory/scoped_vector_unittest.cc", 1275 "memory/scoped_vector_unittest.cc",
1275 "memory/shared_memory_unittest.cc", 1276 "memory/shared_memory_unittest.cc",
1276 "memory/singleton_unittest.cc", 1277 "memory/singleton_unittest.cc",
1277 "memory/weak_ptr_unittest.cc", 1278 "memory/weak_ptr_unittest.cc",
1278 "memory/weak_ptr_unittest.nc", 1279 "memory/weak_ptr_unittest.nc",
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 1623
1623 # GYP: //base.gyp:base_java_unittest_support 1624 # GYP: //base.gyp:base_java_unittest_support
1624 android_library("base_java_unittest_support") { 1625 android_library("base_java_unittest_support") {
1625 deps = [ 1626 deps = [
1626 ":base_java", 1627 ":base_java",
1627 ] 1628 ]
1628 java_files = 1629 java_files =
1629 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1630 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1630 } 1631 }
1631 } 1632 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698