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

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

Issue 1402353011: Expose a function to get the path to a DLL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 5 years, 1 month 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("util") { 8 static_library("util") {
9 deps = [ 9 deps = [
10 "//base", 10 "//base",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "installer_state.cc", 142 "installer_state.cc",
143 "installer_state.h", 143 "installer_state.h",
144 "l10n_string_util.cc", 144 "l10n_string_util.cc",
145 "l10n_string_util.h", 145 "l10n_string_util.h",
146 "language_selector.cc", 146 "language_selector.cc",
147 "language_selector.h", 147 "language_selector.h",
148 "legacy_firewall_manager_win.cc", 148 "legacy_firewall_manager_win.cc",
149 "legacy_firewall_manager_win.h", 149 "legacy_firewall_manager_win.h",
150 "master_preferences_constants.cc", 150 "master_preferences_constants.cc",
151 "master_preferences_constants.h", 151 "master_preferences_constants.h",
152 "module_util_win.cc",
153 "module_util_win.h",
152 "move_tree_work_item.cc", 154 "move_tree_work_item.cc",
153 "move_tree_work_item.h", 155 "move_tree_work_item.h",
154 "non_updating_app_registration_data.cc", 156 "non_updating_app_registration_data.cc",
155 "non_updating_app_registration_data.h", 157 "non_updating_app_registration_data.h",
156 "registry_key_backup.cc", 158 "registry_key_backup.cc",
157 "registry_key_backup.h", 159 "registry_key_backup.h",
158 "self_reg_work_item.cc", 160 "self_reg_work_item.cc",
159 "self_reg_work_item.h", 161 "self_reg_work_item.h",
160 "set_reg_value_work_item.cc", 162 "set_reg_value_work_item.cc",
161 "set_reg_value_work_item.h", 163 "set_reg_value_work_item.h",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "//chrome/installer/test:alternate_version_generator_lib", 279 "//chrome/installer/test:alternate_version_generator_lib",
278 "//components/variations", 280 "//components/variations",
279 "//content/public/common", 281 "//content/public/common",
280 "//testing/gmock", 282 "//testing/gmock",
281 "//testing/gtest", 283 "//testing/gtest",
282 ] 284 ]
283 285
284 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest 286 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest
285 } 287 }
286 } # is_win 288 } # is_win
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698