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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 "memory/linked_ptr.h", | 346 "memory/linked_ptr.h", |
347 "memory/manual_constructor.h", | 347 "memory/manual_constructor.h", |
348 "memory/memory_pressure_listener.cc", | 348 "memory/memory_pressure_listener.cc", |
349 "memory/memory_pressure_listener.h", | 349 "memory/memory_pressure_listener.h", |
350 "memory/raw_scoped_refptr_mismatch_checker.h", | 350 "memory/raw_scoped_refptr_mismatch_checker.h", |
351 "memory/ref_counted.cc", | 351 "memory/ref_counted.cc", |
352 "memory/ref_counted.h", | 352 "memory/ref_counted.h", |
353 "memory/ref_counted_delete_on_message_loop.h", | 353 "memory/ref_counted_delete_on_message_loop.h", |
354 "memory/ref_counted_memory.cc", | 354 "memory/ref_counted_memory.cc", |
355 "memory/ref_counted_memory.h", | 355 "memory/ref_counted_memory.h", |
356 "memory/scoped_open_process.h", | |
357 "memory/scoped_policy.h", | 356 "memory/scoped_policy.h", |
358 "memory/scoped_ptr.h", | 357 "memory/scoped_ptr.h", |
359 "memory/scoped_vector.h", | 358 "memory/scoped_vector.h", |
360 "memory/shared_memory.h", | 359 "memory/shared_memory.h", |
361 "memory/shared_memory_android.cc", | 360 "memory/shared_memory_android.cc", |
362 "memory/shared_memory_nacl.cc", | 361 "memory/shared_memory_nacl.cc", |
363 "memory/shared_memory_posix.cc", | 362 "memory/shared_memory_posix.cc", |
364 "memory/shared_memory_win.cc", | 363 "memory/shared_memory_win.cc", |
365 "memory/singleton.cc", | 364 "memory/singleton.cc", |
366 "memory/singleton.h", | 365 "memory/singleton.h", |
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1532 | 1531 |
1533 # GYP: //base.gyp:base_java_unittest_support | 1532 # GYP: //base.gyp:base_java_unittest_support |
1534 android_library("base_java_unittest_support") { | 1533 android_library("base_java_unittest_support") { |
1535 deps = [ | 1534 deps = [ |
1536 ":base_java", | 1535 ":base_java", |
1537 ] | 1536 ] |
1538 java_files = | 1537 java_files = |
1539 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1538 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1540 } | 1539 } |
1541 } | 1540 } |
OLD | NEW |