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

Side by Side Diff: chrome/installer/setup/BUILD.gn

Issue 1388943004: Add GCAPI to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « chrome/installer/mini_installer/BUILD.gn ('k') | chrome/installer/util/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 if (is_win) { 7 if (is_win) {
8 executable("setup") { 8 executable("setup") {
9 sources = [ 9 sources = [
10 "setup.ico", 10 "setup.ico",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "update_active_setup_version_work_item.cc", 44 "update_active_setup_version_work_item.cc",
45 "update_active_setup_version_work_item.h", 45 "update_active_setup_version_work_item.h",
46 ] 46 ]
47 47
48 public_deps = [ 48 public_deps = [
49 "//base", 49 "//base",
50 "//breakpad:breakpad_handler", 50 "//breakpad:breakpad_handler",
51 "//chrome/common:constants", 51 "//chrome/common:constants",
52 "//chrome/installer/util", 52 "//chrome/installer/util",
53 "//chrome_elf:constants", 53 "//chrome_elf:constants",
54 "//courgette:courgette_lib",
54 "//rlz:rlz_lib", 55 "//rlz:rlz_lib",
56 "//third_party/bspatch",
55 "//third_party/zlib", 57 "//third_party/zlib",
56 ] 58 ]
57 } 59 }
58 60
59 # This test covers the mini installer and setup tests. 61 # This test covers the mini installer and setup tests.
60 test("setup_unittests") { 62 test("setup_unittests") {
61 sources = [ 63 sources = [
62 "archive_patch_helper_unittest.cc", 64 "archive_patch_helper_unittest.cc",
63 "install_unittest.cc", 65 "install_unittest.cc",
64 "install_worker_unittest.cc", 66 "install_worker_unittest.cc",
65 "run_all_unittests.cc", 67 "run_all_unittests.cc",
66 "setup_util_unittest.cc", 68 "setup_util_unittest.cc",
67 "setup_util_unittest.h", 69 "setup_util_unittest.h",
68 "update_active_setup_version_work_item_unittest.cc", 70 "update_active_setup_version_work_item_unittest.cc",
69 ] 71 ]
70 72
71 deps = [ 73 deps = [
72 ":lib", 74 ":lib",
73 "//base", 75 "//base",
74 "//base:i18n", 76 "//base:i18n",
75 "//base/test:test_support", 77 "//base/test:test_support",
76 "//chrome/installer/mini_installer:unit_tests", 78 "//chrome/installer/mini_installer:unit_tests",
77 "//chrome/installer/util:strings", 79 "//chrome/installer/util:strings",
78 "//chrome/installer/util:util", 80 "//chrome/installer/util:util",
79 "//testing/gmock", 81 "//testing/gmock",
80 "//testing/gtest", 82 "//testing/gtest",
81 ] 83 ]
82 } 84 }
83 } 85 }
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/BUILD.gn ('k') | chrome/installer/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698