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

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

Issue 2656443002: Use chrome::kChromeVersion in installer::GetModulePath(). (Closed)
Patch Set: data Created 3 years, 10 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
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 # This file deliberately has no default "util" target so dependants have to 8 # This file deliberately has no default "util" target so dependants have to
9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random 9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random
10 # code that ends up getting linked into chrome proper should depend on the 10 # code that ends up getting linked into chrome proper should depend on the
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "installation_state.cc", 174 "installation_state.cc",
175 "installation_state.h", 175 "installation_state.h",
176 "l10n_string_util.cc", 176 "l10n_string_util.cc",
177 "l10n_string_util.h", 177 "l10n_string_util.h",
178 "language_selector.cc", 178 "language_selector.cc",
179 "language_selector.h", 179 "language_selector.h",
180 "legacy_firewall_manager_win.cc", 180 "legacy_firewall_manager_win.cc",
181 "legacy_firewall_manager_win.h", 181 "legacy_firewall_manager_win.h",
182 "master_preferences_constants.cc", 182 "master_preferences_constants.cc",
183 "master_preferences_constants.h", 183 "master_preferences_constants.h",
184 "module_util_win.cc",
185 "module_util_win.h",
186 "move_tree_work_item.cc", 184 "move_tree_work_item.cc",
187 "move_tree_work_item.h", 185 "move_tree_work_item.h",
188 "non_updating_app_registration_data.cc", 186 "non_updating_app_registration_data.cc",
189 "non_updating_app_registration_data.h", 187 "non_updating_app_registration_data.h",
190 "registry_key_backup.cc", 188 "registry_key_backup.cc",
191 "registry_key_backup.h", 189 "registry_key_backup.h",
192 "self_reg_work_item.cc", 190 "self_reg_work_item.cc",
193 "self_reg_work_item.h", 191 "self_reg_work_item.h",
194 "set_reg_value_work_item.cc", 192 "set_reg_value_work_item.cc",
195 "set_reg_value_work_item.h", 193 "set_reg_value_work_item.h",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "//testing/gmock", 338 "//testing/gmock",
341 "//testing/gtest", 339 "//testing/gtest",
342 ] 340 ]
343 341
344 data = [ 342 data = [
345 "//chrome/test/data/extensions/", 343 "//chrome/test/data/extensions/",
346 "//chrome/test/data/installer/", 344 "//chrome/test/data/installer/",
347 ] 345 ]
348 } 346 }
349 } # is_win 347 } # is_win
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698