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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 "android/base_jni_onload.h", | 76 "android/base_jni_onload.h", |
77 "android/base_jni_registrar.cc", | 77 "android/base_jni_registrar.cc", |
78 "android/base_jni_registrar.h", | 78 "android/base_jni_registrar.h", |
79 "android/build_info.cc", | 79 "android/build_info.cc", |
80 "android/build_info.h", | 80 "android/build_info.h", |
81 "android/command_line_android.cc", | 81 "android/command_line_android.cc", |
82 "android/command_line_android.h", | 82 "android/command_line_android.h", |
83 "android/content_uri_utils.cc", | 83 "android/content_uri_utils.cc", |
84 "android/content_uri_utils.h", | 84 "android/content_uri_utils.h", |
85 "android/cpu_features.cc", | 85 "android/cpu_features.cc", |
| 86 "android/cxa_demangle_stub.cc", |
86 "android/event_log.cc", | 87 "android/event_log.cc", |
87 "android/event_log.h", | 88 "android/event_log.h", |
88 "android/field_trial_list.cc", | 89 "android/field_trial_list.cc", |
89 "android/field_trial_list.h", | 90 "android/field_trial_list.h", |
90 "android/fifo_utils.cc", | 91 "android/fifo_utils.cc", |
91 "android/fifo_utils.h", | 92 "android/fifo_utils.h", |
92 "android/important_file_writer_android.cc", | 93 "android/important_file_writer_android.cc", |
93 "android/important_file_writer_android.h", | 94 "android/important_file_writer_android.h", |
94 "android/java_handler_thread.cc", | 95 "android/java_handler_thread.cc", |
95 "android/java_handler_thread.h", | 96 "android/java_handler_thread.h", |
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 | 1565 |
1565 # GYP: //base.gyp:base_java_unittest_support | 1566 # GYP: //base.gyp:base_java_unittest_support |
1566 android_library("base_java_unittest_support") { | 1567 android_library("base_java_unittest_support") { |
1567 deps = [ | 1568 deps = [ |
1568 ":base_java", | 1569 ":base_java", |
1569 ] | 1570 ] |
1570 java_files = | 1571 java_files = |
1571 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1572 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
1572 } | 1573 } |
1573 } | 1574 } |
OLD | NEW |