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