| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 353d2762ce5ed0d36f1816860cb0240b3b2542d3..07ee43ba2ed9cea615e52a2e2f3c3e74c769a660 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1087,6 +1087,9 @@
|
| # process type.
|
| 'chrome_multiple_dll%': '0',
|
|
|
| + # Experimental setting to optimize Chrome's DLL with PGO.
|
| + 'chrome_pgo%': '0',
|
| +
|
| # The default settings for third party code for treating
|
| # warnings-as-errors. Ideally, this would not be required, however there
|
| # is some third party code that takes a long time to fix/roll. So, this
|
| @@ -4536,6 +4539,7 @@
|
| # sparingly.
|
| 'variables': {
|
| 'optimize%': 'size',
|
| + 'ltcg_value%': '1',
|
| },
|
| 'target_conditions': [
|
| ['optimize=="size"', {
|
|
|