| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "bind_internal_win.h", | 160 "bind_internal_win.h", |
| 161 "bits.h", | 161 "bits.h", |
| 162 "build_time.cc", | 162 "build_time.cc", |
| 163 "build_time.h", | 163 "build_time.h", |
| 164 "callback.h", | 164 "callback.h", |
| 165 "callback_helpers.cc", | 165 "callback_helpers.cc", |
| 166 "callback_helpers.h", | 166 "callback_helpers.h", |
| 167 "callback_internal.cc", | 167 "callback_internal.cc", |
| 168 "callback_internal.h", | 168 "callback_internal.h", |
| 169 "cancelable_callback.h", | 169 "cancelable_callback.h", |
| 170 "chromeos/memory_pressure_monitor_chromeos.cc", | 170 "chromeos/memory_pressure_monitor.cc", |
| 171 "chromeos/memory_pressure_monitor_chromeos.h", | 171 "chromeos/memory_pressure_monitor.h", |
| 172 "command_line.cc", | 172 "command_line.cc", |
| 173 "command_line.h", | 173 "command_line.h", |
| 174 "compiler_specific.h", | 174 "compiler_specific.h", |
| 175 "containers/adapters.h", | 175 "containers/adapters.h", |
| 176 "containers/hash_tables.h", | 176 "containers/hash_tables.h", |
| 177 "containers/linked_list.h", | 177 "containers/linked_list.h", |
| 178 "containers/mru_cache.h", | 178 "containers/mru_cache.h", |
| 179 "containers/scoped_ptr_hash_map.h", | 179 "containers/scoped_ptr_hash_map.h", |
| 180 "containers/small_map.h", | 180 "containers/small_map.h", |
| 181 "containers/stack_container.h", | 181 "containers/stack_container.h", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "mac/launchd.cc", | 280 "mac/launchd.cc", |
| 281 "mac/launchd.h", | 281 "mac/launchd.h", |
| 282 "mac/libdispatch_task_runner.cc", | 282 "mac/libdispatch_task_runner.cc", |
| 283 "mac/libdispatch_task_runner.h", | 283 "mac/libdispatch_task_runner.h", |
| 284 "mac/mac_logging.cc", | 284 "mac/mac_logging.cc", |
| 285 "mac/mac_logging.h", | 285 "mac/mac_logging.h", |
| 286 "mac/mac_util.h", | 286 "mac/mac_util.h", |
| 287 "mac/mac_util.mm", | 287 "mac/mac_util.mm", |
| 288 "mac/mach_logging.cc", | 288 "mac/mach_logging.cc", |
| 289 "mac/mach_logging.h", | 289 "mac/mach_logging.h", |
| 290 "mac/memory_pressure_monitor_mac.cc", | 290 "mac/memory_pressure_monitor.cc", |
| 291 "mac/memory_pressure_monitor_mac.h", | 291 "mac/memory_pressure_monitor.h", |
| 292 "mac/objc_property_releaser.h", | 292 "mac/objc_property_releaser.h", |
| 293 "mac/objc_property_releaser.mm", | 293 "mac/objc_property_releaser.mm", |
| 294 "mac/os_crash_dumps.cc", | 294 "mac/os_crash_dumps.cc", |
| 295 "mac/os_crash_dumps.h", | 295 "mac/os_crash_dumps.h", |
| 296 "mac/scoped_aedesc.h", | 296 "mac/scoped_aedesc.h", |
| 297 "mac/scoped_authorizationref.h", | 297 "mac/scoped_authorizationref.h", |
| 298 "mac/scoped_block.h", | 298 "mac/scoped_block.h", |
| 299 "mac/scoped_cftyperef.h", | 299 "mac/scoped_cftyperef.h", |
| 300 "mac/scoped_ioobject.h", | 300 "mac/scoped_ioobject.h", |
| 301 "mac/scoped_ioplugininterface.h", | 301 "mac/scoped_ioplugininterface.h", |
| (...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1091 "bind_unittest.cc", | 1091 "bind_unittest.cc", |
| 1092 "bind_unittest.nc", | 1092 "bind_unittest.nc", |
| 1093 "bits_unittest.cc", | 1093 "bits_unittest.cc", |
| 1094 "build_time_unittest.cc", | 1094 "build_time_unittest.cc", |
| 1095 "callback_helpers_unittest.cc", | 1095 "callback_helpers_unittest.cc", |
| 1096 "callback_list_unittest.cc", | 1096 "callback_list_unittest.cc", |
| 1097 "callback_list_unittest.nc", | 1097 "callback_list_unittest.nc", |
| 1098 "callback_unittest.cc", | 1098 "callback_unittest.cc", |
| 1099 "callback_unittest.nc", | 1099 "callback_unittest.nc", |
| 1100 "cancelable_callback_unittest.cc", | 1100 "cancelable_callback_unittest.cc", |
| 1101 "chromeos/memory_pressure_monitor_chromeos_unittest.cc", | 1101 "chromeos/memory_pressure_monitor_unittest.cc", |
| 1102 "command_line_unittest.cc", | 1102 "command_line_unittest.cc", |
| 1103 "containers/adapters_unittest.cc", | 1103 "containers/adapters_unittest.cc", |
| 1104 "containers/hash_tables_unittest.cc", | 1104 "containers/hash_tables_unittest.cc", |
| 1105 "containers/linked_list_unittest.cc", | 1105 "containers/linked_list_unittest.cc", |
| 1106 "containers/mru_cache_unittest.cc", | 1106 "containers/mru_cache_unittest.cc", |
| 1107 "containers/scoped_ptr_hash_map_unittest.cc", | 1107 "containers/scoped_ptr_hash_map_unittest.cc", |
| 1108 "containers/small_map_unittest.cc", | 1108 "containers/small_map_unittest.cc", |
| 1109 "containers/stack_container_unittest.cc", | 1109 "containers/stack_container_unittest.cc", |
| 1110 "cpu_unittest.cc", | 1110 "cpu_unittest.cc", |
| 1111 "debug/crash_logging_unittest.cc", | 1111 "debug/crash_logging_unittest.cc", |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1506 | 1506 |
| 1507 # GYP: //base.gyp:base_java_unittest_support | 1507 # GYP: //base.gyp:base_java_unittest_support |
| 1508 android_library("base_java_unittest_support") { | 1508 android_library("base_java_unittest_support") { |
| 1509 deps = [ | 1509 deps = [ |
| 1510 ":base_java", | 1510 ":base_java", |
| 1511 ] | 1511 ] |
| 1512 java_files = | 1512 java_files = |
| 1513 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1513 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 1514 } | 1514 } |
| 1515 } | 1515 } |
| OLD | NEW |