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 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 "memory/linked_ptr.h", | 335 "memory/linked_ptr.h", |
336 "memory/manual_constructor.h", | 336 "memory/manual_constructor.h", |
337 "memory/memory_pressure_listener.cc", | 337 "memory/memory_pressure_listener.cc", |
338 "memory/memory_pressure_listener.h", | 338 "memory/memory_pressure_listener.h", |
339 "memory/raw_scoped_refptr_mismatch_checker.h", | 339 "memory/raw_scoped_refptr_mismatch_checker.h", |
340 "memory/ref_counted.cc", | 340 "memory/ref_counted.cc", |
341 "memory/ref_counted.h", | 341 "memory/ref_counted.h", |
342 "memory/ref_counted_delete_on_message_loop.h", | 342 "memory/ref_counted_delete_on_message_loop.h", |
343 "memory/ref_counted_memory.cc", | 343 "memory/ref_counted_memory.cc", |
344 "memory/ref_counted_memory.h", | 344 "memory/ref_counted_memory.h", |
345 "memory/scoped_open_process.h", | |
346 "memory/scoped_policy.h", | 345 "memory/scoped_policy.h", |
347 "memory/scoped_ptr.h", | 346 "memory/scoped_ptr.h", |
348 "memory/scoped_vector.h", | 347 "memory/scoped_vector.h", |
349 "memory/shared_memory.h", | 348 "memory/shared_memory.h", |
350 "memory/shared_memory_android.cc", | 349 "memory/shared_memory_android.cc", |
351 "memory/shared_memory_nacl.cc", | 350 "memory/shared_memory_nacl.cc", |
352 "memory/shared_memory_posix.cc", | 351 "memory/shared_memory_posix.cc", |
353 "memory/shared_memory_win.cc", | 352 "memory/shared_memory_win.cc", |
354 "memory/singleton.cc", | 353 "memory/singleton.cc", |
355 "memory/singleton.h", | 354 "memory/singleton.h", |
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1534 | 1533 |
1535 # GYP: //base.gyp:base_java_unittest_support | 1534 # GYP: //base.gyp:base_java_unittest_support |
1536 android_library("base_java_unittest_support") { | 1535 android_library("base_java_unittest_support") { |
1537 deps = [ | 1536 deps = [ |
1538 ":base_java", | 1537 ":base_java", |
1539 ] | 1538 ] |
1540 java_files = | 1539 java_files = |
1541 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1540 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1542 } | 1541 } |
1543 } | 1542 } |
OLD | NEW |