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 # This is the root build file for GN. GN will start processing by loading this | 5 # This is the root build file for GN. GN will start processing by loading this |
6 # file, and recursively load all dependencies until all dependencies are either | 6 # file, and recursively load all dependencies until all dependencies are either |
7 # resolved or known not to exist (which will cause the build to fail). So if | 7 # resolved or known not to exist (which will cause the build to fail). So if |
8 # you add a new build file, there must be some path of dependencies from this | 8 # you add a new build file, there must be some path of dependencies from this |
9 # file to your new one or GN won't know about it. | 9 # file to your new one or GN won't know about it. |
10 | 10 |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 "//ui/app_list:app_list_unittests", # TODO(GYP) | 519 "//ui/app_list:app_list_unittests", # TODO(GYP) |
520 "//ui/gfx:gfx_unittests", # TODO(GYP) | 520 "//ui/gfx:gfx_unittests", # TODO(GYP) |
521 ] | 521 ] |
522 } | 522 } |
523 | 523 |
524 if (is_win) { | 524 if (is_win) { |
525 deps += [ | 525 deps += [ |
526 "//base:pe_image_test", | 526 "//base:pe_image_test", |
527 "//chrome_elf:chrome_elf_unittests", | 527 "//chrome_elf:chrome_elf_unittests", |
528 "//chrome_elf:dll_hash_main", | 528 "//chrome_elf:dll_hash_main", |
529 | 529 "//components/crash/tools:crash_service", |
530 # "//components/crash/tools:crash_service", TODO(GYP) - doesn't fully buil
d yet. | |
531 "//components/wifi:wifi_test", | 530 "//components/wifi:wifi_test", |
532 "//net:quic_client", | 531 "//net:quic_client", |
533 "//net:quic_server", | 532 "//net:quic_server", |
534 "//sandbox/win:pocdll", | 533 "//sandbox/win:pocdll", |
535 "//sandbox/win:sandbox_poc", | 534 "//sandbox/win:sandbox_poc", |
536 "//sandbox/win:sbox_integration_tests", | 535 "//sandbox/win:sbox_integration_tests", |
537 "//sandbox/win:sbox_unittests", | 536 "//sandbox/win:sbox_unittests", |
538 "//sandbox/win:sbox_validation_tests", | 537 "//sandbox/win:sbox_validation_tests", |
539 "//testing/gtest:gtest_main", | 538 "//testing/gtest:gtest_main", |
540 "//third_party/codesighs:msmap2tsv", | 539 "//third_party/codesighs:msmap2tsv", |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 "//url:url_unittests", # PASSES 4/17/2015 | 821 "//url:url_unittests", # PASSES 4/17/2015 |
823 | 822 |
824 # TODO(GYP) installer_util_unittests | 823 # TODO(GYP) installer_util_unittests |
825 # TODO(GYP) app_installer_unittests | 824 # TODO(GYP) app_installer_unittests |
826 # TODO(GYP) nacl_integration | 825 # TODO(GYP) nacl_integration |
827 # TODO(GYP) telemetry_perf_unittests | 826 # TODO(GYP) telemetry_perf_unittests |
828 # TODO(GYP) telemetry_unittests | 827 # TODO(GYP) telemetry_unittests |
829 ] | 828 ] |
830 } | 829 } |
831 } | 830 } |
OLD | NEW |