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

Unified Diff: chrome/install_static/BUILD.gn

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (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
Index: chrome/install_static/BUILD.gn
diff --git a/chrome/install_static/BUILD.gn b/chrome/install_static/BUILD.gn
index 4804e261e81a4aa40cfb4aafc2ba44073622b6dc..31032d48d33a2a8eb09fabd65674412e9fd1a089 100644
--- a/chrome/install_static/BUILD.gn
+++ b/chrome/install_static/BUILD.gn
@@ -17,6 +17,8 @@ static_library("install_static_util") {
sources = [
"install_util.cc",
"install_util.h",
+ "policy_path_parser.cc",
+ "policy_path_parser.h",
]
libs = [ "kernel32.lib" ]

Powered by Google App Engine
This is Rietveld 408576698