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

Unified Diff: chrome/browser/BUILD.gn

Issue 1630923002: Remove PRODUCT_STRING_PATH from chrome_constants.h on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@c2_rm_PSP_profile_resetter
Patch Set: de-dup is_win blocks in GN too Created 4 years, 8 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/app/main_dll_loader_win.cc ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 8b8b293611f1989af8415a17163abcbb5099946a..db3ca8552dd3d8d95d8e6b59abcb716bd4f1287b 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -439,9 +439,6 @@ source_set("browser") {
"//chrome/browser/apps/app_shim",
]
}
- if (is_win) {
- deps += [ "//chrome:file_pre_reader" ]
- }
if (is_mac || is_android) {
sources += rebase_path(
gypi_values.chrome_browser_password_manager_mac_android_sources,
@@ -836,8 +833,10 @@ source_set("browser") {
]
deps += [
":chrome_process_finder",
+ "//chrome:file_pre_reader",
"//chrome/chrome_watcher:client",
"//chrome/chrome_watcher:kasko_util",
+ "//chrome/common:metrics_constants_util_win",
"//chrome/common:version_header",
"//chrome/installer/util:strings",
"//chrome_elf",
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698