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

Unified Diff: chrome/installer/setup/BUILD.gn

Issue 2459583002: Use InstallDetails in setup. (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/setup/DEPS » ('j') | chrome/installer/setup/brand_constants.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/BUILD.gn
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index 0f709670a8b484cfff297ab977c3fd6cf880476c..597919eb603eb1a371eed098f914f5f3695ebf04 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -38,6 +38,8 @@ if (is_win) {
"app_launcher_installer.h",
"archive_patch_helper.cc",
"archive_patch_helper.h",
+ "brand_constants.cc",
+ "brand_constants.h",
"install.cc",
"install.h",
"install_worker.cc",
@@ -50,6 +52,8 @@ if (is_win) {
"persistent_histogram_storage.h",
"setup_constants.cc",
"setup_constants.h",
+ "setup_install_details.cc",
+ "setup_install_details.h",
"setup_singleton.cc",
"setup_singleton.h",
"setup_util.cc",
@@ -60,6 +64,12 @@ if (is_win) {
"user_hive_visitor.h",
]
+ if (is_chrome_branded) {
+ sources += [ "google_chrome_constants.cc" ]
+ } else {
+ sources += [ "chromium_constants.cc" ]
+ }
+
public_deps = [
"//base",
"//chrome/common:constants",
@@ -88,6 +98,7 @@ if (is_win) {
test("setup_unittests") {
sources = [
"archive_patch_helper_unittest.cc",
+ "brand_constants_unittest.cc",
"install_unittest.cc",
"install_worker_unittest.cc",
"memory_unittest.cc",
« no previous file with comments | « no previous file | chrome/installer/setup/DEPS » ('j') | chrome/installer/setup/brand_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698