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

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

Issue 2547863002: Move base32 into base so that it can be used within base.
Patch Set: sync to position 437832 Created 4 years 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 | « base/base32_unittest.cc ('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/process_version_rc_template.gni") 5 import("//chrome/process_version_rc_template.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "user_hive_visitor.h", 64 "user_hive_visitor.h",
65 ] 65 ]
66 66
67 public_deps = [ 67 public_deps = [
68 "//base", 68 "//base",
69 "//chrome/common:constants", 69 "//chrome/common:constants",
70 "//chrome/common:version_header", 70 "//chrome/common:version_header",
71 "//chrome/install_static:install_static_util", 71 "//chrome/install_static:install_static_util",
72 "//chrome/installer/util:with_rc_strings", 72 "//chrome/installer/util:with_rc_strings",
73 "//chrome_elf:constants", 73 "//chrome_elf:constants",
74 "//components/base32",
75 "//components/crash/content/app:app", 74 "//components/crash/content/app:app",
76 "//components/crash/content/app:lib", 75 "//components/crash/content/app:lib",
77 "//components/crash/core/common", 76 "//components/crash/core/common",
78 "//content/public/common:static_switches", 77 "//content/public/common:static_switches",
79 "//courgette:courgette_lib", 78 "//courgette:courgette_lib",
80 "//rlz:rlz_lib", 79 "//rlz:rlz_lib",
81 "//third_party/bspatch", 80 "//third_party/bspatch",
82 "//third_party/zlib", 81 "//third_party/zlib",
83 ] 82 ]
84 } 83 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "//testing/gmock", 115 "//testing/gmock",
117 "//testing/gtest", 116 "//testing/gtest",
118 ] 117 ]
119 118
120 data = [ 119 data = [
121 "//chrome/installer/test/data/", 120 "//chrome/installer/test/data/",
122 "//chrome/test/data/installer/", 121 "//chrome/test/data/installer/",
123 ] 122 ]
124 } 123 }
125 } 124 }
OLDNEW
« no previous file with comments | « base/base32_unittest.cc ('k') | chrome/installer/setup/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698