| 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 } | 781 } |
| 782 } | 782 } |
| 783 } else if (is_win) { | 783 } else if (is_win) { |
| 784 group("windows_default_tests") { | 784 group("windows_default_tests") { |
| 785 testonly = true | 785 testonly = true |
| 786 deps = [ | 786 deps = [ |
| 787 "//ash:ash_unittests", # FAILS 4/20/2015 | 787 "//ash:ash_unittests", # FAILS 4/20/2015 |
| 788 "//base:base_unittests", # PASSES 4/20/2015 | 788 "//base:base_unittests", # PASSES 4/20/2015 |
| 789 "//cc:cc_unittests", # PASSES 4/17/2015 | 789 "//cc:cc_unittests", # PASSES 4/17/2015 |
| 790 "//chrome_elf:chrome_elf_unittests", # FAILS 4/20/2015 | 790 "//chrome_elf:chrome_elf_unittests", # FAILS 4/20/2015 |
| 791 "//chrome/app_installer:app_installer_unittests", # PASSES 4/24/2015 | 791 "//chrome/app_installer:app_installer_unittests", |
| 792 "//chrome/installer/util:installer_util_unittests", | |
| 793 "//chrome/test:browser_tests", | 792 "//chrome/test:browser_tests", |
| 794 "//chrome/test:interactive_ui_tests", | 793 "//chrome/test:interactive_ui_tests", |
| 795 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen
tal linking for debug. | 794 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen
tal linking for debug. |
| 796 "//chrome/test:unit_tests", | 795 "//chrome/test:unit_tests", |
| 797 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015 | 796 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015 |
| 798 "//components:components_browsertests", # PASSES 4/24/2015 | 797 "//components:components_browsertests", |
| 799 "//components:components_unittests", # PASSES 4/17/2015 | 798 "//components:components_unittests", # PASSES 4/17/2015 |
| 800 "//courgette:courgette_unittests", # PASSES 4/20/2015 | 799 "//courgette:courgette_unittests", # PASSES 4/20/2015 |
| 801 "//content/test:content_browsertests", | 800 "//content/test:content_browsertests", |
| 802 "//content/test:content_unittests", # PASSES 4/17/2015 | 801 "//content/test:content_unittests", # PASSES 4/17/2015 |
| 803 "//crypto:crypto_unittests", # PASSES 4/17/2015 | 802 "//crypto:crypto_unittests", # PASSES 4/17/2015 |
| 804 "//device:device_unittests", # PASSES 4/17/2015 | 803 "//device:device_unittests", # PASSES 4/17/2015 |
| 805 "//extensions:extensions_browsertests", # PASSES 4/17/2015 | 804 "//extensions:extensions_browsertests", # PASSES 4/17/2015 |
| 806 "//extensions:extensions_unittests", # PASSES 4/17/2015 | 805 "//extensions:extensions_unittests", # PASSES 4/17/2015 |
| 807 "//extensions/shell:app_shell_unittests", # Doesn't compile in 64-bit | 806 "//extensions/shell:app_shell_unittests", # Doesn't compile in 64-bit |
| 808 "//google_apis/gcm:gcm_unit_tests", # PASSES 4/17/2015 | 807 "//google_apis/gcm:gcm_unit_tests", # PASSES 4/17/2015 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 837 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015 | 836 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015 |
| 838 "//ui/display:display_unittests", # PASSES 4/20/2015 | 837 "//ui/display:display_unittests", # PASSES 4/20/2015 |
| 839 "//ui/events:events_unittests", # PASSES 4/20/2015 | 838 "//ui/events:events_unittests", # PASSES 4/20/2015 |
| 840 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015 | 839 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015 |
| 841 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015 | 840 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015 |
| 842 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015 | 841 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015 |
| 843 "//ui/views:views_unittests", # TooltipControllerTest failures | 842 "//ui/views:views_unittests", # TooltipControllerTest failures |
| 844 "//ui/wm:wm_unittests", # PASSES 4/21/2015 | 843 "//ui/wm:wm_unittests", # PASSES 4/21/2015 |
| 845 "//url:url_unittests", # PASSES 4/17/2015 | 844 "//url:url_unittests", # PASSES 4/17/2015 |
| 846 | 845 |
| 846 # TODO(GYP) installer_util_unittests |
| 847 # TODO(GYP) app_installer_unittests |
| 847 # TODO(GYP) nacl_integration | 848 # TODO(GYP) nacl_integration |
| 848 # TODO(GYP) telemetry_perf_unittests | 849 # TODO(GYP) telemetry_perf_unittests |
| 849 # TODO(GYP) telemetry_unittests | 850 # TODO(GYP) telemetry_unittests |
| 850 ] | 851 ] |
| 851 } | 852 } |
| 852 } | 853 } |
| OLD | NEW |