Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Side by Side Diff: BUILD.gn

Issue 1062743006: Add installer_util_unittests to the GN windows build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wintests3
Patch Set: Fixes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app_installer/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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", 791 "//chrome/app_installer:app_installer_unittests", # PASSES 4/24/2015
792 "//chrome/installer/util:installer_util_unittests",
792 "//chrome/test:browser_tests", 793 "//chrome/test:browser_tests",
793 "//chrome/test:interactive_ui_tests", 794 "//chrome/test:interactive_ui_tests",
794 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen tal linking for debug. 795 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen tal linking for debug.
795 "//chrome/test:unit_tests", 796 "//chrome/test:unit_tests",
796 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015 797 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015
797 "//components:components_browsertests", 798 "//components:components_browsertests", # PASSES 4/24/2015
798 "//components:components_unittests", # PASSES 4/17/2015 799 "//components:components_unittests", # PASSES 4/17/2015
799 "//courgette:courgette_unittests", # PASSES 4/20/2015 800 "//courgette:courgette_unittests", # PASSES 4/20/2015
800 "//content/test:content_browsertests", 801 "//content/test:content_browsertests",
801 "//content/test:content_unittests", # PASSES 4/17/2015 802 "//content/test:content_unittests", # PASSES 4/17/2015
802 "//crypto:crypto_unittests", # PASSES 4/17/2015 803 "//crypto:crypto_unittests", # PASSES 4/17/2015
803 "//device:device_unittests", # PASSES 4/17/2015 804 "//device:device_unittests", # PASSES 4/17/2015
804 "//extensions:extensions_browsertests", # PASSES 4/17/2015 805 "//extensions:extensions_browsertests", # PASSES 4/17/2015
805 "//extensions:extensions_unittests", # PASSES 4/17/2015 806 "//extensions:extensions_unittests", # PASSES 4/17/2015
806 "//extensions/shell:app_shell_unittests", # Doesn't compile in 64-bit 807 "//extensions/shell:app_shell_unittests", # Doesn't compile in 64-bit
807 "//google_apis/gcm:gcm_unit_tests", # PASSES 4/17/2015 808 "//google_apis/gcm:gcm_unit_tests", # PASSES 4/17/2015
(...skipping 28 matching lines...) Expand all
836 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015 837 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015
837 "//ui/display:display_unittests", # PASSES 4/20/2015 838 "//ui/display:display_unittests", # PASSES 4/20/2015
838 "//ui/events:events_unittests", # PASSES 4/20/2015 839 "//ui/events:events_unittests", # PASSES 4/20/2015
839 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015 840 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015
840 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015 841 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015
841 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015 842 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015
842 "//ui/views:views_unittests", # TooltipControllerTest failures 843 "//ui/views:views_unittests", # TooltipControllerTest failures
843 "//ui/wm:wm_unittests", # PASSES 4/21/2015 844 "//ui/wm:wm_unittests", # PASSES 4/21/2015
844 "//url:url_unittests", # PASSES 4/17/2015 845 "//url:url_unittests", # PASSES 4/17/2015
845 846
846 # TODO(GYP) installer_util_unittests
847 # TODO(GYP) app_installer_unittests
848 # TODO(GYP) nacl_integration 847 # TODO(GYP) nacl_integration
849 # TODO(GYP) telemetry_perf_unittests 848 # TODO(GYP) telemetry_perf_unittests
850 # TODO(GYP) telemetry_unittests 849 # TODO(GYP) telemetry_unittests
851 ] 850 ]
852 } 851 }
853 } 852 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app_installer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698