OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |