OLD | NEW |
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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 "memory/aligned_memory.h", | 322 "memory/aligned_memory.h", |
323 "memory/discardable_memory.cc", | 323 "memory/discardable_memory.cc", |
324 "memory/discardable_memory.h", | 324 "memory/discardable_memory.h", |
325 "memory/discardable_memory_android.cc", | 325 "memory/discardable_memory_android.cc", |
326 "memory/discardable_memory_emulated.cc", | 326 "memory/discardable_memory_emulated.cc", |
327 "memory/discardable_memory_emulated.h", | 327 "memory/discardable_memory_emulated.h", |
328 "memory/discardable_memory_linux.cc", | 328 "memory/discardable_memory_linux.cc", |
329 "memory/discardable_memory_mac.cc", | 329 "memory/discardable_memory_mac.cc", |
330 "memory/discardable_memory_manager.cc", | 330 "memory/discardable_memory_manager.cc", |
331 "memory/discardable_memory_manager.h", | 331 "memory/discardable_memory_manager.h", |
| 332 "memory/discardable_memory_shmem.cc", |
| 333 "memory/discardable_memory_shmem.h", |
| 334 "memory/discardable_memory_shmem_allocator.cc", |
| 335 "memory/discardable_memory_shmem_allocator.h", |
332 "memory/discardable_memory_win.cc", | 336 "memory/discardable_memory_win.cc", |
| 337 "memory/discardable_shared_memory.cc", |
| 338 "memory/discardable_shared_memory.h", |
333 "memory/linked_ptr.h", | 339 "memory/linked_ptr.h", |
334 "memory/manual_constructor.h", | 340 "memory/manual_constructor.h", |
335 "memory/memory_pressure_listener.cc", | 341 "memory/memory_pressure_listener.cc", |
336 "memory/memory_pressure_listener.h", | 342 "memory/memory_pressure_listener.h", |
337 "memory/raw_scoped_refptr_mismatch_checker.h", | 343 "memory/raw_scoped_refptr_mismatch_checker.h", |
338 "memory/ref_counted.cc", | 344 "memory/ref_counted.cc", |
339 "memory/ref_counted.h", | 345 "memory/ref_counted.h", |
340 "memory/ref_counted_delete_on_message_loop.h", | 346 "memory/ref_counted_delete_on_message_loop.h", |
341 "memory/ref_counted_memory.cc", | 347 "memory/ref_counted_memory.cc", |
342 "memory/ref_counted_memory.h", | 348 "memory/ref_counted_memory.h", |
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1178 "mac/libdispatch_task_runner_unittest.cc", | 1184 "mac/libdispatch_task_runner_unittest.cc", |
1179 "mac/mac_util_unittest.mm", | 1185 "mac/mac_util_unittest.mm", |
1180 "mac/objc_property_releaser_unittest.mm", | 1186 "mac/objc_property_releaser_unittest.mm", |
1181 "mac/scoped_nsobject_unittest.mm", | 1187 "mac/scoped_nsobject_unittest.mm", |
1182 "mac/scoped_objc_class_swizzler_unittest.mm", | 1188 "mac/scoped_objc_class_swizzler_unittest.mm", |
1183 "mac/scoped_sending_event_unittest.mm", | 1189 "mac/scoped_sending_event_unittest.mm", |
1184 "md5_unittest.cc", | 1190 "md5_unittest.cc", |
1185 "memory/aligned_memory_unittest.cc", | 1191 "memory/aligned_memory_unittest.cc", |
1186 "memory/discardable_memory_manager_unittest.cc", | 1192 "memory/discardable_memory_manager_unittest.cc", |
1187 "memory/discardable_memory_unittest.cc", | 1193 "memory/discardable_memory_unittest.cc", |
| 1194 "memory/discardable_shared_memory_unittest.cc", |
1188 "memory/linked_ptr_unittest.cc", | 1195 "memory/linked_ptr_unittest.cc", |
1189 "memory/ref_counted_memory_unittest.cc", | 1196 "memory/ref_counted_memory_unittest.cc", |
1190 "memory/ref_counted_unittest.cc", | 1197 "memory/ref_counted_unittest.cc", |
1191 "memory/scoped_ptr_unittest.cc", | 1198 "memory/scoped_ptr_unittest.cc", |
1192 "memory/scoped_ptr_unittest.nc", | 1199 "memory/scoped_ptr_unittest.nc", |
1193 "memory/scoped_vector_unittest.cc", | 1200 "memory/scoped_vector_unittest.cc", |
1194 "memory/shared_memory_unittest.cc", | 1201 "memory/shared_memory_unittest.cc", |
1195 "memory/singleton_unittest.cc", | 1202 "memory/singleton_unittest.cc", |
1196 "memory/weak_ptr_unittest.cc", | 1203 "memory/weak_ptr_unittest.cc", |
1197 "memory/weak_ptr_unittest.nc", | 1204 "memory/weak_ptr_unittest.nc", |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1488 # GYP: //base.gyp:base_unittests_apk | 1495 # GYP: //base.gyp:base_unittests_apk |
1489 unittest_apk("base_unittests_apk") { | 1496 unittest_apk("base_unittests_apk") { |
1490 deps = [ | 1497 deps = [ |
1491 ":base_java", | 1498 ":base_java", |
1492 ":base_java_unittest_support", | 1499 ":base_java_unittest_support", |
1493 ":base_unittests", | 1500 ":base_unittests", |
1494 ] | 1501 ] |
1495 unittests_dep = ":base_unittests" | 1502 unittests_dep = ":base_unittests" |
1496 } | 1503 } |
1497 } | 1504 } |
OLD | NEW |