| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "memory/discardable_memory_manager.cc", | 328 "memory/discardable_memory_manager.cc", |
| 329 "memory/discardable_memory_manager.h", | 329 "memory/discardable_memory_manager.h", |
| 330 "memory/discardable_memory_win.cc", | 330 "memory/discardable_memory_win.cc", |
| 331 "memory/linked_ptr.h", | 331 "memory/linked_ptr.h", |
| 332 "memory/manual_constructor.h", | 332 "memory/manual_constructor.h", |
| 333 "memory/memory_pressure_listener.cc", | 333 "memory/memory_pressure_listener.cc", |
| 334 "memory/memory_pressure_listener.h", | 334 "memory/memory_pressure_listener.h", |
| 335 "memory/raw_scoped_refptr_mismatch_checker.h", | 335 "memory/raw_scoped_refptr_mismatch_checker.h", |
| 336 "memory/ref_counted.cc", | 336 "memory/ref_counted.cc", |
| 337 "memory/ref_counted.h", | 337 "memory/ref_counted.h", |
| 338 "memory/ref_counted_delete_on_message_loop.h", | 338 "memory/ref_counted_delete_on_task_runner.h", |
| 339 "memory/ref_counted_memory.cc", | 339 "memory/ref_counted_memory.cc", |
| 340 "memory/ref_counted_memory.h", | 340 "memory/ref_counted_memory.h", |
| 341 "memory/scoped_open_process.h", | 341 "memory/scoped_open_process.h", |
| 342 "memory/scoped_policy.h", | 342 "memory/scoped_policy.h", |
| 343 "memory/scoped_ptr.h", | 343 "memory/scoped_ptr.h", |
| 344 "memory/scoped_vector.h", | 344 "memory/scoped_vector.h", |
| 345 "memory/shared_memory.h", | 345 "memory/shared_memory.h", |
| 346 "memory/shared_memory_android.cc", | 346 "memory/shared_memory_android.cc", |
| 347 "memory/shared_memory_nacl.cc", | 347 "memory/shared_memory_nacl.cc", |
| 348 "memory/shared_memory_posix.cc", | 348 "memory/shared_memory_posix.cc", |
| (...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1493 # GYP: //base.gyp:base_unittests_apk | 1493 # GYP: //base.gyp:base_unittests_apk |
| 1494 unittest_apk("base_unittests_apk") { | 1494 unittest_apk("base_unittests_apk") { |
| 1495 deps = [ | 1495 deps = [ |
| 1496 ":base_java", | 1496 ":base_java", |
| 1497 ":base_java_unittest_support", | 1497 ":base_java_unittest_support", |
| 1498 ":base_unittests", | 1498 ":base_unittests", |
| 1499 ] | 1499 ] |
| 1500 unittests_dep = ":base_unittests" | 1500 unittests_dep = ":base_unittests" |
| 1501 } | 1501 } |
| 1502 } | 1502 } |
| OLD | NEW |