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

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

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Migrates installer/setup/user_hive_visitor.cc to use base32 component Created 4 years, 6 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/chrome_installer_util.gypi ('k') | chrome/installer/setup/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 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("//chrome/version.gni") 5 import("//chrome/version.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_win) { 8 if (is_win) {
9 executable("setup") { 9 executable("setup") {
10 sources = [ 10 sources = [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "user_hive_visitor.cc", 56 "user_hive_visitor.cc",
57 "user_hive_visitor.h", 57 "user_hive_visitor.h",
58 ] 58 ]
59 59
60 public_deps = [ 60 public_deps = [
61 "//base", 61 "//base",
62 "//chrome/common:constants", 62 "//chrome/common:constants",
63 "//chrome/common:version_header", 63 "//chrome/common:version_header",
64 "//chrome/installer/util:with_rc_strings", 64 "//chrome/installer/util:with_rc_strings",
65 "//chrome_elf:constants", 65 "//chrome_elf:constants",
66 "//components/base32",
66 "//components/crash/content/app:app", 67 "//components/crash/content/app:app",
67 "//components/crash/content/app:lib", 68 "//components/crash/content/app:lib",
68 "//components/crash/core/common", 69 "//components/crash/core/common",
69 "//content/public/common:static_switches", 70 "//content/public/common:static_switches",
70 "//courgette:courgette_lib", 71 "//courgette:courgette_lib",
71 "//rlz:rlz_lib", 72 "//rlz:rlz_lib",
72 "//third_party/bspatch", 73 "//third_party/bspatch",
73 "//third_party/zlib", 74 "//third_party/zlib",
74 ] 75 ]
75 } 76 }
(...skipping 27 matching lines...) Expand all
103 "//testing/gmock", 104 "//testing/gmock",
104 "//testing/gtest", 105 "//testing/gtest",
105 ] 106 ]
106 107
107 data = [ 108 data = [
108 "//chrome/installer/test/data/", 109 "//chrome/installer/test/data/",
109 "//chrome/test/data/installer/", 110 "//chrome/test/data/installer/",
110 ] 111 ]
111 } 112 }
112 } 113 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | chrome/installer/setup/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698