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

Side by Side Diff: base/BUILD.gn

Issue 1004043002: Re-land: base: Implement browser process support for discardable memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set allocator instance for blink tests Created 5 years, 9 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 | « ash/test/test_suite.cc ('k') | 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 "mac/bind_objc_block_unittest.mm", 1125 "mac/bind_objc_block_unittest.mm",
1126 "mac/foundation_util_unittest.mm", 1126 "mac/foundation_util_unittest.mm",
1127 "mac/libdispatch_task_runner_unittest.cc", 1127 "mac/libdispatch_task_runner_unittest.cc",
1128 "mac/mac_util_unittest.mm", 1128 "mac/mac_util_unittest.mm",
1129 "mac/objc_property_releaser_unittest.mm", 1129 "mac/objc_property_releaser_unittest.mm",
1130 "mac/scoped_nsobject_unittest.mm", 1130 "mac/scoped_nsobject_unittest.mm",
1131 "mac/scoped_objc_class_swizzler_unittest.mm", 1131 "mac/scoped_objc_class_swizzler_unittest.mm",
1132 "mac/scoped_sending_event_unittest.mm", 1132 "mac/scoped_sending_event_unittest.mm",
1133 "md5_unittest.cc", 1133 "md5_unittest.cc",
1134 "memory/aligned_memory_unittest.cc", 1134 "memory/aligned_memory_unittest.cc",
1135 "memory/discardable_memory_unittest.cc",
1136 "memory/discardable_shared_memory_unittest.cc", 1135 "memory/discardable_shared_memory_unittest.cc",
1137 "memory/linked_ptr_unittest.cc", 1136 "memory/linked_ptr_unittest.cc",
1138 "memory/ref_counted_memory_unittest.cc", 1137 "memory/ref_counted_memory_unittest.cc",
1139 "memory/ref_counted_unittest.cc", 1138 "memory/ref_counted_unittest.cc",
1140 "memory/scoped_ptr_unittest.cc", 1139 "memory/scoped_ptr_unittest.cc",
1141 "memory/scoped_ptr_unittest.nc", 1140 "memory/scoped_ptr_unittest.nc",
1142 "memory/scoped_vector_unittest.cc", 1141 "memory/scoped_vector_unittest.cc",
1143 "memory/shared_memory_unittest.cc", 1142 "memory/shared_memory_unittest.cc",
1144 "memory/singleton_unittest.cc", 1143 "memory/singleton_unittest.cc",
1145 "memory/weak_ptr_unittest.cc", 1144 "memory/weak_ptr_unittest.cc",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1460 1459
1461 # GYP: //base.gyp:base_java_unittest_support 1460 # GYP: //base.gyp:base_java_unittest_support
1462 android_library("base_java_unittest_support") { 1461 android_library("base_java_unittest_support") {
1463 deps = [ 1462 deps = [
1464 ":base_java", 1463 ":base_java",
1465 ] 1464 ]
1466 java_files = 1465 java_files =
1467 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1466 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1468 } 1467 }
1469 } 1468 }
OLDNEW
« no previous file with comments | « ash/test/test_suite.cc ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698