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

Unified Diff: chrome/chrome_dll.gypi

Issue 1414713006: Only use the PGO optimizations on chrome_child.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/platform/profiler/win_pgo_profiler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index b2a2081929c6bff4aadbc4a51d6fa80037ecc3fb..67f9b1b488bac8938882b07e7bcee72771a7ad79 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -260,23 +260,6 @@
'../printing/printing.gyp:printing',
],
}],
- ['chrome_pgo_phase==1', {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkTimeCodeGeneration': '2',
- 'AdditionalOptions': [
- '/PogoSafeMode',
- ],
- },
- },
- }],
- ['chrome_pgo_phase==2', {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkTimeCodeGeneration': '3',
- },
- },
- }],
]
}],
['chrome_multiple_dll==1', {
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/platform/profiler/win_pgo_profiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698