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

Side by Side Diff: base/BUILD.gn

Issue 815183002: Using the new MemoryPressureListener instead of the LowMemoryObserver when the enhanced memory mana… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed flaky unit test Created 5 years, 11 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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 "bind_unittest.cc", 1143 "bind_unittest.cc",
1144 "bind_unittest.nc", 1144 "bind_unittest.nc",
1145 "bits_unittest.cc", 1145 "bits_unittest.cc",
1146 "build_time_unittest.cc", 1146 "build_time_unittest.cc",
1147 "callback_helpers_unittest.cc", 1147 "callback_helpers_unittest.cc",
1148 "callback_list_unittest.cc", 1148 "callback_list_unittest.cc",
1149 "callback_list_unittest.nc", 1149 "callback_list_unittest.nc",
1150 "callback_unittest.cc", 1150 "callback_unittest.cc",
1151 "callback_unittest.nc", 1151 "callback_unittest.nc",
1152 "cancelable_callback_unittest.cc", 1152 "cancelable_callback_unittest.cc",
1153 "chromeos/memory_pressure_observer_chromeos_unittest.cc",
1153 "command_line_unittest.cc", 1154 "command_line_unittest.cc",
1154 "containers/adapters_unittest.cc", 1155 "containers/adapters_unittest.cc",
1155 "containers/hash_tables_unittest.cc", 1156 "containers/hash_tables_unittest.cc",
1156 "containers/linked_list_unittest.cc", 1157 "containers/linked_list_unittest.cc",
1157 "containers/mru_cache_unittest.cc", 1158 "containers/mru_cache_unittest.cc",
1158 "containers/small_map_unittest.cc", 1159 "containers/small_map_unittest.cc",
1159 "containers/stack_container_unittest.cc", 1160 "containers/stack_container_unittest.cc",
1160 "cpu_unittest.cc", 1161 "cpu_unittest.cc",
1161 "debug/crash_logging_unittest.cc", 1162 "debug/crash_logging_unittest.cc",
1162 "debug/debugger_unittest.cc", 1163 "debug/debugger_unittest.cc",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1529 # GYP: //base.gyp:base_unittests_apk 1530 # GYP: //base.gyp:base_unittests_apk
1530 unittest_apk("base_unittests_apk") { 1531 unittest_apk("base_unittests_apk") {
1531 deps = [ 1532 deps = [
1532 ":base_java", 1533 ":base_java",
1533 ":base_java_unittest_support", 1534 ":base_java_unittest_support",
1534 ":base_unittests", 1535 ":base_unittests",
1535 ] 1536 ]
1536 unittests_dep = ":base_unittests" 1537 unittests_dep = ":base_unittests"
1537 } 1538 }
1538 } 1539 }
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