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/android/rules.gni") | 5 import("//build/config/android/rules.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 | 7 |
8 component("base") { | 8 component("base") { |
9 sources = [ | 9 sources = [ |
10 "third_party/dmg_fp/dmg_fp.h", | 10 "third_party/dmg_fp/dmg_fp.h", |
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1187 "synchronization/lock_unittest.cc", | 1187 "synchronization/lock_unittest.cc", |
1188 "synchronization/waitable_event_unittest.cc", | 1188 "synchronization/waitable_event_unittest.cc", |
1189 "synchronization/waitable_event_watcher_unittest.cc", | 1189 "synchronization/waitable_event_watcher_unittest.cc", |
1190 "sys_info_unittest.cc", | 1190 "sys_info_unittest.cc", |
1191 "system_monitor/system_monitor_unittest.cc", | 1191 "system_monitor/system_monitor_unittest.cc", |
1192 "task/cancelable_task_tracker_unittest.cc", | 1192 "task/cancelable_task_tracker_unittest.cc", |
1193 "task_runner_util_unittest.cc", | 1193 "task_runner_util_unittest.cc", |
1194 "template_util_unittest.cc", | 1194 "template_util_unittest.cc", |
1195 "test/expectations/expectation_unittest.cc", | 1195 "test/expectations/expectation_unittest.cc", |
1196 "test/expectations/parser_unittest.cc", | 1196 "test/expectations/parser_unittest.cc", |
1197 "test/statistics_delta_reader_unittest.cc", | 1197 "test/histogram_tester_unittest.cc", |
1198 "test/test_reg_util_win_unittest.cc", | 1198 "test/test_reg_util_win_unittest.cc", |
1199 "test/trace_event_analyzer_unittest.cc", | 1199 "test/trace_event_analyzer_unittest.cc", |
1200 "threading/non_thread_safe_unittest.cc", | 1200 "threading/non_thread_safe_unittest.cc", |
1201 "threading/platform_thread_unittest.cc", | 1201 "threading/platform_thread_unittest.cc", |
1202 "threading/sequenced_worker_pool_unittest.cc", | 1202 "threading/sequenced_worker_pool_unittest.cc", |
1203 "threading/simple_thread_unittest.cc", | 1203 "threading/simple_thread_unittest.cc", |
1204 "threading/thread_checker_unittest.cc", | 1204 "threading/thread_checker_unittest.cc", |
1205 "threading/thread_collision_warner_unittest.cc", | 1205 "threading/thread_collision_warner_unittest.cc", |
1206 "threading/thread_id_name_manager_unittest.cc", | 1206 "threading/thread_id_name_manager_unittest.cc", |
1207 "threading/thread_local_storage_unittest.cc", | 1207 "threading/thread_local_storage_unittest.cc", |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1412 "android/java/templates/NativeLibraries.template", | 1412 "android/java/templates/NativeLibraries.template", |
1413 ] | 1413 ] |
1414 inputs = [ | 1414 inputs = [ |
1415 "android/java/templates/native_libraries_array.h", | 1415 "android/java/templates/native_libraries_array.h", |
1416 ] | 1416 ] |
1417 | 1417 |
1418 package_name = "org/chromium/base/library_loader" | 1418 package_name = "org/chromium/base/library_loader" |
1419 include_path = "android/java/templates" | 1419 include_path = "android/java/templates" |
1420 } | 1420 } |
1421 } | 1421 } |
OLD | NEW |