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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 "md5.h", | 318 "md5.h", |
319 "memory/aligned_memory.cc", | 319 "memory/aligned_memory.cc", |
320 "memory/aligned_memory.h", | 320 "memory/aligned_memory.h", |
321 "memory/discardable_memory.cc", | 321 "memory/discardable_memory.cc", |
322 "memory/discardable_memory.h", | 322 "memory/discardable_memory.h", |
323 "memory/discardable_memory_android.cc", | 323 "memory/discardable_memory_android.cc", |
324 "memory/discardable_memory_emulated.cc", | 324 "memory/discardable_memory_emulated.cc", |
325 "memory/discardable_memory_emulated.h", | 325 "memory/discardable_memory_emulated.h", |
326 "memory/discardable_memory_linux.cc", | 326 "memory/discardable_memory_linux.cc", |
327 "memory/discardable_memory_mac.cc", | 327 "memory/discardable_memory_mac.cc", |
328 "memory/discardable_memory_malloc.cc", | |
329 "memory/discardable_memory_malloc.h", | |
330 "memory/discardable_memory_manager.cc", | 328 "memory/discardable_memory_manager.cc", |
331 "memory/discardable_memory_manager.h", | 329 "memory/discardable_memory_manager.h", |
332 "memory/discardable_memory_win.cc", | 330 "memory/discardable_memory_win.cc", |
333 "memory/linked_ptr.h", | 331 "memory/linked_ptr.h", |
334 "memory/manual_constructor.h", | 332 "memory/manual_constructor.h", |
335 "memory/memory_pressure_listener.cc", | 333 "memory/memory_pressure_listener.cc", |
336 "memory/memory_pressure_listener.h", | 334 "memory/memory_pressure_listener.h", |
337 "memory/raw_scoped_refptr_mismatch_checker.h", | 335 "memory/raw_scoped_refptr_mismatch_checker.h", |
338 "memory/ref_counted.cc", | 336 "memory/ref_counted.cc", |
339 "memory/ref_counted.h", | 337 "memory/ref_counted.h", |
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1489 # GYP: //base.gyp:base_unittests_apk | 1487 # GYP: //base.gyp:base_unittests_apk |
1490 unittest_apk("base_unittests_apk") { | 1488 unittest_apk("base_unittests_apk") { |
1491 deps = [ | 1489 deps = [ |
1492 ":base_java", | 1490 ":base_java", |
1493 ":base_java_unittest_support", | 1491 ":base_java_unittest_support", |
1494 ":base_unittests", | 1492 ":base_unittests", |
1495 ] | 1493 ] |
1496 unittests_dep = ":base_unittests" | 1494 unittests_dep = ":base_unittests" |
1497 } | 1495 } |
1498 } | 1496 } |
OLD | NEW |