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

Unified Diff: chrome/install_static/BUILD.gn

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: install_static for swarming 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
Index: chrome/install_static/BUILD.gn
diff --git a/chrome/install_static/BUILD.gn b/chrome/install_static/BUILD.gn
index c3e624810da2d75b40014cf85afaa7c636a6682b..3fff4aa255ae5b3b508be0ebaf8e0bb39dd0315e 100644
--- a/chrome/install_static/BUILD.gn
+++ b/chrome/install_static/BUILD.gn
@@ -26,8 +26,12 @@ static_library("install_static_util") {
"install_modes.h",
"install_util.cc",
"install_util.h",
+ "policy_path_parser.cc",
+ "policy_path_parser.h",
"product_install_details.cc",
"product_install_details.h",
+ "user_data_dir.cc",
+ "user_data_dir.h",
]
if (is_chrome_branded) {
@@ -57,6 +61,7 @@ test("install_static_unittests") {
"install_modes_unittest.cc",
"install_util_unittest.cc",
"product_install_details_unittest.cc",
+ "user_data_dir_win_unittest.cc",
]
include_dirs = [ "$target_gen_dir" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698