OLD | NEW |
1 # found in the LICENSE file. | 1 # found in the LICENSE file. |
2 | 2 |
3 component("base") { | 3 component("base") { |
4 sources = [ | 4 sources = [ |
5 "../build/build_config.h", | 5 "../build/build_config.h", |
6 "third_party/dmg_fp/dmg_fp.h", | 6 "third_party/dmg_fp/dmg_fp.h", |
7 "third_party/dmg_fp/g_fmt.cc", | 7 "third_party/dmg_fp/g_fmt.cc", |
8 "third_party/dmg_fp/dtoa_wrapper.cc", | 8 "third_party/dmg_fp/dtoa_wrapper.cc", |
9 "third_party/icu/icu_utf.cc", | 9 "third_party/icu/icu_utf.cc", |
10 "third_party/icu/icu_utf.h", | 10 "third_party/icu/icu_utf.h", |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 "port.h", | 375 "port.h", |
376 "posix/eintr_wrapper.h", | 376 "posix/eintr_wrapper.h", |
377 "posix/file_descriptor_shuffle.cc", | 377 "posix/file_descriptor_shuffle.cc", |
378 "posix/file_descriptor_shuffle.y", | 378 "posix/file_descriptor_shuffle.y", |
379 "posix/global_descriptors.cc", | 379 "posix/global_descriptors.cc", |
380 "posix/global_descriptors.h", | 380 "posix/global_descriptors.h", |
381 "posix/unix_domain_socket_linux.cc", | 381 "posix/unix_domain_socket_linux.cc", |
382 "posix/unix_domain_socket_linux.h", | 382 "posix/unix_domain_socket_linux.h", |
383 "power_monitor/power_monitor.cc", | 383 "power_monitor/power_monitor.cc", |
384 "power_monitor/power_monitor.h", | 384 "power_monitor/power_monitor.h", |
385 "power_monitor/power_monitor_android.cc", | 385 "power_monitor/power_monitor_device_source.cc", |
386 "power_monitor/power_monitor_android.h", | 386 "power_monitor/power_monitor_device_source.h", |
387 "power_monitor/power_monitor_ios.mm", | 387 "power_monitor/power_monitor_device_source_android.cc", |
388 "power_monitor/power_monitor_mac.mm", | 388 "power_monitor/power_monitor_device_source_android.h", |
389 "power_monitor/power_monitor_posix.cc", | 389 "power_monitor/power_monitor_device_source_ios.mm", |
390 "power_monitor/power_monitor_win.cc", | 390 "power_monitor/power_monitor_device_source_mac.mm", |
| 391 "power_monitor/power_monitor_device_source_posix.cc", |
| 392 "power_monitor/power_monitor_device_source_win.cc", |
| 393 "power_monitor/power_monitor_source.cc", |
| 394 "power_monitor/power_monitor_source.h", |
391 "power_monitor/power_observer.h", | 395 "power_monitor/power_observer.h", |
392 "process/internal_linux.cc", | 396 "process/internal_linux.cc", |
393 "process/internal_linux.h", | 397 "process/internal_linux.h", |
394 "process/kill.cc", | 398 "process/kill.cc", |
395 "process/kill.h", | 399 "process/kill.h", |
396 "process/kill_mac.cc", | 400 "process/kill_mac.cc", |
397 "process/kill_posix.cc", | 401 "process/kill_posix.cc", |
398 "process/kill_win.cc", | 402 "process/kill_win.cc", |
399 "process/launch.h", | 403 "process/launch.h", |
400 "process/launch_ios.cc", | 404 "process/launch_ios.cc", |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 } | 958 } |
955 | 959 |
956 static_library("run_all_unittests") { | 960 static_library("run_all_unittests") { |
957 sources = [ | 961 sources = [ |
958 "test/run_all_unittests.cc", | 962 "test/run_all_unittests.cc", |
959 ] | 963 ] |
960 deps = [ | 964 deps = [ |
961 ":test_support_base", | 965 ":test_support_base", |
962 ] | 966 ] |
963 } | 967 } |
OLD | NEW |