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

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

Issue 1146843003: Beacons for tracking default browser status. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: take three Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/util/beacons.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/BUILD.gn
diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
index fe40610a065cef0722b4c65a743a28f30f6df0ad..1cafb58adbca6e845ff2e7d49bc60ef43a65aaf5 100644
--- a/chrome/installer/util/BUILD.gn
+++ b/chrome/installer/util/BUILD.gn
@@ -82,6 +82,8 @@ static_library("util") {
"app_registration_data.h",
"auto_launch_util.cc",
"auto_launch_util.h",
+ "beacons.cc",
+ "beacons.h",
"browser_distribution.cc",
"browser_distribution.h",
"callback_work_item.cc",
@@ -214,6 +216,7 @@ if (is_win) {
"../setup/compat_checks_unittest.cc",
"../setup/setup_constants.cc",
"advanced_firewall_manager_win_unittest.cc",
+ "beacons_unittest.cc",
"callback_work_item_unittest.cc",
"channel_info_unittest.cc",
"copy_tree_work_item_unittest.cc",
@@ -250,6 +253,8 @@ if (is_win) {
"self_cleaning_temp_dir_unittest.cc",
"set_reg_value_work_item_unittest.cc",
"shell_util_unittest.cc",
+ "test_app_registration_data.cc",
+ "test_app_registration_data.h",
"uninstall_metrics_unittest.cc",
"wmi_unittest.cc",
"work_item_list_unittest.cc",
« no previous file with comments | « chrome/installer/setup/install_worker.cc ('k') | chrome/installer/util/beacons.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698