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

Unified Diff: chrome/chrome_browser.gypi

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/browser/metrics/chrome_stability_metrics_provider.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index dc9cb13465fa3f9803a0d235d13b960390481da0..aceb8a004a07f0849a8fb84e888c112724e4d411 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3312,12 +3312,12 @@
'../components/components.gyp:guest_view_browser',
'../components/components.gyp:history_content_browser',
'../components/components.gyp:keyed_service_content',
- '../components/components.gyp:navigation_interception',
- '../components/components.gyp:network_hints_common',
'../components/components.gyp:metrics_gpu',
'../components/components.gyp:metrics_profiler',
'../components/components.gyp:metrics_profiler_content',
+ '../components/components.gyp:navigation_interception',
'../components/components.gyp:net_log',
+ '../components/components.gyp:network_hints_common',
'../components/components.gyp:ntp_snippets',
'../components/components.gyp:packed_ct_ev_whitelist',
'../components/components.gyp:password_manager_content_browser',
@@ -3330,8 +3330,8 @@
'../components/components.gyp:safe_json',
'../components/components.gyp:security_state',
'../components/components.gyp:sessions_content',
- '../components/components.gyp:storage_monitor',
'../components/components.gyp:ssl_config',
+ '../components/components.gyp:storage_monitor',
'../components/components.gyp:syncable_prefs',
'../components/components.gyp:translate_content_browser',
'../components/components.gyp:upload_list',
@@ -3365,10 +3365,10 @@
'../services/shell/shell.gyp:shell_public',
'../storage/storage_browser.gyp:storage',
'../storage/storage_common.gyp:storage_common',
- '../third_party/re2/re2.gyp:re2',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
'../third_party/libyuv/libyuv.gyp:libyuv',
+ '../third_party/re2/re2.gyp:re2',
'../third_party/smhasher/smhasher.gyp:cityhash',
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
@@ -3463,11 +3463,6 @@
],
'sources': [ '<@(chrome_browser_mac_sources)' ]
}],
- ['OS=="win"', {
- 'dependencies': [
- 'file_pre_reader',
- ],
- }],
['OS=="mac" or OS=="android"', {
'sources': [
'<@(chrome_browser_password_manager_mac_android_sources)',
@@ -3839,8 +3834,10 @@
'dependencies': [
'chrome_process_finder',
'chrome_watcher_client',
+ 'file_pre_reader',
'installer_util_strings',
'kasko_util',
+ 'metrics_constants_util_win',
'../chrome/common_constants.gyp:version_header',
'../chrome_elf/chrome_elf.gyp:chrome_elf',
'../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
« no previous file with comments | « chrome/browser/metrics/chrome_stability_metrics_provider.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698