Index: chrome/chrome_shell.gypi |
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi |
index e9fa8808ca3a951e5d6454f765f44bb2de5ea95f..f205612f0763041c8a7d358d68612aa1d26239b0 100644 |
--- a/chrome/chrome_shell.gypi |
+++ b/chrome/chrome_shell.gypi |
@@ -65,6 +65,11 @@ |
'dependencies': [ |
'libchromeshell_base', |
], |
+ 'includes': [ |
+ # File 'protection' is based on non-trivial linker magic. TODO(pasko): |
+ # remove it when crbug.com/424562 is fixed. |
+ '../base/files/protect_file_posix.gypi', |
+ ], |
}, |
{ |
# GN: //chrome/android:chrome_sync_shell |