| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "power_monitor/power_monitor_source.cc", | 393 "power_monitor/power_monitor_source.cc", |
| 394 "power_monitor/power_monitor_source.h", | 394 "power_monitor/power_monitor_source.h", |
| 395 "power_monitor/power_observer.h", | 395 "power_monitor/power_observer.h", |
| 396 "process/internal_linux.cc", | 396 "process/internal_linux.cc", |
| 397 "process/internal_linux.h", | 397 "process/internal_linux.h", |
| 398 "process/kill.cc", | 398 "process/kill.cc", |
| 399 "process/kill.h", | 399 "process/kill.h", |
| 400 "process/kill_mac.cc", | 400 "process/kill_mac.cc", |
| 401 "process/kill_posix.cc", | 401 "process/kill_posix.cc", |
| 402 "process/kill_win.cc", | 402 "process/kill_win.cc", |
| 403 "process/launch.cc", |
| 403 "process/launch.h", | 404 "process/launch.h", |
| 404 "process/launch_ios.cc", | 405 "process/launch_ios.cc", |
| 405 "process/launch_mac.cc", | 406 "process/launch_mac.cc", |
| 406 "process/launch_posix.cc", | 407 "process/launch_posix.cc", |
| 407 "process/launch_win.cc", | 408 "process/launch_win.cc", |
| 408 "process/memory.h", | 409 "process/memory.h", |
| 409 "process/memory_linux.cc", | 410 "process/memory_linux.cc", |
| 410 "process/memory_mac.mm", | 411 "process/memory_mac.mm", |
| 411 "process/memory_win.cc", | 412 "process/memory_win.cc", |
| 412 "process/process.h", | 413 "process/process.h", |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 958 } | 959 } |
| 959 | 960 |
| 960 static_library("run_all_unittests") { | 961 static_library("run_all_unittests") { |
| 961 sources = [ | 962 sources = [ |
| 962 "test/run_all_unittests.cc", | 963 "test/run_all_unittests.cc", |
| 963 ] | 964 ] |
| 964 deps = [ | 965 deps = [ |
| 965 ":test_support_base", | 966 ":test_support_base", |
| 966 ] | 967 ] |
| 967 } | 968 } |
| OLD | NEW |