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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
477 "third_party/icu/icu_utf.cc", | 477 "third_party/icu/icu_utf.cc", |
478 "third_party/icu/icu_utf.h", | 478 "third_party/icu/icu_utf.h", |
479 "third_party/superfasthash/superfasthash.c", | 479 "third_party/superfasthash/superfasthash.c", |
480 "thread_task_runner_handle.cc", | 480 "thread_task_runner_handle.cc", |
481 "thread_task_runner_handle.h", | 481 "thread_task_runner_handle.h", |
482 "threading/non_thread_safe.h", | 482 "threading/non_thread_safe.h", |
483 "threading/non_thread_safe_impl.cc", | 483 "threading/non_thread_safe_impl.cc", |
484 "threading/non_thread_safe_impl.h", | 484 "threading/non_thread_safe_impl.h", |
485 "threading/platform_thread.h", | 485 "threading/platform_thread.h", |
486 "threading/platform_thread_android.cc", | 486 "threading/platform_thread_android.cc", |
487 "threading/platform_thread_internal_posix.cc", | |
488 "threading/platform_thread_internal_posix.cc", | |
rvargas (doing something else)
2015/03/17 22:15:21
twice
gab
2015/03/18 19:01:05
Oops!
| |
489 "threading/platform_thread_internal_posix.h", | |
490 "threading/platform_thread_internal_posix.h", | |
487 "threading/platform_thread_linux.cc", | 491 "threading/platform_thread_linux.cc", |
488 "threading/platform_thread_mac.mm", | 492 "threading/platform_thread_mac.mm", |
489 "threading/platform_thread_posix.cc", | 493 "threading/platform_thread_posix.cc", |
490 "threading/platform_thread_win.cc", | 494 "threading/platform_thread_win.cc", |
491 "threading/post_task_and_reply_impl.cc", | 495 "threading/post_task_and_reply_impl.cc", |
492 "threading/post_task_and_reply_impl.h", | 496 "threading/post_task_and_reply_impl.h", |
493 "threading/sequenced_worker_pool.cc", | 497 "threading/sequenced_worker_pool.cc", |
494 "threading/sequenced_worker_pool.h", | 498 "threading/sequenced_worker_pool.h", |
495 "threading/simple_thread.cc", | 499 "threading/simple_thread.cc", |
496 "threading/simple_thread.h", | 500 "threading/simple_thread.h", |
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1461 | 1465 |
1462 # GYP: //base.gyp:base_java_unittest_support | 1466 # GYP: //base.gyp:base_java_unittest_support |
1463 android_library("base_java_unittest_support") { | 1467 android_library("base_java_unittest_support") { |
1464 deps = [ | 1468 deps = [ |
1465 ":base_java", | 1469 ":base_java", |
1466 ] | 1470 ] |
1467 java_files = | 1471 java_files = |
1468 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1472 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1469 } | 1473 } |
1470 } | 1474 } |
OLD | NEW |