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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "test_file_util_linux.cc", | 69 "test_file_util_linux.cc", |
70 "test_file_util_mac.cc", | 70 "test_file_util_mac.cc", |
71 "test_file_util_posix.cc", | 71 "test_file_util_posix.cc", |
72 "test_file_util_win.cc", | 72 "test_file_util_win.cc", |
73 "test_io_thread.cc", | 73 "test_io_thread.cc", |
74 "test_io_thread.h", | 74 "test_io_thread.h", |
75 "test_listener_ios.h", | 75 "test_listener_ios.h", |
76 "test_listener_ios.mm", | 76 "test_listener_ios.mm", |
77 "test_pending_task.cc", | 77 "test_pending_task.cc", |
78 "test_pending_task.h", | 78 "test_pending_task.h", |
79 "test_process_killer_win.cc", | |
80 "test_process_killer_win.h", | |
81 "test_reg_util_win.cc", | 79 "test_reg_util_win.cc", |
82 "test_reg_util_win.h", | 80 "test_reg_util_win.h", |
83 "test_shortcut_win.cc", | 81 "test_shortcut_win.cc", |
84 "test_shortcut_win.h", | 82 "test_shortcut_win.h", |
85 "test_simple_task_runner.cc", | 83 "test_simple_task_runner.cc", |
86 "test_simple_task_runner.h", | 84 "test_simple_task_runner.h", |
87 "test_suite.cc", | 85 "test_suite.cc", |
88 "test_suite.h", | 86 "test_suite.h", |
89 "test_support_android.cc", | 87 "test_support_android.cc", |
90 "test_support_android.h", | 88 "test_support_android.h", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 } | 159 } |
162 | 160 |
163 if (is_android) { | 161 if (is_android) { |
164 generate_jni("base_unittests_jni_headers") { | 162 generate_jni("base_unittests_jni_headers") { |
165 sources = [ | 163 sources = [ |
166 "android/java/src/org/chromium/base/ContentUriTestUtils.java", | 164 "android/java/src/org/chromium/base/ContentUriTestUtils.java", |
167 ] | 165 ] |
168 jni_package = "base" | 166 jni_package = "base" |
169 } | 167 } |
170 } | 168 } |
OLD | NEW |