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

Side by Side Diff: BUILD.gn

Issue 1132873009: Remove app_installer code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | DEPS » ('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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 } 790 }
791 } 791 }
792 } else if (is_win) { 792 } else if (is_win) {
793 group("windows_default_tests") { 793 group("windows_default_tests") {
794 testonly = true 794 testonly = true
795 deps = [ 795 deps = [
796 "//ash:ash_unittests", # FAILS 4/20/2015 796 "//ash:ash_unittests", # FAILS 4/20/2015
797 "//base:base_unittests", # PASSES 4/20/2015 797 "//base:base_unittests", # PASSES 4/20/2015
798 "//cc:cc_unittests", # PASSES 4/17/2015 798 "//cc:cc_unittests", # PASSES 4/17/2015
799 "//chrome_elf:chrome_elf_unittests", # FAILS 4/20/2015 799 "//chrome_elf:chrome_elf_unittests", # FAILS 4/20/2015
800 "//chrome/app_installer:app_installer_unittests", # PASSES 4/24/2015
801 "//chrome/installer/util:installer_util_unittests", 800 "//chrome/installer/util:installer_util_unittests",
802 "//chrome/test:browser_tests", 801 "//chrome/test:browser_tests",
803 "//chrome/test:interactive_ui_tests", 802 "//chrome/test:interactive_ui_tests",
804 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen tal linking for debug. 803 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen tal linking for debug.
805 "//chrome/test:unit_tests", 804 "//chrome/test:unit_tests",
806 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015 805 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015
807 "//components:components_browsertests", # PASSES 4/24/2015 806 "//components:components_browsertests", # PASSES 4/24/2015
808 "//components:components_unittests", # PASSES 4/17/2015 807 "//components:components_unittests", # PASSES 4/17/2015
809 "//courgette:courgette_unittests", # PASSES 4/20/2015 808 "//courgette:courgette_unittests", # PASSES 4/20/2015
810 "//content/test:content_browsertests", 809 "//content/test:content_browsertests",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 "//ui/views:views_unittests", # TooltipControllerTest failures 852 "//ui/views:views_unittests", # TooltipControllerTest failures
854 "//ui/wm:wm_unittests", # PASSES 4/21/2015 853 "//ui/wm:wm_unittests", # PASSES 4/21/2015
855 "//url:url_unittests", # PASSES 4/17/2015 854 "//url:url_unittests", # PASSES 4/17/2015
856 855
857 # TODO(GYP) nacl_integration 856 # TODO(GYP) nacl_integration
858 # TODO(GYP) telemetry_perf_unittests 857 # TODO(GYP) telemetry_perf_unittests
859 # TODO(GYP) telemetry_unittests 858 # TODO(GYP) telemetry_unittests
860 ] 859 ]
861 } 860 }
862 } 861 }
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698