| Index: chrome/utility/BUILD.gn
|
| diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
|
| index 4d3dccb0bcd68216f34a8784394595cdd8c3475d..03d00d106e981996b7b239d68be40ecff644a918 100644
|
| --- a/chrome/utility/BUILD.gn
|
| +++ b/chrome/utility/BUILD.gn
|
| @@ -66,6 +66,10 @@ static_library("utility") {
|
| # Prevent wininet from loading in the renderer. http://crbug.com/460679
|
| if (is_win) {
|
| ldflags = [ "/DELAYLOAD:wininet.dll" ]
|
| +
|
| + # Add ESE library for Edge Import support.
|
| + libs = [ "esent.lib" ]
|
| + ldflags += [ "/DELAYLOAD:esent.dll" ]
|
| }
|
|
|
| if (is_win || is_mac) {
|
|
|