| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "debug/trace_event_system_stats_monitor.cc", | 166 "debug/trace_event_system_stats_monitor.cc", |
| 167 "debug/trace_event_system_stats_monitor.h", | 167 "debug/trace_event_system_stats_monitor.h", |
| 168 "debug/trace_event_win.cc", | 168 "debug/trace_event_win.cc", |
| 169 "deferred_sequenced_task_runner.cc", | 169 "deferred_sequenced_task_runner.cc", |
| 170 "deferred_sequenced_task_runner.h", | 170 "deferred_sequenced_task_runner.h", |
| 171 "environment.cc", | 171 "environment.cc", |
| 172 "environment.h", | 172 "environment.h", |
| 173 "event_recorder.h", | 173 "event_recorder.h", |
| 174 "event_recorder_win.cc", | 174 "event_recorder_win.cc", |
| 175 "file_descriptor_posix.h", | 175 "file_descriptor_posix.h", |
| 176 "file_util.cc", | |
| 177 "file_util.h", | |
| 178 "file_util_android.cc", | |
| 179 "file_util_linux.cc", | |
| 180 "file_util_mac.mm", | |
| 181 "file_util_posix.cc", | |
| 182 "file_util_win.cc", | |
| 183 "file_version_info.h", | 176 "file_version_info.h", |
| 184 "file_version_info_mac.h", | 177 "file_version_info_mac.h", |
| 185 "file_version_info_mac.mm", | 178 "file_version_info_mac.mm", |
| 186 "file_version_info_win.cc", | 179 "file_version_info_win.cc", |
| 187 "file_version_info_win.h", | 180 "file_version_info_win.h", |
| 188 "files/dir_reader_fallback.h", | 181 "files/dir_reader_fallback.h", |
| 189 "files/dir_reader_linux.h", | 182 "files/dir_reader_linux.h", |
| 190 "files/dir_reader_posix.h", | 183 "files/dir_reader_posix.h", |
| 191 "files/file.cc", | 184 "files/file.cc", |
| 192 "files/file_posix.cc", | 185 "files/file_posix.cc", |
| 193 "files/file_win.cc", | 186 "files/file_win.cc", |
| 194 "files/file_enumerator.cc", | 187 "files/file_enumerator.cc", |
| 195 "files/file_enumerator.h", | 188 "files/file_enumerator.h", |
| 196 "files/file_enumerator_posix.cc", | 189 "files/file_enumerator_posix.cc", |
| 197 "files/file_enumerator_win.cc", | 190 "files/file_enumerator_win.cc", |
| 198 "files/file_path.cc", | 191 "files/file_path.cc", |
| 199 "files/file_path.h", | 192 "files/file_path.h", |
| 200 "files/file_path_constants.cc", | 193 "files/file_path_constants.cc", |
| 201 "files/file_path_watcher.cc", | 194 "files/file_path_watcher.cc", |
| 202 "files/file_path_watcher.h", | 195 "files/file_path_watcher.h", |
| 203 "files/file_path_watcher_fsevents.cc", | 196 "files/file_path_watcher_fsevents.cc", |
| 204 "files/file_path_watcher_fsevents.h", | 197 "files/file_path_watcher_fsevents.h", |
| 205 "files/file_path_watcher_kqueue.cc", | 198 "files/file_path_watcher_kqueue.cc", |
| 206 "files/file_path_watcher_kqueue.h", | 199 "files/file_path_watcher_kqueue.h", |
| 207 "files/file_path_watcher_linux.cc", | 200 "files/file_path_watcher_linux.cc", |
| 208 "files/file_path_watcher_mac.cc", | 201 "files/file_path_watcher_mac.cc", |
| 209 "files/file_path_watcher_win.cc", | 202 "files/file_path_watcher_win.cc", |
| 210 "files/file_proxy.cc", | 203 "files/file_proxy.cc", |
| 211 "files/file_proxy.h", | 204 "files/file_proxy.h", |
| 205 "files/file_util.cc", |
| 206 "files/file_util.h", |
| 207 "files/file_util_android.cc", |
| 208 "files/file_util_linux.cc", |
| 209 "files/file_util_mac.mm", |
| 210 "files/file_util_posix.cc", |
| 212 "files/file_util_proxy.cc", | 211 "files/file_util_proxy.cc", |
| 213 "files/file_util_proxy.h", | 212 "files/file_util_proxy.h", |
| 213 "files/file_util_win.cc", |
| 214 "files/important_file_writer.cc", | 214 "files/important_file_writer.cc", |
| 215 "files/important_file_writer.h", | 215 "files/important_file_writer.h", |
| 216 "files/memory_mapped_file.cc", | 216 "files/memory_mapped_file.cc", |
| 217 "files/memory_mapped_file.h", | 217 "files/memory_mapped_file.h", |
| 218 "files/memory_mapped_file_posix.cc", | 218 "files/memory_mapped_file_posix.cc", |
| 219 "files/memory_mapped_file_win.cc", | 219 "files/memory_mapped_file_win.cc", |
| 220 "files/scoped_file.cc", | 220 "files/scoped_file.cc", |
| 221 "files/scoped_file.h", | 221 "files/scoped_file.h", |
| 222 "files/scoped_temp_dir.cc", | 222 "files/scoped_temp_dir.cc", |
| 223 "files/scoped_temp_dir.h", | 223 "files/scoped_temp_dir.h", |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 "debug/stack_trace_posix.cc", | 792 "debug/stack_trace_posix.cc", |
| 793 ] | 793 ] |
| 794 } | 794 } |
| 795 | 795 |
| 796 if (is_nacl) { | 796 if (is_nacl) { |
| 797 # These things would otherwise be built on a Posix build but aren't | 797 # These things would otherwise be built on a Posix build but aren't |
| 798 # supported on NaCl. | 798 # supported on NaCl. |
| 799 sources -= [ | 799 sources -= [ |
| 800 "debug/stack_trace_posix.cc", | 800 "debug/stack_trace_posix.cc", |
| 801 "files/file_enumerator_posix.cc", | 801 "files/file_enumerator_posix.cc", |
| 802 "file_util_posix.cc", | 802 "files/file_util_posix.cc", |
| 803 "message_loop/message_pump_libevent.cc", | 803 "message_loop/message_pump_libevent.cc", |
| 804 "process/kill_posix.cc", | 804 "process/kill_posix.cc", |
| 805 "process/launch_posix.cc", | 805 "process/launch_posix.cc", |
| 806 "process/process_metrics_posix.cc", | 806 "process/process_metrics_posix.cc", |
| 807 "process/process_posix.cc", | 807 "process/process_posix.cc", |
| 808 "metrics/field_trial.cc", | 808 "metrics/field_trial.cc", |
| 809 "native_library_posix.cc", | 809 "native_library_posix.cc", |
| 810 "memory/shared_memory_posix.cc", | 810 "memory/shared_memory_posix.cc", |
| 811 "sync_socket_posix.cc", | 811 "sync_socket_posix.cc", |
| 812 "sys_info_posix.cc", | 812 "sys_info_posix.cc", |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1077 "debug/stack_trace_unittest.cc", | 1077 "debug/stack_trace_unittest.cc", |
| 1078 "debug/trace_event_argument_unittest.cc", | 1078 "debug/trace_event_argument_unittest.cc", |
| 1079 "debug/trace_event_memory_unittest.cc", | 1079 "debug/trace_event_memory_unittest.cc", |
| 1080 "debug/trace_event_synthetic_delay_unittest.cc", | 1080 "debug/trace_event_synthetic_delay_unittest.cc", |
| 1081 "debug/trace_event_system_stats_monitor_unittest.cc", | 1081 "debug/trace_event_system_stats_monitor_unittest.cc", |
| 1082 "debug/trace_event_unittest.cc", | 1082 "debug/trace_event_unittest.cc", |
| 1083 "debug/trace_event_unittest.h", | 1083 "debug/trace_event_unittest.h", |
| 1084 "debug/trace_event_win_unittest.cc", | 1084 "debug/trace_event_win_unittest.cc", |
| 1085 "deferred_sequenced_task_runner_unittest.cc", | 1085 "deferred_sequenced_task_runner_unittest.cc", |
| 1086 "environment_unittest.cc", | 1086 "environment_unittest.cc", |
| 1087 "file_util_unittest.cc", | |
| 1088 "file_version_info_unittest.cc", | 1087 "file_version_info_unittest.cc", |
| 1089 "files/dir_reader_posix_unittest.cc", | 1088 "files/dir_reader_posix_unittest.cc", |
| 1090 "files/file_path_unittest.cc", | 1089 "files/file_path_unittest.cc", |
| 1091 "files/file_proxy_unittest.cc", | 1090 "files/file_proxy_unittest.cc", |
| 1092 "files/file_unittest.cc", | 1091 "files/file_unittest.cc", |
| 1093 "files/file_util_proxy_unittest.cc", | 1092 "files/file_util_proxy_unittest.cc", |
| 1093 "files/file_util_unittest.cc", |
| 1094 "files/important_file_writer_unittest.cc", | 1094 "files/important_file_writer_unittest.cc", |
| 1095 "files/scoped_temp_dir_unittest.cc", | 1095 "files/scoped_temp_dir_unittest.cc", |
| 1096 "gmock_unittest.cc", | 1096 "gmock_unittest.cc", |
| 1097 "guid_unittest.cc", | 1097 "guid_unittest.cc", |
| 1098 "hash_unittest.cc", | 1098 "hash_unittest.cc", |
| 1099 "id_map_unittest.cc", | 1099 "id_map_unittest.cc", |
| 1100 "i18n/break_iterator_unittest.cc", | 1100 "i18n/break_iterator_unittest.cc", |
| 1101 "i18n/char_iterator_unittest.cc", | 1101 "i18n/char_iterator_unittest.cc", |
| 1102 "i18n/case_conversion_unittest.cc", | 1102 "i18n/case_conversion_unittest.cc", |
| 1103 "i18n/file_util_icu_unittest.cc", | 1103 "i18n/file_util_icu_unittest.cc", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1452 | 1452 |
| 1453 unittest_apk("base_unittests_apk") { | 1453 unittest_apk("base_unittests_apk") { |
| 1454 deps = [ | 1454 deps = [ |
| 1455 ":base_java", | 1455 ":base_java", |
| 1456 ":base_java_unittest_support", | 1456 ":base_java_unittest_support", |
| 1457 ":base_unittests", | 1457 ":base_unittests", |
| 1458 ] | 1458 ] |
| 1459 unittests_dep = ":base_unittests" | 1459 unittests_dep = ":base_unittests" |
| 1460 } | 1460 } |
| 1461 } | 1461 } |
| OLD | NEW |